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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user