* Add a background to cellrendertext. Reference code: 0d55542359

pull/600/head
Megax 2016-10-16 23:15:25 +02:00
parent e4cb5390c9
commit 2664a1070a
1 changed files with 7 additions and 0 deletions
src/gtk-3.20/scss/widgets

View File

@ -49,6 +49,13 @@
}
treeview entry {
&:focus {
&:dir(rtl), &:dir(ltr) { // specificity bump hack
background-color: $base_color;
transition-property: color, background;
}
}
&.flat, & {
border-radius: 0;
background-image: none;