summaryrefslogtreecommitdiff
path: root/skins/classic/common.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-31 18:26:47 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-31 18:26:47 +0100
commit8bfbd5e9f9c1d2c4657bda2f6099f01fc8097846 (patch)
treec9c3fab72bbeb3fc4919340331b2fdd4b382404c /skins/classic/common.css
parentee01be5b5b854320de83e09c66070acd71283a70 (diff)
parent873ae9e9de2aba0f22f3669b1e1519a439d97b5c (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r--skins/classic/common.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index b4adc58a7..16edeedf6 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -622,6 +622,27 @@ table.records-table tr.unfocused td
background-color: #929292;
}
+ul.treelist li div.treetoggle
+{
+ position: absolute;
+ left: 8px !important;
+ left: -16px;
+ top: 1px;
+ width: 14px;
+ height: 16px;
+ cursor: pointer;
+}
+
+ul.treelist li div.collapsed
+{
+ background: url(images/icons/collapsed.png) bottom right no-repeat;
+}
+
+ul.treelist li div.expanded
+{
+ background: url(images/icons/expanded.png) bottom right no-repeat;
+}
+
/***** mac-style quicksearch field *****/
@@ -666,6 +687,7 @@ table.records-table tr.unfocused td
font-size: 11px;
padding: 0px;
border: none;
+ outline: none;
}
/***** roundcube webmail pre-defined classes *****/