summaryrefslogtreecommitdiff
path: root/themes/graycube/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/graycube/theme.css')
-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;
+}