diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-27 13:42:10 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-27 13:42:10 -0400 |
commit | b9565cb1744152c8c1f1c3fe4f5e96d7e71a80c4 (patch) | |
tree | 9ddacbfccd030d175fb68a4d075dfe6d74aab253 /core | |
parent | 9d48ca75ff5eba2a7ad3af2423388d4ab5e92d8c (diff) | |
parent | 52ca447efc022c48b257064fe446be307169adf0 (diff) | |
download | nextcloud-server-b9565cb1744152c8c1f1c3fe4f5e96d7e71a80c4.tar.gz nextcloud-server-b9565cb1744152c8c1f1c3fe4f5e96d7e71a80c4.zip |
Merge branch 'master' of git://anongit.kde.org/owncloud
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 b7eb62c4c41..205bf1bb96d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -80,7 +80,7 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text- /* NAVIGATION ------------------------------------------------------------- */ -#navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; } +#navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; overflow:hidden;} #navigation a { display:block; padding:.6em .5em .4em 2.5em; background:#eee 1em center no-repeat; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-decoration:none; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; -webkit-transition:background 300ms; -moz-transition:background 300ms; -o-transition:background 300ms; transition:background 300ms; } #navigation a.active, #navigation a:hover, #navigation a:focus { background-color:#dbdbdb; border-top:1px solid #d4d4d4; border-bottom:1px solid #ccc; color:#333; } #navigation a.active { background-color:#ddd; } |