summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-07-10 08:36:31 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-07-10 08:36:31 +0200
commit2c03b71d28ef0d579f2961e7c9c56f6756b0ea4b (patch)
tree7f60bd950f04268cd49b9e2c1e33e2d1304af2cb /skins
parent6dd22a5e2032447bb4a930689539d4ec121ec0f2 (diff)
Set z-index for messagelist and fixed header copy; fix overflow settings; removed unused definitions
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css25
1 files changed, 10 insertions, 15 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 6e90ea66f..b65b08112 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -80,24 +80,11 @@
}
/* Real browsers accept this (not IE) */
-html>/**/body #messagelist>tbody {
+html>/**/body #messagelist {
overflow: auto;
overflow-x: hidden;
}
-/*
-#messagelistcontainer::-webkit-scrollbar {
- -webkit-appearance: none;
- width: 14px;
- border-left: 1px solid #e4e4e4;
- background: #fafafa;
-}
-#messagelistcontainer::-webkit-scrollbar-thumb {
- border-radius: 10px;
- border: 3px solid #f2f2f2;
- background-color: #c2c2c2;
- -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
-}
-*/
+
#messagelistfooter {
position: absolute;
bottom: 0;
@@ -471,6 +458,14 @@ body:-moz-last-node #messagelist {
border-collapse: separate;
}
+table.messagelist {
+ z-index: 1;
+}
+
+table.messagelist.fixedcopy {
+ z-index: 2;
+}
+
.messagelist thead td:first-child {
border-radius: 4px 0 0 0; /* for Chrome */
}