File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed
modules/backend/formwidgets Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 11<?php
2+
23namespace Backend \FormWidgets ;
34
45use Backend \Classes \FormWidgetBase ;
Original file line number Diff line number Diff line change 1616
1717 background : @panel-bg ;
1818 @media (prefers- color - scheme: dark ) {
19- background : @panel-bg-dark ;
19+ background : @panel-bg-dark ;
2020 }
2121
2222 & > legend {
23- border : none ;
24- margin : 0 ;
25- padding-inline : 1rem ;
26- width : fit-content ;
27- font-size : 18px ;
28- color : inherit ;
23+ border : none ;
24+ margin : 0 ;
25+ padding-inline : 1rem ;
26+ width : fit-content ;
27+ font-size : 18px ;
28+ color : inherit ;
2929 }
3030 .control-tabs.primary-tabs {
3131 .nav-tabs {
3232 margin : 0 ;
3333 > li .active > a :before {
34- background-color : @panel-bg ;
35- border-color : @panel-bg ;
36- @media (prefers- color - scheme: dark ) {
37- background-color : @panel-bg-dark ;
38- border-color : @panel-bg-dark ;
39- }
34+ background-color : @panel-bg ;
35+ border-color : @panel-bg ;
36+ @media (prefers- color - scheme: dark ) {
37+ background-color : @panel-bg-dark ;
38+ border-color : @panel-bg-dark ;
39+ }
4040 }
4141
4242 > li > a > span .title {
43- & :before , & :after {
44- background-color : @panel-bg ;
45- @media (prefers- color - scheme: dark ) {
46- background-color : @panel-bg-dark ;
43+ & :before , & :after {
44+ background-color : @panel-bg ;
45+ @media (prefers- color - scheme: dark ) {
46+ background-color : @panel-bg-dark ;
47+ }
4748 }
48- }
4949 }
5050 }
5151 }
You can’t perform that action at this time.
0 commit comments