graycube theme fixes

This commit is contained in:
Andrew Dolgov 2009-01-21 07:30:08 +01:00
parent dec3bbcae6
commit e9adc2e1e6
1 changed files with 10 additions and 4 deletions

View File

@ -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;
}