- move safari hacks to separate css file
parent
8209f77d8e
commit
cf7f222870
@ -0,0 +1,11 @@
|
||||
html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
|
||||
html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,
|
||||
html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }
|
||||
html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; }
|
||||
|
||||
div.message-part pre,
|
||||
div.message-htmlpart pre,
|
||||
div.message-part div.pre
|
||||
{
|
||||
word-wrap: break-word;
|
||||
}
|
Loading…
Reference in New Issue