summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parentdb5c7f5ddfe3d6094bd818d121fdded87979d5ea (diff)
highlight option under mouse cursor in preferences
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index b62f00f9e..b7d0ac8b6 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -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;
+}