aboutsummaryrefslogtreecommitdiffstats
path: root/themes/clear
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-03-24 20:33:18 +0000
committermistic100 <mistic@piwigo.org>2012-03-24 20:33:18 +0000
commitbab1dbfcfb2f0bf3b04ace1b5001d3a5a356c043 (patch)
treed46ac57034aaba56ec8c99ad640914a072621c39 /themes/clear
parentd8dd5560e6b6707e982decd6b7975a33417bb471 (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 'themes/clear')
-rw-r--r--themes/clear/theme.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css
index c30adead9..9cc53a6f9 100644
--- a/themes/clear/theme.css
+++ b/themes/clear/theme.css
@@ -33,7 +33,8 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
}
FIELDSET, INPUT, SELECT, TEXTAREA,
-.content .thumbnailCategory {
+.content .thumbnailCategory,
+.content .commentElement {
border: 1px solid gray;
}
@@ -43,7 +44,9 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
.thumbnails .wrap2:hover,
.content .thumbnailCategories .thumbnailCategory:hover,
-.content .thumbnailCategories .thumbnailCategory:hover A {
+.content .thumbnailCategories .thumbnailCategory:hover A,
+.content .commentsList .commentElement:hover,
+.content .commentsList .commentElement:hover A {
background-color: #faebd7;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;