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

@@ -444,6 +444,14 @@ a.button {
/* preferences */
table.prefPrefsList tr:hover td.prefValue {
color : #88b0f0;
}
table.prefPrefsList tr:hover td.prefValue input {
color : #88b0f0;
}
tr.title td {
border-width : 0px 0px 1px 0px;
border-color : #ecf4ff;