Sizing and color corrections

master
Christian Medel 2019-06-11 15:35:22 -04:00
parent e80ac4d59c
commit dd9569c16c
1 changed files with 5 additions and 4 deletions

View File

@ -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; }
@ -814,6 +810,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;