mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 18:01:30 +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 {
|
.insensitive a {
|
||||||
color : gray;
|
color : gray;
|
||||||
text-decoration : underline;
|
text-decoration : underline;
|
||||||
@@ -521,3 +517,13 @@ table.prefPrefsList tr:hover td.prefValue input {
|
|||||||
color : gray;
|
color : gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul#headlineActionsBody li:hover {
|
||||||
|
color : black;
|
||||||
|
background : #ffcccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
span#headlineActionsDrop {
|
||||||
|
background : #f0f0f0;
|
||||||
|
color : black;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user