diff options
author | thomascube <thomas@roundcube.net> | 2010-06-02 07:16:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-06-02 07:16:15 +0000 |
commit | 5800fb6cfdad16c1b4419d42d088847807717467 (patch) | |
tree | 7655e793b8629a91442731bc60f930ccdc74ec3f /skins/default/common.css | |
parent | ca38db5744bc8c46c4a23d1ba68c6c4c9b5b4a07 (diff) |
:before doesn't work on IE, what a surprise
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 18cc81137..cb0b3d92a 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -503,7 +503,7 @@ table.records-table tr.unfocused td width: auto !important; width: 300px; border: 1px solid #999999; - background-color: #F9F9F9; + background-color: #fff; padding-left: 8px; padding-right: 8px; padding-top: 3px; @@ -518,11 +518,8 @@ table.records-table tr.unfocused td -webkit-box-shadow: #999 1px 1px 12px; } -.draglayernormal:before { - -} - -.draglayercopy:before { +.draglayercopy:before +{ position: absolute; bottom: -5px; left: -6px; |