We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8964f commit 0671efdCopy full SHA for 0671efd
1 file changed
resources/scss/theme-dark/form/field/Switch.scss
@@ -2,12 +2,14 @@
2
--switchfield-bordercolor-focused: #57B2EF;
3
--switchfield-borderwidth-focused: 4px;
4
--switchfield-color-knob : #fff;
5
+ --switchfield-color-icon-on : #fff;
6
+ --switchfield-color-icon-off : #767676;
7
+ --switchfield-color-off : #BDBDBD;
8
--switchfield-color-off-disabled : #BDBDBD;
9
--switchfield-color-off-hovered : #9E9E9E;
- --switchfield-color-off-idle : #BDBDBD;
10
+ --switchfield-color-on : #005A96;
11
--switchfield-color-on-disabled : #005A96;
12
--switchfield-color-on-hovered : #004C7E;
- --switchfield-color-on-idle : #005A96;
13
--switchfield-height : 24px;
14
--switchfield-knobsize : 20px;
15
--switchfield-opacity-disabled : .5;
0 commit comments