by roundabout, Friday, 2 September 2016, 08:53:17 (1472806397), pushed by roundabout, Sunday, 11 May 2025, 13:21:59 (1746969719)
Author identity: nana-4 <hnmaigo@gmail.com>
95f8b88e918c012a09578708eec7e528a677bc71
gtk-3.0/_common.scss
@@ -413,6 +413,11 @@ button {
&:checked:disabled { @include button(flat-checked-disabled); }
}
&.text-button {
padding-left: 16px;
padding-right: 16px;
}
&.image-button {
min-width: 24px;
padding: ($medium_size - 24px) / 2;
@@ -420,20 +425,26 @@ button {
border-radius: $circular_radius;
}
&.text-button {
padding-left: 16px;
padding-right: 16px;
}
&.text-button.image-button {
padding-left: ($medium_size - 16px) / 2;
padding-right: ($medium_size - 16px) / 2;
-gtk-outline-radius: 2px;
border-radius: 2px;
label {
&:last-child { padding-left: 2px; padding-right: 16px - ($medium_size - 16px) / 2; }
&:first-child { padding-left: 16px - ($medium_size - 16px) / 2; padding-right: 2px; }
&:first-child {
margin-left: 16px - ($medium_size - 24px) / 2;
margin-right: 2px;
}
&:last-child {
margin-left: 2px;
margin-right: 16px - ($medium_size - 24px) / 2;
}
}
image:not(:only-child) {
&:first-child { margin-left: (24px - 16px) / 2; }
&:last-child { margin-right: (24px - 16px) / 2; }
}
}
gtk-3.0/gtk-dark.css
@@ -467,25 +467,27 @@ button {
headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button) > label, .app-notification button:checked:disabled > label,
button.flat:checked:disabled > label {
color: inherit; }
button.text-button {
padding-left: 16px;
padding-right: 16px; }
button.image-button {
min-width: 24px;
padding: 6px;
-gtk-outline-radius: 100px;
border-radius: 100px; }
button.text-button {
padding-left: 16px;
padding-right: 16px; }
button.text-button.image-button {
padding-left: 10px;
padding-right: 10px;
-gtk-outline-radius: 2px;
border-radius: 2px; }
button.text-button.image-button label:last-child {
padding-left: 2px;
padding-right: 6px; }
button.text-button.image-button label:first-child {
padding-left: 6px;
padding-right: 2px; }
margin-left: 10px;
margin-right: 2px; }
button.text-button.image-button label:last-child {
margin-left: 2px;
margin-right: 10px; }
button.text-button.image-button image:not(:only-child):first-child {
margin-left: 4px; }
button.text-button.image-button image:not(:only-child):last-child {
margin-right: 4px; }
toolbar .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action),
headerbar .linked > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button, toolbar .linked.vertical > button, .titlebar:not(headerbar) .linked.vertical > button:not(.suggested-action):not(.destructive-action),
headerbar .linked.vertical > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked.vertical > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked.vertical > button, .linked >
gtk-3.0/gtk-dark_laptop.css
@@ -467,25 +467,27 @@ button {
headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button) > label, .app-notification button:checked:disabled > label,
button.flat:checked:disabled > label {
color: inherit; }
button.text-button {
padding-left: 16px;
padding-right: 16px; }
button.image-button {
min-width: 24px;
padding: 4px;
-gtk-outline-radius: 100px;
border-radius: 100px; }
button.text-button {
padding-left: 16px;
padding-right: 16px; }
button.text-button.image-button {
padding-left: 8px;
padding-right: 8px;
-gtk-outline-radius: 2px;
border-radius: 2px; }
button.text-button.image-button label:last-child {
padding-left: 2px;
padding-right: 8px; }
button.text-button.image-button label:first-child {
padding-left: 8px;
padding-right: 2px; }
margin-left: 12px;
margin-right: 2px; }
button.text-button.image-button label:last-child {
margin-left: 2px;
margin-right: 12px; }
button.text-button.image-button image:not(:only-child):first-child {
margin-left: 4px; }
button.text-button.image-button image:not(:only-child):last-child {
margin-right: 4px; }
toolbar .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action),
headerbar .linked > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button, toolbar .linked.vertical > button, .titlebar:not(headerbar) .linked.vertical > button:not(.suggested-action):not(.destructive-action),
headerbar .linked.vertical > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked.vertical > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked.vertical > button, .linked >
gtk-3.0/gtk.css
@@ -467,25 +467,27 @@ button {
headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button) > label, .app-notification button:checked:disabled > label,
button.flat:checked:disabled > label {
color: inherit; }
button.text-button {
padding-left: 16px;
padding-right: 16px; }
button.image-button {
min-width: 24px;
padding: 6px;
-gtk-outline-radius: 100px;
border-radius: 100px; }
button.text-button {
padding-left: 16px;
padding-right: 16px; }
button.text-button.image-button {
padding-left: 10px;
padding-right: 10px;
-gtk-outline-radius: 2px;
border-radius: 2px; }
button.text-button.image-button label:last-child {
padding-left: 2px;
padding-right: 6px; }
button.text-button.image-button label:first-child {
padding-left: 6px;
padding-right: 2px; }
margin-left: 10px;
margin-right: 2px; }
button.text-button.image-button label:last-child {
margin-left: 2px;
margin-right: 10px; }
button.text-button.image-button image:not(:only-child):first-child {
margin-left: 4px; }
button.text-button.image-button image:not(:only-child):last-child {
margin-right: 4px; }
toolbar .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action),
headerbar .linked > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button, toolbar .linked.vertical > button, .titlebar:not(headerbar) .linked.vertical > button:not(.suggested-action):not(.destructive-action),
headerbar .linked.vertical > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked.vertical > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked.vertical > button, .linked >
gtk-3.0/gtk_laptop.css
@@ -467,25 +467,27 @@ button {
headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button) > label, .app-notification button:checked:disabled > label,
button.flat:checked:disabled > label {
color: inherit; }
button.text-button {
padding-left: 16px;
padding-right: 16px; }
button.image-button {
min-width: 24px;
padding: 4px;
-gtk-outline-radius: 100px;
border-radius: 100px; }
button.text-button {
padding-left: 16px;
padding-right: 16px; }
button.text-button.image-button {
padding-left: 8px;
padding-right: 8px;
-gtk-outline-radius: 2px;
border-radius: 2px; }
button.text-button.image-button label:last-child {
padding-left: 2px;
padding-right: 8px; }
button.text-button.image-button label:first-child {
padding-left: 8px;
padding-right: 2px; }
margin-left: 12px;
margin-right: 2px; }
button.text-button.image-button label:last-child {
margin-left: 2px;
margin-right: 12px; }
button.text-button.image-button image:not(:only-child):first-child {
margin-left: 4px; }
button.text-button.image-button image:not(:only-child):last-child {
margin-right: 4px; }
toolbar .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action),
headerbar .linked > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button, toolbar .linked.vertical > button, .titlebar:not(headerbar) .linked.vertical > button:not(.suggested-action):not(.destructive-action),
headerbar .linked.vertical > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked.vertical > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked.vertical > button, .linked >