Changeset 4594


Ignore:
Timestamp:
08/19/10 04:36:46 (3 years ago)
Author:
carmie
Message:
 
File:
1 edited

Legend:

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

    r4593 r4594  
    591591    display: none; 
    592592} 
     593table.listing tbody tr { 
     594    background: rgba(255, 255, 255, 0.25); 
     595} 
     596table.listing tbody tr.odd { 
     597    background: rgba(250, 250, 250, 0.25); 
     598} 
     599table.listing tbody tr.even { 
     600    background: rgba(245, 245, 245, 0.25); 
     601} 
     602tabl 
    593603table.listing tbody tr:hover { background: #D7E6FF !important } 
    594604table.listing tbody tr.focus { background: #D7E6FF !important } 
Note: See TracChangeset for help on using the changeset viewer.