1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 19:49:16 +00:00

more actions tweaks

This commit is contained in:
Andrew Dolgov
2009-01-20 18:51:14 +01:00
parent e609c3a4d2
commit 1be62a6855
2 changed files with 13 additions and 3 deletions

View File

@@ -2166,3 +2166,13 @@ ul#headlineActionsBody li:hover {
cursor : pointer;
background : #ecf4ff;
}
ul#headlineActionsBody li.insensitive {
color : gray;
}
ul#headlineActionsBody li.insensitive:hover {
background : white;
cursor : normal;
color : gray;
}