diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-30 14:43:48 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-30 14:43:48 +0200 |
commit | f9d1d79929e8414789245c79369ceadf1af67ab4 (patch) | |
tree | 49f9921cb7a580fceba449d83689c2c744174d06 /core | |
parent | 10939b0bdfed1474840fbf43e0cff0ef74f7846f (diff) | |
download | nextcloud-server-f9d1d79929e8414789245c79369ceadf1af67ab4.tar.gz nextcloud-server-f9d1d79929e8414789245c79369ceadf1af67ab4.zip |
reduce z-index of settings popup, fix #4212
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 0dd66fb5b7c..9c6d39030e9 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -596,7 +596,7 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;} #category_addinput { width:10em; } /* ---- APP SETTINGS ---- */ -.popup { background-color:white; border-radius:10px 10px 10px 10px; box-shadow:0 0 20px #888; color:#333; padding:10px; position:fixed !important; z-index:200; } +.popup { background-color:white; border-radius:10px 10px 10px 10px; box-shadow:0 0 20px #888; color:#333; padding:10px; position:fixed !important; z-index:100; } .popup.topright { top:7em; right:1em; } .popup.bottomleft { bottom:1em; left:33em; } .popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; } |