diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-30 17:39:06 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-30 17:39:06 +0000 |
| commit | 94bd6cde7c08eb8a66b7f58944ef7bbb35514f72 (patch) | |
| tree | a7bf3f14ab9bc7672d720387ca6c94987a937b10 /roundcubemail | |
| parent | 26ee422a0146b3c39fcdc6406373aa81a864625d (diff) | |
Small CSS improvements
git-svn-id: https://svn.roundcube.net/trunk@5670 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/larry/styles.css | 9 | ||||
| -rw-r--r-- | roundcubemail/skins/larry/ui.js | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css index 4b11ffb2f..4d77c080f 100644 --- a/roundcubemail/skins/larry/styles.css +++ b/roundcubemail/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/roundcubemail/skins/larry/ui.js b/roundcubemail/skins/larry/ui.js index 3521154ca..9799ab8a8 100644 --- a/roundcubemail/skins/larry/ui.js +++ b/roundcubemail/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>") |
