Changeset 23 for trunk/web/css

Show
Ignore:
Timestamp:
10/22/07 16:57:01 (1 year ago)
Author:
francois
Message:

added hover effect for moderation actions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/web/css/forum.css

    r14 r23  
    122122  background-color: #ade; 
    123123} 
     124 
     125.inactive .post_actions li:before 
     126{ 
     127  content: ''; 
     128} 
     129 
     130.inactive .post_actions a 
     131{ 
     132  color: white!important; 
     133}