Changeset 12bf0f97 in github


Ignore:
Timestamp:
Dec 30, 2011 12:39:06 PM (17 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
5fea6b4
Parents:
354bf1c
Message:

Small CSS improvements

Location:
skins/larry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/styles.css

    r84d9b15 r12bf0f97  
    462462} 
    463463 
    464 #topline a:hover, 
    465 #topnav a:hover { 
     464#topline a:hover { 
    466465        text-decoration: underline; 
    467466} 
     
    681680.listbox .listitem.selected, 
    682681.listbox .tablink.selected, 
    683 .listbox .listitem.selected a, 
    684 .listbox .tablink.selected a, 
     682.listbox .listitem.selected > a, 
     683.listbox .tablink.selected > a, 
    685684.listing tbody tr.selected td, 
    686685.listing li.selected, 
    687 .listing li.selected a { 
     686.listing li.selected > a { 
    688687        color: #004458; 
    689688        font-weight: bold; 
  • skins/larry/ui.js

    r354bf1c r12bf0f97  
    136136    } 
    137137    else if (rcmail.env.task == 'login') { 
    138       if (bw.ie && bw.ver < 9) { 
     138      if (bw.ie && bw.vendver < 9) { 
    139139        var popup = $('<div>') 
    140140          .addClass('readtext') 
Note: See TracChangeset for help on using the changeset viewer.