Skip to content

Commit 143c9f2

Browse files
committed
darktable.css: Use a darker shade for non active buttons.
1 parent 2f16d62 commit 143c9f2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

data/themes/darktable.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
418422
spinbutton > 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;

0 commit comments

Comments
 (0)