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
This commit is contained in:
mistic100
2012-03-24 20:33:18 +00:00
parent d8dd5560e6
commit bab1dbfcfb
6 changed files with 85 additions and 29 deletions
+5 -2
View File
@@ -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;