Changeset 4595


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

Legend:

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

    r4594 r4595  
    592592} 
    593593table.listing tbody tr { 
    594     background: rgba(255, 255, 255, 0.25); 
     594    background: rgba(255, 255, 255); 
    595595} 
    596596table.listing tbody tr.odd { 
    597     background: rgba(250, 250, 250, 0.25); 
     597    background: rgba(255, 255, 255, 0.7); 
    598598} 
    599599table.listing tbody tr.even { 
    600     background: rgba(245, 245, 245, 0.25); 
    601 } 
    602 tabl 
     600    background: rgba(245, 245, 245, 0.8); 
     601} 
     602 
    603603table.listing tbody tr:hover { background: #D7E6FF !important } 
    604604table.listing tbody tr.focus { background: #D7E6FF !important } 
Note: See TracChangeset for help on using the changeset viewer.