diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-08-25 15:58:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-25 15:58:23 +0200 |
commit | 1682ead80737e0aa48d6ca44c28b1b81f369bd0c (patch) | |
tree | 5f1bf3b670140e03444541ddcd0aecb58bb08870 | |
parent | f456462dfd522be98b8722275bec5c38fd9eea53 (diff) | |
parent | cd1e384b142548f03a574d53ad3d551427b99bc8 (diff) | |
download | nextcloud-server-1682ead80737e0aa48d6ca44c28b1b81f369bd0c.tar.gz nextcloud-server-1682ead80737e0aa48d6ca44c28b1b81f369bd0c.zip |
Merge pull request #6260 from nextcloud/popover-border-radius
Add standard border-radius to datepicker
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 667ca0dc2be..436d0ce1155 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -992,6 +992,8 @@ code { margin-top: 10px; padding: 4px 8px; width: auto; + border-radius: 3px; + border: none; .ui-state-default, .ui-widget-content .ui-state-default, |