@@ -11338,6 +11338,31 @@ fieldset legend {
1133811338 border-color : # 2f2f33 ;
1133911339}
1134011340
11341+ .btn .btn-secondary : hover , .btn .btn-secondary : focus {
11342+ background : # 3d3d43 ;
11343+ border-color : # 3d3d43 ;
11344+ }
11345+
11346+ .btn-secondary : not (: disabled ): not (.disabled ).active ,
11347+ .btn-secondary : not (: disabled ): not (.disabled ): active ,
11348+ .show > .btn-secondary .dropdown-toggle {
11349+ background : # 39393e ;
11350+ border-color : # 39393e ;
11351+ }
11352+
11353+ .btn .btn-dark : hover , .btn .btn-dark : focus {
11354+ background : # 1b1b1e ;
11355+ border-color : # 1b1b1e ;
11356+ }
11357+
11358+ .fw-semibold , .fw-bold , strong {
11359+ color : # fff ;
11360+ }
11361+
11362+ ::-webkit-calendar-picker-indicator {
11363+ filter : invert (70% );
11364+ }
11365+
1134111366.select2-container .select2-container--default .select2-selection--single , .select2-container .select2-container--default .select2-selection--multiple {
1134211367 background : # 313136 ;
1134311368 border-bottom : 1px solid # 424249 ;
@@ -11402,29 +11427,4 @@ div.note-editor.note-frame .note-editing-area .note-editable {
1140211427div .note-editor .note-frame .note-statusbar {
1140311428 background : # 252529 ;
1140411429 border-top-color : # 424249 ;
11405- }
11406-
11407- .btn .btn-secondary : hover , .btn .btn-secondary : focus {
11408- background : # 3d3d43 ;
11409- border-color : # 3d3d43 ;
11410- }
11411-
11412- .btn-secondary : not (: disabled ): not (.disabled ).active ,
11413- .btn-secondary : not (: disabled ): not (.disabled ): active ,
11414- .show > .btn-secondary .dropdown-toggle {
11415- background : # 39393e ;
11416- border-color : # 39393e ;
11417- }
11418-
11419- .btn .btn-dark : hover , .btn .btn-dark : focus {
11420- background : # 1b1b1e ;
11421- border-color : # 1b1b1e ;
11422- }
11423-
11424- .fw-semibold , .fw-bold , strong {
11425- color : # fff ;
11426- }
11427-
11428- ::-webkit-calendar-picker-indicator {
11429- filter : invert (70% );
1143011430}
0 commit comments