roundabout,
created on Tuesday, 16 August 2016, 09:26:29 (1471339589),
received on Sunday, 11 May 2025, 13:21:59 (1746969719)
Author identity: nana-4 <hnmaigo@gmail.com>
76a5c9822e9b7d93dd2f1b46da82508d5b9f07b3
gtk-3.0/_common.scss
@@ -1842,7 +1842,7 @@ switch {
background-clip: padding-box;
font-size: 0;
&:disabled { color: $disabled_fg_color; }
&:disabled { color: gtkalpha(currentColor, $disabled_opacity); }
&:checked {
background-color: scale-alpha($accent_color, 0.5);
@@ -1866,8 +1866,6 @@ switch {
&:hover slider { @include entry(focus); }
&:disabled slider { @include entry(disabled); }
&:checked slider {
transition: $longer_transition, $shadow_transition, margin 0, background-image 0, background-color 0 $longer_duration;
animation: needs_attention $longer_duration $deceleration_curve;
@@ -1876,6 +1874,8 @@ switch {
color: $inversed_fg_color;
}
&:disabled slider { @include entry(disabled); }
&:checked:disabled slider { animation: none; }
row:selected & {
@@ -2072,7 +2072,12 @@ treeview.view check,
treeview.view radio {
padding: 0;
&:checked:hover, &:selected:checked:hover { background-image: none; }
&:hover {
box-shadow: inset 0 0 0 10000px gtkalpha($fg_color, 0.05);
background-image: none;
&:selected { box-shadow: inset 0 0 0 10000px gtkalpha($inversed_fg_color, 0.05); }
}
& {
color: $secondary_fg_color;
@@ -2460,7 +2465,7 @@ levelbar {
&.empty {
background-color: $track_color;
color: $tertiary_fg_color;
color: $disabled_fg_color;
}
}
}
gtk-3.0/gtk-dark.css
@@ -1470,7 +1470,7 @@ switch {
background-clip: padding-box;
font-size: 0; }
switch:disabled {
color: rgba(255, 255, 255, 0.4); }
color: alpha(currentColor, 0.4); }
switch:checked {
background-color: rgba(255, 64, 129, 0.5); }
switch:checked:disabled {
@@ -1491,16 +1491,16 @@ switch {
switch:hover slider {
border-image: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
switch:disabled slider {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: #4d646f;
color: rgba(255, 255, 255, 0.4); }
switch:checked slider {
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, background-image 0, background-color 0 0.3s;
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1);
margin: -4px -4px -4px 0;
background-color: #FF4081;
color: #FFFFFF; }
switch:disabled slider {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: #4d646f;
color: rgba(255, 255, 255, 0.4); }
switch:checked:disabled slider {
animation: none; }
@@ -1639,10 +1639,13 @@ menu menuitem radio:indeterminate:checked {
treeview.view check,
treeview.view radio {
padding: 0; }
treeview.view check:checked:hover, treeview.view check:selected:checked:hover,
treeview.view radio:checked:hover,
treeview.view radio:selected:checked:hover {
treeview.view check:hover,
treeview.view radio:hover {
box-shadow: inset 0 0 0 10000px alpha(#FFFFFF, 0.05);
background-image: none; }
treeview.view check:hover:selected,
treeview.view radio:hover:selected {
box-shadow: inset 0 0 0 10000px alpha(#FFFFFF, 0.05); }
treeview.view check,
treeview.view radio {
color: rgba(255, 255, 255, 0.75); }
@@ -1954,7 +1957,7 @@ levelbar block.full {
background-color: #00C853; }
levelbar block.empty {
background-color: alpha(currentColor, 0.3);
color: rgba(255, 255, 255, 0.6); }
color: rgba(255, 255, 255, 0.4); }
/****************
* Print dialog *
gtk-3.0/gtk-dark_laptop.css
@@ -1470,7 +1470,7 @@ switch {
background-clip: padding-box;
font-size: 0; }
switch:disabled {
color: rgba(255, 255, 255, 0.4); }
color: alpha(currentColor, 0.4); }
switch:checked {
background-color: rgba(255, 64, 129, 0.5); }
switch:checked:disabled {
@@ -1491,16 +1491,16 @@ switch {
switch:hover slider {
border-image: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
switch:disabled slider {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: #4d646f;
color: rgba(255, 255, 255, 0.4); }
switch:checked slider {
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, background-image 0, background-color 0 0.3s;
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1);
margin: -4px -4px -4px 0;
background-color: #FF4081;
color: #FFFFFF; }
switch:disabled slider {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: #4d646f;
color: rgba(255, 255, 255, 0.4); }
switch:checked:disabled slider {
animation: none; }
@@ -1639,10 +1639,13 @@ menu menuitem radio:indeterminate:checked {
treeview.view check,
treeview.view radio {
padding: 0; }
treeview.view check:checked:hover, treeview.view check:selected:checked:hover,
treeview.view radio:checked:hover,
treeview.view radio:selected:checked:hover {
treeview.view check:hover,
treeview.view radio:hover {
box-shadow: inset 0 0 0 10000px alpha(#FFFFFF, 0.05);
background-image: none; }
treeview.view check:hover:selected,
treeview.view radio:hover:selected {
box-shadow: inset 0 0 0 10000px alpha(#FFFFFF, 0.05); }
treeview.view check,
treeview.view radio {
color: rgba(255, 255, 255, 0.75); }
@@ -1954,7 +1957,7 @@ levelbar block.full {
background-color: #00C853; }
levelbar block.empty {
background-color: alpha(currentColor, 0.3);
color: rgba(255, 255, 255, 0.6); }
color: rgba(255, 255, 255, 0.4); }
/****************
* Print dialog *
gtk-3.0/gtk.css
@@ -1470,7 +1470,7 @@ switch {
background-clip: padding-box;
font-size: 0; }
switch:disabled {
color: rgba(0, 0, 0, 0.32); }
color: alpha(currentColor, 0.4); }
switch:checked {
background-color: rgba(255, 64, 129, 0.5); }
switch:checked:disabled {
@@ -1491,16 +1491,16 @@ switch {
switch:hover slider {
border-image: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
switch:disabled slider {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: #fafafa;
color: rgba(0, 0, 0, 0.32); }
switch:checked slider {
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, background-image 0, background-color 0 0.3s;
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1);
margin: -4px -4px -4px 0;
background-color: #FF4081;
color: #FFFFFF; }
switch:disabled slider {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: #fafafa;
color: rgba(0, 0, 0, 0.32); }
switch:checked:disabled slider {
animation: none; }
@@ -1639,10 +1639,13 @@ menu menuitem radio:indeterminate:checked {
treeview.view check,
treeview.view radio {
padding: 0; }
treeview.view check:checked:hover, treeview.view check:selected:checked:hover,
treeview.view radio:checked:hover,
treeview.view radio:selected:checked:hover {
treeview.view check:hover,
treeview.view radio:hover {
box-shadow: inset 0 0 0 10000px alpha(rgba(0, 0, 0, 0.8), 0.05);
background-image: none; }
treeview.view check:hover:selected,
treeview.view radio:hover:selected {
box-shadow: inset 0 0 0 10000px alpha(#FFFFFF, 0.05); }
treeview.view check,
treeview.view radio {
color: rgba(0, 0, 0, 0.6); }
@@ -1954,7 +1957,7 @@ levelbar block.full {
background-color: #00C853; }
levelbar block.empty {
background-color: alpha(currentColor, 0.3);
color: rgba(0, 0, 0, 0.48); }
color: rgba(0, 0, 0, 0.32); }
/****************
* Print dialog *
gtk-3.0/gtk_laptop.css
@@ -1470,7 +1470,7 @@ switch {
background-clip: padding-box;
font-size: 0; }
switch:disabled {
color: rgba(0, 0, 0, 0.32); }
color: alpha(currentColor, 0.4); }
switch:checked {
background-color: rgba(255, 64, 129, 0.5); }
switch:checked:disabled {
@@ -1491,16 +1491,16 @@ switch {
switch:hover slider {
border-image: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
switch:disabled slider {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: #fafafa;
color: rgba(0, 0, 0, 0.32); }
switch:checked slider {
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, background-image 0, background-color 0 0.3s;
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1);
margin: -4px -4px -4px 0;
background-color: #FF4081;
color: #FFFFFF; }
switch:disabled slider {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: #fafafa;
color: rgba(0, 0, 0, 0.32); }
switch:checked:disabled slider {
animation: none; }
@@ -1639,10 +1639,13 @@ menu menuitem radio:indeterminate:checked {
treeview.view check,
treeview.view radio {
padding: 0; }
treeview.view check:checked:hover, treeview.view check:selected:checked:hover,
treeview.view radio:checked:hover,
treeview.view radio:selected:checked:hover {
treeview.view check:hover,
treeview.view radio:hover {
box-shadow: inset 0 0 0 10000px alpha(rgba(0, 0, 0, 0.8), 0.05);
background-image: none; }
treeview.view check:hover:selected,
treeview.view radio:hover:selected {
box-shadow: inset 0 0 0 10000px alpha(#FFFFFF, 0.05); }
treeview.view check,
treeview.view radio {
color: rgba(0, 0, 0, 0.6); }
@@ -1954,7 +1957,7 @@ levelbar block.full {
background-color: #00C853; }
levelbar block.empty {
background-color: alpha(currentColor, 0.3);
color: rgba(0, 0, 0, 0.48); }
color: rgba(0, 0, 0, 0.32); }
/****************
* Print dialog *