summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-14 07:05:16 +0100
committerAndrew Dolgov <[email protected]>2008-08-14 07:05:16 +0100
commite351c4945da20622c88d7cc9ccdb9ba17a9f5bef (patch)
tree7adeb56085f5e8365606bb46815097447bc1ce59 /tt-rss.css
parentdb5c7f5ddfe3d6094bd818d121fdded87979d5ea (diff)
highlight option under mouse cursor in preferences
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index dda8600b7..e52d4717a 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;