summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVolkan Gezer <wakeup@users.noreply.github.com>2014-12-03 12:11:21 +0100
committerVolkan Gezer <wakeup@users.noreply.github.com>2014-12-03 12:11:21 +0100
commit7dcf0b02aafd3645da954fd624a6242df87a0f8e (patch)
tree9198fe7610176ee693b5ccc3b680425846620c4d /core
parent2303b09548bb20ff91280ccafbd2b74d445faf55 (diff)
parente7ed62b2c88ccebb304381ada472be541dd172e2 (diff)
downloadnextcloud-server-7dcf0b02aafd3645da954fd624a6242df87a0f8e.tar.gz
nextcloud-server-7dcf0b02aafd3645da954fd624a6242df87a0f8e.zip
Merge pull request #12563 from owncloud/usermenu-remove-border
remove border from user menu, adjust to apps menu
Diffstat (limited to 'core')
-rw-r--r--core/css/header.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 026240ea1b0..02e47ad0966 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -273,8 +273,8 @@
z-index: 2000;
display: none;
background-color: #383c43;
- border-bottom-left-radius:7px; border-bottom:1px #333 solid; border-left:1px #333 solid;
- box-shadow:0 0 7px rgb(29,45,68);
+ border-bottom-left-radius: 7px;
+ box-shadow: 0 0 7px rgb(29,45,68);
-moz-box-sizing: border-box; box-sizing: border-box;
}
#expanddiv a {