File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2956,17 +2956,18 @@ body {
2956
2956
.none-border {
2957
2957
border : 0 !important ;
2958
2958
}
2959
- .boolean-field_type .switch__checkbox .switch__checkbox--off-danger + .switch__label , .boolean-field_type .switch__checkbox .switch__checkbox--off-danger + .switch__label : before {
2959
+ .boolean-field_type .switch__checkbox .switch__checkbox--off-danger + .switch__label ,
2960
+ .boolean-field_type .switch__checkbox .switch__checkbox--off-danger + .switch__label : before {
2960
2961
border-color : inherit !important ;
2961
2962
}
2962
2963
.boolean-field_type .switch__checkbox .switch__checkbox--off-danger + .switch__label {
2963
- background-color : # f6f6f6 !important ;
2964
+ background-color : # dddddd !important ;
2964
2965
}
2965
2966
.boolean-field_type .switch__label : before {
2966
2967
width : 23px !important ;
2967
2968
border : 0 !important ;
2968
2969
border-radius : 23px !important ;
2969
- background : # e5e5e5 !important ;
2970
+ background : # EEEEEE !important ;
2970
2971
}
2971
2972
.boolean-field_type .switch__label {
2972
2973
height : 23px !important ;
@@ -2976,6 +2977,10 @@ body {
2976
2977
flex : 0 0 46px !important ;
2977
2978
max-width : 46px !important ;
2978
2979
}
2980
+ .boolean-field_type .switch__checkbox : disabled + .switch__label ,
2981
+ .boolean-field_type .switch__checkbox : checked : disabled + .switch__label {
2982
+ opacity : 0.6 !important ;
2983
+ }
2979
2984
.form .field-group {
2980
2985
margin-bottom : 1rem ;
2981
2986
padding-bottom : 1rem ;
You can’t perform that action at this time.
0 commit comments