roundabout,
created on Tuesday, 2 August 2016, 07:59:51 (1470124791),
received on Sunday, 11 May 2025, 13:21:58 (1746969718)
Author identity: nana-4 <hnmaigo@gmail.com>
c63031b6de677007c117a1c14b7e8324c18c2efd
gtk-3.0/_common.scss
@@ -132,29 +132,7 @@ textview {
textview border {
background-color: $secondary_base_color;
background-image: image($borders_color); // HACK: the border node just draws background so, using a background-image to draw the border
background-repeat: no-repeat;
color: $tertiary_fg_color;
&.bottom {
background-size: 100% 1px;
background-position: top;
}
&.top {
background-size: 100% 1px;
background-position: bottom;
}
&.left {
background-size: 1px 100%;
background-position: right;
}
&.right {
background-size: 1px 100%;
background-position: left;
}
}
iconview { @extend .view; }
gtk-3.0/gtk-dark.css
@@ -93,21 +93,7 @@ textview text {
textview border {
background-color: #4d646f;
background-image: image(rgba(0, 0, 0, 0.2));
background-repeat: no-repeat;
color: rgba(255, 255, 255, 0.6); }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
.rubberband,
rubberband,
gtk-3.0/gtk.css
@@ -93,21 +93,7 @@ textview text {
textview border {
background-color: #fafafa;
background-image: image(rgba(0, 0, 0, 0.1));
background-repeat: no-repeat;
color: rgba(0, 0, 0, 0.48); }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
.rubberband,
rubberband,