Loading scss/settings-theming.scss +10 −10 Original line number Diff line number Diff line .settings-section.theming .theming__preview-list { .theming__preview--default .theming__preview--image { background-image: url(../img/theming/default.jpg); .theming__preview--default .theming__preview-image { background-image: url(../img/theming/default.jpg) !important; } .theming__preview--light .theming__preview--image { background-image: url(../img/theming/light.jpg); .theming__preview--light .theming__preview-image { background-image: url(../img/theming/light.jpg) !important; } .theming__preview--light-highcontrast .theming__preview--image { background-image: url(../img/theming/light-highcontrast.jpg); .theming__preview--light-highcontrast .theming__preview-image { background-image: url(../img/theming/light-highcontrast.jpg) !important; } .theming__preview--dark-highcontrast .theming__preview--image { background-image: url(../img/theming/dark-highcontrast.jpg); .theming__preview--dark-highcontrast .theming__preview-image { background-image: url(../img/theming/dark-highcontrast.jpg) !important; } .theming__preview--dark .theming__preview--image { background-image: url(../img/theming/dark.jpg); .theming__preview--dark .theming__preview-image { background-image: url(../img/theming/dark.jpg) !important; } } Loading
scss/settings-theming.scss +10 −10 Original line number Diff line number Diff line .settings-section.theming .theming__preview-list { .theming__preview--default .theming__preview--image { background-image: url(../img/theming/default.jpg); .theming__preview--default .theming__preview-image { background-image: url(../img/theming/default.jpg) !important; } .theming__preview--light .theming__preview--image { background-image: url(../img/theming/light.jpg); .theming__preview--light .theming__preview-image { background-image: url(../img/theming/light.jpg) !important; } .theming__preview--light-highcontrast .theming__preview--image { background-image: url(../img/theming/light-highcontrast.jpg); .theming__preview--light-highcontrast .theming__preview-image { background-image: url(../img/theming/light-highcontrast.jpg) !important; } .theming__preview--dark-highcontrast .theming__preview--image { background-image: url(../img/theming/dark-highcontrast.jpg); .theming__preview--dark-highcontrast .theming__preview-image { background-image: url(../img/theming/dark-highcontrast.jpg) !important; } .theming__preview--dark .theming__preview--image { background-image: url(../img/theming/dark.jpg); .theming__preview--dark .theming__preview-image { background-image: url(../img/theming/dark.jpg) !important; } }