graycube theme fixes
This commit is contained in:
parent
dec3bbcae6
commit
e9adc2e1e6
|
@ -447,10 +447,6 @@ div.return a:hover {
|
|||
|
||||
}
|
||||
|
||||
ul.headlineDropdownMenu ul li:hover {
|
||||
color : black;
|
||||
}
|
||||
|
||||
.insensitive a {
|
||||
color : gray;
|
||||
text-decoration : underline;
|
||||
|
@ -521,3 +517,13 @@ table.prefPrefsList tr:hover td.prefValue input {
|
|||
color : gray;
|
||||
}
|
||||
|
||||
ul#headlineActionsBody li:hover {
|
||||
color : black;
|
||||
background : #ffcccc;
|
||||
}
|
||||
|
||||
span#headlineActionsDrop {
|
||||
background : #f0f0f0;
|
||||
color : black;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue