summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-30 17:39:06 +0000
committerthomascube <thomas@roundcube.net>2011-12-30 17:39:06 +0000
commit12bf0f9766e454364e5296b1ecc09b43c27e820b (patch)
tree7c881681ff3a21c85fdbdb181a2f04dac018cff7 /skins
parent354bf1ce12296767f007567807eae238fb80d342 (diff)
Small CSS improvements
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css9
-rw-r--r--skins/larry/ui.js2
2 files changed, 5 insertions, 6 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 4b11ffb2f..4d77c080f 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -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;
}
diff --git a/skins/larry/ui.js b/skins/larry/ui.js
index 3521154ca..9799ab8a8 100644
--- a/skins/larry/ui.js
+++ b/skins/larry/ui.js
@@ -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>")