Skip to content

Commit 72bf6b5

Browse files
committed
Make the active button more visible.
It is somewhat hard to see an active button in the bottom toolbar. This is especially important after the work to make all buttons with a persistent status.
1 parent 5205f78 commit 72bf6b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/themes/darktable.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,12 @@ separator
509509
{
510510
min-height: 1.7em;
511511
min-width: 1.7em;
512+
border: 0.08em solid transparent;
513+
}
514+
515+
#footer-toolbar button:checked
516+
{
517+
border: 0.08em solid shade(@button_border, 1.6);
512518
}
513519

514520
/* Rating stars on left footer toolbar on lighttable view */

0 commit comments

Comments
 (0)