summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index d74840fe444..d88a00a82f5 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -166,7 +166,7 @@ body {
::-webkit-scrollbar-thumb {
background: nc-darken($color-main-background, 14%);
- border-radius: 3px;
+ border-radius: $border-radius;
}
/* Searchbox */
@@ -181,7 +181,7 @@ body {
background: transparent url('../img/actions/search-white.svg?v=1') no-repeat 6px center;
color: $color-primary-text;
border: 0;
- border-radius: 3px;
+ border-radius: $border-radius;
margin-top: 3px;
width: 0;
cursor: pointer;
@@ -648,7 +648,7 @@ label.infield {
background-color: rgba($color-main-text, 0.3);
color: $color-primary-text;
text-align: left;
- border-radius: 3px;
+ border-radius: $border-radius;
cursor: default;
}
.update {
@@ -675,7 +675,7 @@ label.infield {
margin-top: 8px;
padding: 5px;
background: rgba($color-error, .15);
- border-radius: 3px;
+ border-radius: $border-radius;
}
.warning {
@@ -991,7 +991,7 @@ code {
margin-top: 10px;
padding: 4px 8px;
width: auto;
- border-radius: 3px;
+ border-radius: $border-radius;
border: none;
.ui-state-default,