Adwaita: uniform paddings on image-buttons
fixes https://bugzilla.gnome.org/show_bug.cgi?id=762811
This commit is contained in:
parent
3549490aa8
commit
08613dce92
@ -446,9 +446,9 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.image-button {
|
&.image-button {
|
||||||
min-width: 32px;
|
min-width: 24px;
|
||||||
padding-left: 0;
|
padding-left: 4px;
|
||||||
padding-right: 0;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.text-button {
|
&.text-button {
|
||||||
|
@ -480,9 +480,9 @@ notebook > header > tabs > arrow, headerbar button.titlebutton,
|
|||||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
|
||||||
notebook > header > tabs > arrow.image-button, headerbar button.image-button.titlebutton,
|
notebook > header > tabs > arrow.image-button, headerbar button.image-button.titlebutton,
|
||||||
.titlebar button.image-button.titlebutton, button.image-button {
|
.titlebar button.image-button.titlebutton, button.image-button {
|
||||||
min-width: 32px;
|
min-width: 24px;
|
||||||
padding-left: 0;
|
padding-left: 4px;
|
||||||
padding-right: 0; }
|
padding-right: 4px; }
|
||||||
notebook > header > tabs > arrow.text-button, headerbar button.text-button.titlebutton,
|
notebook > header > tabs > arrow.text-button, headerbar button.text-button.titlebutton,
|
||||||
.titlebar button.text-button.titlebutton, button.text-button {
|
.titlebar button.text-button.titlebutton, button.text-button {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
@ -480,9 +480,9 @@ notebook > header > tabs > arrow, headerbar button.titlebutton,
|
|||||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
|
||||||
notebook > header > tabs > arrow.image-button, headerbar button.image-button.titlebutton,
|
notebook > header > tabs > arrow.image-button, headerbar button.image-button.titlebutton,
|
||||||
.titlebar button.image-button.titlebutton, button.image-button {
|
.titlebar button.image-button.titlebutton, button.image-button {
|
||||||
min-width: 32px;
|
min-width: 24px;
|
||||||
padding-left: 0;
|
padding-left: 4px;
|
||||||
padding-right: 0; }
|
padding-right: 4px; }
|
||||||
notebook > header > tabs > arrow.text-button, headerbar button.text-button.titlebutton,
|
notebook > header > tabs > arrow.text-button, headerbar button.text-button.titlebutton,
|
||||||
.titlebar button.text-button.titlebutton, button.text-button {
|
.titlebar button.text-button.titlebutton, button.text-button {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
Loading…
Reference in New Issue
Block a user