File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -409,12 +409,16 @@ header button,
409409 margin : 0.07em ;
410410}
411411
412- .dt_module_btn ,
413412.dt_ignore_fg_state : checked
414413{
415414 color: @button_fg ;
416415}
417416
417+ .dt_module_btn : first-child
418+ {
419+ color : shade (@disabled_fg_color , 0.9 );
420+ }
421+
418422spinbutton > button ,
419423# top-hinter box
420424{
@@ -1642,12 +1646,16 @@ progressbar progress
16421646}
16431647
16441648/* deactivated switch buttons, make them less visible */
1645- .dt_history_switch_off ,
1646- .dt_history_switch_off : disabled
1649+ .dt_history_switch_off
16471650{
16481651 color: @disabled_fg_color ;
16491652}
16501653
1654+ .dt_history_switch_off : disabled
1655+ {
1656+ color : shade (@disabled_fg_color , 0.9 );
1657+ }
1658+
16511659# dt-metadata-changed
16521660{
16531661 font-style : italic;
You can’t perform that action at this time.
0 commit comments