aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-28 16:32:54 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-03 14:08:21 +0100
commitbd7d0de86f93bcdf0a521544a92795d5725f57f4 (patch)
treec5e56ef23544d4d130d6fcc4d3d1ee79408a8266 /apps/comments/css
parent576d31d48d1e368c0ca54a95f28dc3bc0e553d83 (diff)
downloadnextcloud-server-bd7d0de86f93bcdf0a521544a92795d5725f57f4.tar.gz
nextcloud-server-bd7d0de86f93bcdf0a521544a92795d5725f57f4.zip
Add variable for border-radius
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/comments/css')
-rw-r--r--apps/comments/css/autocomplete.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/css/autocomplete.scss b/apps/comments/css/autocomplete.scss
index 10e56f15420..41695e08301 100644
--- a/apps/comments/css/autocomplete.scss
+++ b/apps/comments/css/autocomplete.scss
@@ -12,7 +12,7 @@
background: $color-main-background;
color: $color-main-text;
border: 1px solid $color-border;
- border-radius: 3px;
+ border-radius: $border-radius;
box-shadow: 0 0 5px $color-box-shadow;
min-width: 120px;
z-index: 11110 !important;