diff options
author | mistic100 <mistic@piwigo.org> | 2012-03-24 20:33:18 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-03-24 20:33:18 +0000 |
commit | bab1dbfcfb2f0bf3b04ace1b5001d3a5a356c043 (patch) | |
tree | d46ac57034aaba56ec8c99ad640914a072621c39 /themes/dark/theme.css | |
parent | d8dd5560e6b6707e982decd6b7975a33417bb471 (diff) |
feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl
git-svn-id: http://piwigo.org/svn/trunk@13697 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/dark/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css index 3236afc09..34921c92d 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -40,13 +40,15 @@ BODY, H3, #imageToolBar A:hover { FIELDSET, INPUT, SELECT, TEXTAREA, .content .thumbnailCategory , +.content .commentElement , .thumbnails .wrap2 { border: 1px solid gray; } .thumbnails .wrap2:hover, -.content .thumbnailCategories .thumbnailCategory:hover{ +.content .thumbnailCategories .thumbnailCategory:hover, +.content .commentsList .commentElement:hover{ border-color: yellow; /* thumbnails border color when mouse cursor is over it */ } |