by roundabout, Friday, 8 April 2016, 06:33:40 (1460097220), pushed by roundabout, Sunday, 11 May 2025, 13:21:56 (1746969716)
Author identity: nana4 <hnmaigo@gmail.com>
fc65f310a69849e446d11af517d74af4a4c3a1ee
gtk-3.0/_common.scss
@@ -349,10 +349,12 @@ treeview entry {
min-height: 0;
padding: 2px;
border-radius: 0;
box-shadow: none;
background-color: $base_color;
&, &:focus { border-image: none; }
&, &:focus {
border-image: none;
box-shadow: none;
}
}
}
gtk-3.0/gtk-dark.css
@@ -361,10 +361,10 @@ treeview entry.flat, treeview entry {
min-height: 0;
padding: 2px;
border-radius: 0;
box-shadow: none;
background-color: #455A64; }
treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus {
border-image: none; }
border-image: none;
box-shadow: none; }
/***********
* Buttons *
gtk-3.0/gtk.css
@@ -361,10 +361,10 @@ treeview entry.flat, treeview entry {
min-height: 0;
padding: 2px;
border-radius: 0;
box-shadow: none;
background-color: #FFFFFF; }
treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus {
border-image: none; }
border-image: none;
box-shadow: none; }
/***********
* Buttons *