Changeset c708c9a in github


Ignore:
Timestamp:
Feb 4, 2008 4:06:11 AM (5 years ago)
Author:
till <till@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0ea88409
Parents:
e581e74
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/mail.css

    r9ac70f0 rc708c9a  
    9393  text-align: right; 
    9494  white-space: nowrap; 
    95   z-index: 200; 
    9695} 
    9796 
     
    232231#mailboxlist li 
    233232{ 
    234  /* height: 18px; */ 
    235233  font-size: 11px; 
    236234  background: url(images/icons/folder-closed.png) no-repeat; 
    237235  background-position: 10px 1px; 
    238236  border-bottom: 1px solid #EBEBEB; 
    239 /* IE 5.5  margin-left: -16px; */ 
    240237} 
    241238 
     
    274271} 
    275272 
    276 #mailboxlist li, #mailboxlist li.unread 
    277  
    278  /* background-image: url(images/mailbox_list.gif); */ 
    279 } 
    280  
    281273#mailboxlist li.unread 
    282274{ 
     
    288280{ 
    289281  background-color: #929292; 
    290 } 
    291  
    292 #mailboxlist li.selected a 
    293 { 
    294282  color: #FFF; 
    295283  font-weight: bold; 
     
    307295  margin:0; 
    308296  border-top: 1px solid #EBEBEB;   
    309 } 
    310  
    311 #mailboxlist ul li { 
    312297  padding-left: 15px; 
    313298  background-position: 25px 1px; 
    314 } 
    315  
    316 #mailboxlist li.selected li, 
    317 #mailboxlist li.droptarget li { 
    318299  background-color: #F9F9F9; 
    319 } 
    320  
    321 #mailboxlist li.unread li { 
    322   font-weight: normal; 
    323 } 
    324  
    325 #mailboxlist li.unread li.unread { 
    326   font-weight: bold; 
    327 } 
    328  
    329 #mailboxlist li.selected li a{ 
    330   color: black; 
     300  color: blue; 
    331301  font-weight: normal; 
    332302} 
Note: See TracChangeset for help on using the changeset viewer.