Merge pull request #6915 from nextcloud/css-border-radius

Border-radius does not need the vendor prefixes anymore
pull/6997/head
Joas Schilling 7 years ago committed by GitHub
commit 8062547e66
  1. 2
      core/css/header.scss

@ -478,8 +478,6 @@ nav {
background-color: rgba($color-main-background, .97); background-color: rgba($color-main-background, .97);
white-space: nowrap; white-space: nowrap;
border: none; border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;

Loading…
Cancel
Save