Adwaita: uniform paddings on image-buttons

fixes https://bugzilla.gnome.org/show_bug.cgi?id=762811
This commit is contained in:
Lapo Calamandrei 2016-03-03 16:12:20 +01:00
parent 3549490aa8
commit 08613dce92
3 changed files with 9 additions and 9 deletions

View File

@ -446,9 +446,9 @@ button {
}
&.image-button {
min-width: 32px;
padding-left: 0;
padding-right: 0;
min-width: 24px;
padding-left: 4px;
padding-right: 4px;
}
&.text-button {

View File

@ -480,9 +480,9 @@ notebook > header > tabs > arrow, headerbar button.titlebutton,
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
notebook > header > tabs > arrow.image-button, headerbar button.image-button.titlebutton,
.titlebar button.image-button.titlebutton, button.image-button {
min-width: 32px;
padding-left: 0;
padding-right: 0; }
min-width: 24px;
padding-left: 4px;
padding-right: 4px; }
notebook > header > tabs > arrow.text-button, headerbar button.text-button.titlebutton,
.titlebar button.text-button.titlebutton, button.text-button {
padding-left: 16px;

View File

@ -480,9 +480,9 @@ notebook > header > tabs > arrow, headerbar button.titlebutton,
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
notebook > header > tabs > arrow.image-button, headerbar button.image-button.titlebutton,
.titlebar button.image-button.titlebutton, button.image-button {
min-width: 32px;
padding-left: 0;
padding-right: 0; }
min-width: 24px;
padding-left: 4px;
padding-right: 4px; }
notebook > header > tabs > arrow.text-button, headerbar button.text-button.titlebutton,
.titlebar button.text-button.titlebutton, button.text-button {
padding-left: 16px;