Skip to content

Commit cc18ec8

Browse files
committed
store module debugged, on filter: store and company categories are separated, thumbnail slider debugged, store and company list header debugged
1 parent f4ba08d commit cc18ec8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

resources/css/theme.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3300,4 +3300,19 @@ border-color: {{ setting_value('visiosoft.theme.defaultadmin::background_color')
33003300
}
33013301
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
33023302
border-color: {{setting_value('visiosoft.theme.defaultadmin::input_focused_border_color')}} !important;
3303-
}
3303+
}
3304+
.codemirror {
3305+
background-color: #ddd;
3306+
}
3307+
.codemirror textarea {
3308+
background: #aaa !important;
3309+
}
3310+
.cm-s-monokai.CodeMirror {
3311+
background: {{setting_value('visiosoft.theme.defaultadmin::input_focused_border_color')}} !important;
3312+
}
3313+
.cm-s-monokai {
3314+
border: 1px solid {{setting_value('visiosoft.theme.defaultadmin::input_focused_border_color')}} !important;
3315+
}
3316+
.CodeMirror div {
3317+
color: white !important;
3318+
}

0 commit comments

Comments
 (0)