Changeset 5928 in subversion


Ignore:
Timestamp:
Feb 29, 2012 3:17:26 AM (15 months ago)
Author:
thomasb
Message:

Colorize unread bubble of 'recent' folders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/larry/mail.css

    r5927 r5928  
    276276        -webkit-box-shadow: inset 0 1px 1px 0 #003645; 
    277277        -moz-box-shadow: inset 0 1px 1px 0 #003645; 
     278} 
     279 
     280#mailboxlist li.mailbox.recent > a .unreadcount { 
     281        background: #017cb4; 
     282        background: -moz-linear-gradient(top, #017cb4 0%, #006ca4 100%); 
     283        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017cb4), color-stop(100%,#006ca4)); 
     284        background: -o-linear-gradient(top, #017cb4 0%, #006ca4 100%); 
     285        background: -ms-linear-gradient(top, #017cb4 0%, #006ca4 100%); 
     286        background: linear-gradient(top, #017cb4 0%, #006ca4 100%); 
     287        box-shadow: inset 0 1px 1px 0 #005080; 
     288        -o-box-shadow: inset 0 1px 1px 0 #005080; 
     289        -webkit-box-shadow: inset 0 1px 1px 0 #005080; 
     290        -moz-box-shadow: inset 0 1px 1px 0 #005080; 
    278291} 
    279292 
Note: See TracChangeset for help on using the changeset viewer.