summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-02-14 10:37:47 +0100
committerGitHub <noreply@github.com>2019-02-14 10:37:47 +0100
commit9d1d4d68b7b8dfb31ce4155b7e054412a2b54184 (patch)
tree847bf139c8095f67ca303a1318931f4083214ef0 /core
parent4d8c42a4fb8bbebfce4a9abd431f7600e0465fe0 (diff)
parent15ae6338644d90a2a8d633892fd0b78acee97576 (diff)
downloadnextcloud-server-9d1d4d68b7b8dfb31ce4155b7e054412a2b54184.tar.gz
nextcloud-server-9d1d4d68b7b8dfb31ce4155b7e054412a2b54184.zip
Merge pull request #14168 from nextcloud/feature/noid/improve-update-channel-layout
Improve update channel layout to be a popup menu
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 05a92139495..7a979d16585 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -934,6 +934,7 @@ $outter-margin: ($popoveritem-height - $popovericon-size) / 2;
cursor: pointer;
line-height: $popoveritem-height;
border: 0;
+ border-radius: 0; // otherwise Safari will cut the border-radius area
background-color: transparent;
display: flex;
align-items: flex-start;