Ignore:
Timestamp:
Mar 24, 2012, 9:33:18 PM (12 years ago)
Author:
mistic100
Message:

feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/clear/theme.css

    r13474 r13697  
    3434
    3535FIELDSET, INPUT, SELECT, TEXTAREA,
    36 .content .thumbnailCategory {
     36.content .thumbnailCategory,
     37.content .commentElement {
    3738  border: 1px solid gray;
    3839}
     
    4445.thumbnails .wrap2:hover,
    4546.content .thumbnailCategories .thumbnailCategory:hover,
    46 .content .thumbnailCategories .thumbnailCategory:hover A {
     47.content .thumbnailCategories .thumbnailCategory:hover A,
     48.content .commentsList .commentElement:hover,
     49.content .commentsList .commentElement:hover A {
    4750  background-color: #faebd7;
    4851  border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
Note: See TracChangeset for help on using the changeset viewer.