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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-28 17:32:54 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-03 16:08:21 +0300
commitbd7d0de86f93bcdf0a521544a92795d5725f57f4 (patch)
treec5e56ef23544d4d130d6fcc4d3d1ee79408a8266 /core/css/tooltip.scss
parent576d31d48d1e368c0ca54a95f28dc3bc0e553d83 (diff)
Add variable for border-radius
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/tooltip.scss')
-rw-r--r--core/css/tooltip.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/tooltip.scss b/core/css/tooltip.scss
index 05ff4b5d0f9..e9982b580ca 100644
--- a/core/css/tooltip.scss
+++ b/core/css/tooltip.scss
@@ -117,7 +117,7 @@
color: $color-main-text;
box-shadow: 0 1px 10px $color-box-shadow;
text-align: center;
- border-radius: 3px;
+ border-radius: $border-radius;
}
.tooltip-arrow {