roundabout,
created on Friday, 8 April 2016, 05:05:11 (1460091911),
received on Sunday, 11 May 2025, 13:21:55 (1746969715)
Author identity: nana4 <hnmaigo@gmail.com>
8c14bba84bbbec351c2e58896d2dcda0d9cc2c8d
gtk-3.0/_common.scss
@@ -134,7 +134,7 @@ textview {
textview border {
background-color: $secondary_base_color;
background-image: image($bg_color); // HACK: the border node just draws background so, using a background-image to draw the border
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;
gtk-3.0/gtk-dark.css
@@ -95,7 +95,7 @@ textview text {
textview border {
background-color: #3e515a;
background-image: image(#37474F);
background-image: image(rgba(0, 0, 0, 0.2));
background-repeat: no-repeat;
color: rgba(255, 255, 255, 0.6); }
textview border.bottom {
gtk-3.0/gtk.css
@@ -95,7 +95,7 @@ textview text {
textview border {
background-color: #f6f7f8;
background-image: image(#ECEFF1);
background-image: image(rgba(0, 0, 0, 0.1));
background-repeat: no-repeat;
color: rgba(0, 0, 0, 0.48); }
textview border.bottom {