mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #6915 from nextcloud/css-border-radius
Border-radius does not need the vendor prefixes anymore
This commit is contained in:
commit
8062547e66
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue