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.scss | |
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.scss')
-rw-r--r-- | core/css/header.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 36047fbd032..df5343328b6 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -317,12 +317,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); } } |