1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 22:10:43 +00:00

make image-buttons square again

This commit is contained in:
Horst3180 2016-01-04 01:30:51 +01:00
parent 5af0399fef
commit c02ccae32a
21 changed files with 48 additions and 3 deletions

View File

@ -456,6 +456,9 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -455,6 +455,9 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -456,6 +456,9 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -455,6 +455,9 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -455,6 +455,9 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -455,6 +455,9 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton,
.header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -502,7 +502,8 @@ $_dot_color: $selected_bg_color;
}
}
&.image-button { padding: 2px + $vert_padding 10px; }
&.image-button { padding: 2px + $vert_padding; }
.header-bar &.image-button { padding: 2px + $vert_padding 10px; }
&.text-button {
padding-left: 16px;

View File

@ -457,6 +457,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -456,6 +456,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -457,6 +457,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -456,6 +456,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -456,6 +456,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -456,6 +456,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -502,7 +502,8 @@ $_dot_color: $selected_bg_color;
}
}
&.image-button { padding: 2px + $vert_padding 10px; }
&.image-button { padding: 2px + $vert_padding; }
.header-bar &.image-button { padding: 2px + $vert_padding 10px; }
&.text-button {
padding-left: 16px;

View File

@ -419,6 +419,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -418,6 +418,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -419,6 +419,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -418,6 +418,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -418,6 +418,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -418,6 +418,8 @@ GtkSearchEntry.entry {
color: inherit; }
.button.image-button, .header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px; }
.header-bar .button.image-button, .header-bar .button.titlebutton {
padding: 7px 10px; }
.button.text-button {
padding-left: 16px;

View File

@ -439,7 +439,8 @@ $_dot_color: $selected_bg_color;
}
}
&.image-button { padding: 2px + $vert_padding 10px; }
&.image-button { padding: 2px + $vert_padding; }
.header-bar &.image-button { padding: 2px + $vert_padding 10px; }
&.text-button {
padding-left: 16px;