Same problems with PNG and filter:alpha() on IE8

pull/1/head
thomascube 13 years ago
parent 589385f37f
commit a1bd76232a

@ -44,14 +44,6 @@ a.deletebutton,
display: inline;
}
.toolbar a.button.disabled,
.boxpagenav a.icon.disabled,
.pagenav a.button.disabled span.inner,
.boxfooter .listbutton.disabled .inner,
.dropbutton a.button.disabled + .dropbuttontip {
background-image: url(images/buttons.gif);
}
.dropbutton .dropbuttontip {
right: -2px;
}

@ -109,6 +109,13 @@ ul.toolbarmenu li a.active:hover,
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}
.toolbar a.button.disabled,
.boxpagenav a.icon.disabled,
.pagenav a.button.disabled span.inner,
.boxfooter .listbutton.disabled .inner,
.dropbutton a.button.disabled + .dropbuttontip {
background-image: url(images/buttons.gif);
}
/*** addressbook.css ***/

@ -153,7 +153,7 @@ function rcube_mail_ui()
}
/*** login page ***/
else if (rcmail.env.task == 'login') {
if (bw.ie && bw.vendver < 9) {
if (bw.ie && bw.vendver < 8) {
var popup = $('<div>')
.addClass('readtext')
.html("Roundcube will not work well with the crappy browser ya' using. Get yourself a new internet browsing software and don't come back without!<p>Sincerly,<br/>the Roundcube Dev Team</p>")

Loading…
Cancel
Save