summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-27 17:34:12 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-27 17:34:12 +0100
commitd1d775da219e79e134c55d978ebc96c728d77958 (patch)
tree557e201d40a4ffca56e6c9cb1089ae1bcc74566e /css
parent02869fdc16bcec5ce142a597c3d203dadd7d2067 (diff)
display folders
Diffstat (limited to 'css')
-rw-r--r--css/owncloud.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/owncloud.css b/css/owncloud.css
index a7bd29596..e6aa01f61 100644
--- a/css/owncloud.css
+++ b/css/owncloud.css
@@ -38,8 +38,9 @@
#app-navigation li:hover > a { background-color: #ccc; }
#app-navigation > ul > li:hover { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
+#app-navigation button.collapse { display: none; }
#app-navigation li.collapsible > button.collapse {
- display: none; position: absolute; left: 6px; top: 5px; height: 16px; width: 16px;
+ position: absolute; left: 6px; top: 5px; height: 16px; width: 16px;
background: none; background-image: url('%webroot%/core/img/actions/triangle-s.svg');
background-repeat: no-repeat; background-size: 16px 16px;
border: none; border-radius: 0; outline: none !important;