projects
/
qomet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d62457c601e6fcf115d4f707c4a2376dc4dfb739
[qomet.git]
/
public
/
stylesheets
/
course.css
1
h4
.
title
{
2
cursor
:
pointer
;
3
background-color
:
lightgrey
;
4
}
5
6
.idle
{
7
background-color
:
#EFEFEF
;
8
opacity
:
0.5
;
9
}
10
11
tr
.
assessment
{
12
cursor
:
pointer
;
13
}
14
15
input#password
{
16
width
:
auto
;
17
}
18
19
table
.
result
{
20
cursor
:
pointer
;
21
}