Merge pull request #6260 from nextcloud/popover-border-radius
Add standard border-radius to datepicker
This commit is contained in:
commit
1682ead807
|
@ -992,6 +992,8 @@ code {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
border-radius: 3px;
|
||||||
|
border: none;
|
||||||
|
|
||||||
.ui-state-default,
|
.ui-state-default,
|
||||||
.ui-widget-content .ui-state-default,
|
.ui-widget-content .ui-state-default,
|
||||||
|
|
Loading…
Reference in New Issue