1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

highlight option under mouse cursor in preferences

This commit is contained in:
Andrew Dolgov
2008-08-14 07:05:16 +01:00
parent db5c7f5ddf
commit e351c4945d
3 changed files with 21 additions and 6 deletions

View File

@@ -514,4 +514,11 @@ div.tagCloudContainer {
background : url("images/resize_horiz.png") top left;
}
table.prefPrefsList tr:hover td.prefValue {
color : gray;
}
table.prefPrefsList tr:hover td.prefValue input {
color : gray;
}