1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

graycube theme fixes

This commit is contained in:
Andrew Dolgov
2009-01-21 07:30:08 +01:00
parent dec3bbcae6
commit e9adc2e1e6

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