diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-08-31 12:05:13 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-09-01 14:15:42 +0200 |
commit | b6a68028576e4c497e2e23e2b45121412522b030 (patch) | |
tree | 34bef373c1a414aa008f481e5e4b2a5bc7d27fae /core/css/header.css | |
parent | d6bd98d3c5ff09abd48d9aff4960638c34f9d58b (diff) | |
download | nextcloud-server-b6a68028576e4c497e2e23e2b45121412522b030.tar.gz nextcloud-server-b6a68028576e4c497e2e23e2b45121412522b030.zip |
Some more fixes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/css/header.css b/core/css/header.css index e2cf7835eb7..3aa984d4d0e 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -310,12 +310,13 @@ width: 0; position: absolute; pointer-events: none; - border: 0 solid transparent; - border-bottom-color: var(--color-main-background); - border-width: 10px; - bottom: 0; + bottom: 2px; z-index: 100; display: block; + width: 10px; + height: 5px; + border-radius: 3px; + background-color: var(--color-primary-text); } #settings #expanddiv:after { right: 22px; |