diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-29 02:54:19 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-29 02:54:19 +0200 |
commit | 18d8f34f96848c91b4d677951bb2ebe0b7494c3b (patch) | |
tree | 1bc9dcb7609ac0bf701e51099d8092269bd0a72e /core | |
parent | 2d43f6e307e407635483ba503c404d5a2d24522d (diff) | |
download | nextcloud-server-18d8f34f96848c91b4d677951bb2ebe0b7494c3b.tar.gz nextcloud-server-18d8f34f96848c91b4d677951bb2ebe0b7494c3b.zip |
fix breadcrumb look of Files in navigation panel
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 55e050b1962..cfb5db55d99 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -82,7 +82,7 @@ form.searchbox { display:inline; position:fixed; top:.9em; right:9em; margin:0; input[type="search"] { font-size:1em; padding-left:2em; background:#eee url('../img/actions/search.png') .5em center no-repeat; } /* NAVIGATION ------------------------------------------------------------- */ -#plugins { position:fixed; top:3.5em; float:left; width:15.7em; padding:0; z-index:0; } +#plugins { position:fixed; top:3.5em; float:left; width:15.7em; padding:0; z-index:50; } #plugins ul { list-style-type:none; border-top:1px solid #ccc; } #plugins a { display:block; padding:0.5em 0.5em 0.5em 3em; background-position:1.5em center; background-repeat:no-repeat; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-decoration:none; font-size:1.2em; color:#666; } #plugins a.active, #plugins a:hover, #plugins a:focus, #plugins a.selected { background-color:#ccc; border-top:1px solid #ccc; border-bottom:1px solid #ccc; color:#000; outline:0; } |