diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-08-14 07:05:16 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-08-14 07:05:16 +0100 |
| commit | e351c4945da20622c88d7cc9ccdb9ba17a9f5bef (patch) | |
| tree | 7adeb56085f5e8365606bb46815097447bc1ce59 /themes | |
| parent | db5c7f5ddfe3d6094bd818d121fdded87979d5ea (diff) | |
highlight option under mouse cursor in preferences
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/graycube/theme.css | 7 |
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; +} |