diff options
author | rub <rub@piwigo.org> | 2007-02-13 22:42:27 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-13 22:42:27 +0000 |
commit | dcc509b7d05c7bd54da43647b95273aafc8c0f35 (patch) | |
tree | cdc12f6f6b59556726bec24460ed34f7a08e368f /template/yoga/theme/clear/theme.css | |
parent | d9189c9df598a3c69cbab8b08fd83421c6ad5e26 (diff) |
Hover touch experiment on themes!
git-svn-id: http://piwigo.org/svn/trunk@1812 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/clear/theme.css')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index ab9bc5597..511be2c69 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -49,8 +49,23 @@ FIELDSET, INPUT, SELECT, TEXTAREA, -moz-border-radius: 4px; /* round corners with Geko */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } + #content UL.thumbnails SPAN.wrap2:hover { + background-color: AntiqueWhite; + border-color: yellow; /* thumbnails border color when mouse cursor is over it */ + color: black; +} + +#content UL.thumbnailCategories DIV.thumbnailCategory:hover { + background-color: AntiqueWhite; + border-color: yellow; /* thumbnails border color when mouse cursor is over it */ + color: black; +} + +#content UL.thumbnailCategories DIV.thumbnailCategory:hover A { + background-color: AntiqueWhite; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ + color: black; } /* links */ |