Changeset dc5b83d in github


Ignore:
Timestamp:
Sep 12, 2008 11:30:07 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
85a9130
Parents:
1c499ae
Message:

Hack away css border for Safari only (#1485339)

Location:
skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/default/common.css

    re5686f4 rdc5b83d  
    7777 
    7878input[type="checkbox"], 
    79 input[type="radio"], 
    80 input[type="file"] 
     79input[type="radio"] 
    8180{ 
    8281  border: 0; 
  • skins/default/mail.css

    r71f3d6b rdc5b83d  
    442442/* safari hack \*/ 
    443443html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: auto; } 
     444html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border:0; } 
    444445/**/ 
    445446 
Note: See TracChangeset for help on using the changeset viewer.