forked from science-ation/science-ation
add a tr:hover to the tableview class to make it easier to see what row you're hovering over
This commit is contained in:
parent
f7bddf5beb
commit
860693eb14
@ -42,6 +42,11 @@ input {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tableview tr:hover {
|
||||||
|
background-color: #DDDDEC;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.tableview th a {
|
.tableview th a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
Loading…
Reference in New Issue
Block a user