Small CSS improvements

pull/1/head
thomascube 13 years ago
parent 354bf1ce12
commit 12bf0f9766

@ -461,8 +461,7 @@ a.iconlink.upload {
text-decoration: none;
}
#topline a:hover,
#topnav a:hover {
#topline a:hover {
text-decoration: underline;
}
@ -680,11 +679,11 @@ a.iconlink.upload {
.listbox .listitem.selected,
.listbox .tablink.selected,
.listbox .listitem.selected a,
.listbox .tablink.selected a,
.listbox .listitem.selected > a,
.listbox .tablink.selected > a,
.listing tbody tr.selected td,
.listing li.selected,
.listing li.selected a {
.listing li.selected > a {
color: #004458;
font-weight: bold;
}

@ -135,7 +135,7 @@ function rcube_mail_ui()
}
}
else if (rcmail.env.task == 'login') {
if (bw.ie && bw.ver < 9) {
if (bw.ie && bw.vendver < 9) {
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