Commit | Line | Data |
---|---|---|
e99c53fb BA |
1 | h4.title { |
2 | cursor: pointer; | |
3 | background-color: lightgrey; | |
4 | } | |
5 | ||
8a2b3260 BA |
6 | .idle { |
7 | background-color: #EFEFEF; | |
8 | opacity: 0.5; | |
9 | } | |
10 | ||
e99c53fb BA |
11 | tr.assessment { |
12 | cursor: pointer; | |
13 | } | |
14 | ||
15 | input#password { | |
16 | width: auto; | |
17 | } | |
18 | ||
19 | table.result { | |
20 | cursor: pointer; | |
21 | } |