summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-23 21:47:20 +0200
committerGitHub <noreply@github.com>2017-10-23 21:47:20 +0200
commit8062547e669f548e80befef9cd9f77d090978404 (patch)
tree5975485c9a3950f304cc84d064f23debf1a34d09 /core/css
parent59598b8a27e8a65f75b4c7e295146078dd6bd3e1 (diff)
parentb29fa3293977f5ba629d1e2c22c96072d4512d9e (diff)
downloadnextcloud-server-8062547e669f548e80befef9cd9f77d090978404.tar.gz
nextcloud-server-8062547e669f548e80befef9cd9f77d090978404.zip
Merge pull request #6915 from nextcloud/css-border-radius
Border-radius does not need the vendor prefixes anymore
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 656440520a0..3b20c801c1b 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -478,8 +478,6 @@ nav {
background-color: rgba($color-main-background, .97);
white-space: nowrap;
border: none;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
border-radius: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;