Replace those lame symbolic default icons in treeviews and let the icon theme decide.
This commit is contained in:
parent
5ec4fcfd41
commit
3494dcfa89
|
@ -13,7 +13,8 @@ treeview {
|
|||
-GtkTreeView-vertical-separator: 0;
|
||||
outline-width: 1px;
|
||||
outline-offset: 1px;
|
||||
padding: 2px; }
|
||||
padding: 2px;
|
||||
-gtk-icon-style: regular; }
|
||||
|
||||
/* outline effects in treeviews are causing issues with the interface expanding on focus and strange graphical artifacts that will stay around. */
|
||||
treeview {
|
||||
|
|
|
@ -293,7 +293,8 @@ stack overlay box box scrolledwindow viewport list row {
|
|||
***********/
|
||||
|
||||
.sidebar {
|
||||
background-color: @bg_color; }
|
||||
background-color: @bg_color;
|
||||
-gtk-icon-style: regular; }
|
||||
.sidebar viewport.frame {
|
||||
padding: 0px;
|
||||
border: 2px solid @border_dark;
|
||||
|
|
|
@ -13,7 +13,8 @@ treeview {
|
|||
-GtkTreeView-vertical-separator: 0;
|
||||
outline-width: 1px;
|
||||
outline-offset: 1px;
|
||||
padding: 2px; }
|
||||
padding: 2px;
|
||||
-gtk-icon-style: regular; }
|
||||
|
||||
/* outline effects in treeviews are causing issues with the interface expanding on focus and strange graphical artifacts that will stay around. */
|
||||
treeview {
|
||||
|
|
|
@ -293,7 +293,8 @@ stack overlay box box scrolledwindow viewport list row {
|
|||
***********/
|
||||
|
||||
.sidebar {
|
||||
background-color: @bg_color; }
|
||||
background-color: @bg_color;
|
||||
-gtk-icon-style: regular; }
|
||||
.sidebar viewport.frame {
|
||||
padding: 0px;
|
||||
border: 2px solid @border_dark;
|
||||
|
|
Loading…
Reference in New Issue