roundabout,
created on Tuesday, 2 August 2016, 08:06:33 (1470125193),
received on Sunday, 11 May 2025, 13:21:58 (1746969718)
Author identity: nana-4 <hnmaigo@gmail.com>
bfa9fe460c3c0ba108cb57927dbbe4c7814fae88
gtk-3.0/_common.scss
@@ -156,6 +156,8 @@ flowbox {
}
label {
caret-color: currentColor; // this shouldn't be needed.
&.separator {
@extend .dim-label;
gtk-3.0/gtk-dark.css
@@ -108,13 +108,15 @@ flowbox flowboxchild {
padding: 4px;
border-radius: 2px; }
label.separator {
color: #FFFFFF; }
label selection {
background-color: #42A5F5;
color: #FFFFFF; }
label:disabled {
color: rgba(255, 255, 255, 0.4); }
label {
caret-color: currentColor; }
label.separator {
color: #FFFFFF; }
label selection {
background-color: #42A5F5;
color: #FFFFFF; }
label:disabled {
color: rgba(255, 255, 255, 0.4); }
.dim-label, label.separator, .titlebar:not(headerbar) .subtitle,
headerbar .subtitle {
gtk-3.0/gtk.css
@@ -108,13 +108,15 @@ flowbox flowboxchild {
padding: 4px;
border-radius: 2px; }
label.separator {
color: rgba(0, 0, 0, 0.8); }
label selection {
background-color: #42A5F5;
color: #FFFFFF; }
label:disabled {
color: rgba(0, 0, 0, 0.32); }
label {
caret-color: currentColor; }
label.separator {
color: rgba(0, 0, 0, 0.8); }
label selection {
background-color: #42A5F5;
color: #FFFFFF; }
label:disabled {
color: rgba(0, 0, 0, 0.32); }
.dim-label, label.separator, .titlebar:not(headerbar) .subtitle,
headerbar .subtitle {