Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-05-31 04:30:50 +0300
committerChristopher Ng <chrng8@gmail.com>2022-06-09 03:19:28 +0300
commitf876dc68821ce6d2890aa21a9083e57ed2a0b797 (patch)
tree07d4bd2d182992e38a1c43db017ec31f20b77184 /core
parent189926b107945adfa3e4c7c9542d15a1ace0340a (diff)
Set circular radius on close button
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/src/jquery/css/jquery.ocdialog.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss
index a731c7d077d..8755e1d7a74 100644
--- a/core/src/jquery/css/jquery.ocdialog.scss
+++ b/core/src/jquery/css/jquery.ocdialog.scss
@@ -55,7 +55,7 @@
padding: 25px;
background: var(--icon-close-dark) no-repeat center;
opacity: .5;
- border-radius: var(--border-radius-large);
+ border-radius: var(--border-radius-pill);
&:hover,
&:focus,