diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-08-27 10:54:59 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-09-01 14:15:40 +0200 |
commit | 76033a12ce90027855593349a5ccc33efc8b3d20 (patch) | |
tree | 5660523d0791b04725f8453c3afa01685baec727 /core/css/apps.scss | |
parent | d5c7a3aff41294d0f16f40afb8b9e21a24bd763c (diff) | |
download | nextcloud-server-76033a12ce90027855593349a5ccc33efc8b3d20.tar.gz nextcloud-server-76033a12ce90027855593349a5ccc33efc8b3d20.zip |
Adjust server popover style
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index fe8eb861708..45b7d77a302 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -966,7 +966,8 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2); position: absolute; background-color: var(--color-main-background); color: var(--color-main-text); - border-radius: var(--border-radius); + border-radius: var(--border-radius-large); + padding: 3px; z-index: 110; margin: 5px; margin-top: -5px; @@ -1040,12 +1041,13 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2); cursor: pointer; line-height: $popoveritem-height; border: 0; - border-radius: 0; // otherwise Safari will cut the border-radius area + border-radius: var(--border-radius-large); // otherwise Safari will cut the border-radius area background-color: transparent; display: flex; align-items: flex-start; height: auto; margin: 0; + margin-bottom: 2px; font-weight: normal; box-shadow: none; width: 100%; |