Skip to content

Commit 20422d2

Browse files
committed
Sizing and color corrections
1 parent 4c252d7 commit 20422d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gtk-3.20/gtk-widgets.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ image, image:disabled, label, label:disabled, box, box:disabled {
5454
label selection {
5555
background-color: @theme_selected_bg_color;
5656
color: @theme_selected_fg_color; }
57-
label.separator {
58-
color: @borders; }
59-
label.separator:backdrop {
60-
color: @unfocused_borders; }
6157
label.dim-label, label.separator, popover label.separator, popover.background label.separator, label:disabled {
6258
opacity: 0.55; }
6359

@@ -687,6 +683,11 @@ button.circular, button.circular-button {
687683
border-radius: 50%;
688684
-gtk-outline-radius: 50%; }
689685

686+
stackswitcher button.circular, stackswitcher button.text-button.circular {
687+
min-width: 32px;
688+
min-height: 32px;
689+
padding: 0; }
690+
690691
printdialog paper {
691692
border: 1px solid @borders;
692693
background: @light_shadow;

0 commit comments

Comments
 (0)