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 205908d commit 91541b0
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 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 @@ -797,6 +793,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 Expand Up @@ -1658,29 +1659,22 @@ headerbar, headerbar:not(.titlebar) {
padding-right: 12px;
color: alpha(currentColor, 0.7); }
headerbar button, headerbar:not(.titlebar) button {
padding: 4px 8px;
border-style: solid;
border-width: 1px;
border-color: transparent;
border-radius: 4px;
color: @headerbar_fg_color;
border-color: @borders;
background-color: mix(@theme_bg_color, @theme_fg_color, 0.1);
outline-offset: 1px;
outline-width: 3px;
outline-style: solid;
-gtk-outline-radius: 7px; }
background-color: transparent; }
headerbar button:hover, headerbar:not(.titlebar) button:hover {
border-color: @borders;
color: @headerbar_fg_color;
background-color: @headerbar_bg_color; }
headerbar button:active, headerbar button:checked, headerbar:not(.titlebar) button:active, headerbar:not(.titlebar) button:checked {
color: @theme_selected_fg_color;
border-color: @theme_selected_bg_color;
background-color: @theme_selected_bg_color; }
headerbar button:active:backdrop, headerbar button:checked:backdrop, headerbar:not(.titlebar) button:active:backdrop, headerbar:not(.titlebar) button:checked:backdrop {
color: @theme_unfocused_selected_fg_color; }
headerbar button:active:disabled, headerbar button:checked:disabled, headerbar:not(.titlebar) button:active:disabled, headerbar:not(.titlebar) button:checked:disabled {
color: @theme_disabled_fg_color;
border-color: mix(@headerbar_fg_color, @theme_disabled_bg_color, 0.85);
background-color: shade(@theme_disabled_bg_color, 0.9); }
headerbar button:disabled, headerbar:not(.titlebar) button:disabled {
color: @theme_disabled_fg_color; }
border-color: transparent;
color: @theme_disabled_fg_color;
background-color: transparent; }
headerbar entry, headerbar:not(.titlebar) entry {
padding: 4px 8px; }

Expand Down

0 comments on commit 91541b0

Please sign in to comment.