Skip to content

Commit

Permalink
Sizing and color corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Jun 11, 2019
1 parent 1150b3d commit 64aa1db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ image, image:disabled, label, label:disabled, box, box:disabled {
label selection {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color; }
label.separator {
color: @borders; }
label.separator:backdrop {
color: @unfocused_borders; }
label.dim-label, label.separator, popover label.separator, popover.background label.separator, label:disabled {
opacity: 0.55; }

Expand Down Expand Up @@ -915,6 +911,11 @@ button.circular, button.circular-button {
border-radius: 50%;
-gtk-outline-radius: 50%; }

stackswitcher button.circular, stackswitcher button.text-button.circular {
min-width: 32px;
min-height: 32px;
padding: 0; }

printdialog paper {
border: 1px solid @borders;
background: @light_shadow;
Expand Down

0 comments on commit 64aa1db

Please sign in to comment.