aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-12-17 20:05:57 +0100
committerJulius Haertl <jus@bitgrid.net>2016-12-17 20:06:19 +0100
commit1ad36133076269b58def2cb6071e90a4d973a66d (patch)
tree34d9c284af10c17aca6f42bd4d57772326e51b1a /core
parentb0c1460a1d7d71cb752637b42154cd515c2b489e (diff)
downloadnextcloud-server-1ad36133076269b58def2cb6071e90a4d973a66d.tar.gz
nextcloud-server-1ad36133076269b58def2cb6071e90a4d973a66d.zip
Adjust shadows and fix positioning
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/header.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/css/header.css b/core/css/header.css
index f81a71070f0..d18181d13a0 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -152,7 +152,7 @@
margin-top: 0;
padding-bottom: 10px;
background-color: rgba(255, 255, 255, .97);
- box-shadow: 0 1px 10px rgba(50, 50, 50, .7);
+ box-shadow: 0 1px 10px rgba(150, 150, 150, .75);
border-radius: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;
@@ -339,13 +339,12 @@
}
#expanddiv {
position: absolute;
- right: 10px;
+ right: 13px;
top: 45px;
z-index: 2000;
display: none;
background: rgb(255, 255, 255);
- border: 1px solid rgb(204, 204, 204);
- box-shadow: 0 1px 10px rgba(50, 50, 50, .7);
+ box-shadow: 0 1px 10px rgba(150, 150, 150, .75);
border-radius: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;