Changeset 4604


Ignore:
Timestamp:
08/19/10 05:10:44 (3 years ago)
Author:
carmie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/trunk/trac/htdocs/libcaca.css

    r4602 r4604  
    605605    text-align: right; 
    606606} 
     607 
     608table.listing tbody tr:hover { background: #D7E6FF !important } 
     609table.listing tbody tr.focus { background: #D7E6FF !important } 
     610 
     611.tickets tr.color1-odd { 
     612    background: rgba(240, 215, 215, 0.8); 
     613} 
     614.tickets tr.color1-even { 
     615    background: rgba(255, 228, 228, 0.9); 
     616} 
     617.tickets tr.color2-odd { 
     618    background: rgba(255, 255, 185, 0.9); 
     619} 
     620.tickets tr.color2-even { 
     621    background: rgba(255, 255, 220, 0.8); 
     622} 
    607623.tickets tr.color3-odd,  
    608624table.listing tbody tr.odd { 
     
    613629    background: rgba(240, 240, 240, 0.8); 
    614630} 
    615  
    616 table.listing tbody tr:hover { background: #D7E6FF !important } 
    617 table.listing tbody tr.focus { background: #D7E6FF !important } 
    618  
    619631.tickets tr.color4-odd { 
    620632    background: rgba(195, 215, 255, 0.9); 
Note: See TracChangeset for help on using the changeset viewer.