summaryrefslogtreecommitdiff
path: root/css/dijit_basic.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 09:40:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 09:40:53 +0300
commit4142f63e109ce3516f42aba25aa8074d2a3ab13e (patch)
tree96c7d86fea9385e7237bda2f2f7a8b0b8313fa03 /css/dijit_basic.less
parentd4f9384d66b1eb31714db6fee0ef239ab94a4de5 (diff)
replace some theme-specific variables with global variables
Diffstat (limited to 'css/dijit_basic.less')
-rw-r--r--css/dijit_basic.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/dijit_basic.less b/css/dijit_basic.less
index 39a2db2f3..67a0335ed 100644
--- a/css/dijit_basic.less
+++ b/css/dijit_basic.less
@@ -28,7 +28,8 @@
}
.dijitCheckBox.dijitCheckBoxChecked {
- background-color : #69C671;
+ background-color : @color-checked;
+ border-color : darken(@color-checked, 10%);
}
.dijitMenu .dijitMenuItem .dijitMenuItemLabel {