Replace those lame symbolic default icons in treeviews and let the icon theme decide.

This commit is contained in:
EMH-Mark-I 2020-04-11 01:50:02 -05:00
parent 5ec4fcfd41
commit 3494dcfa89
4 changed files with 8 additions and 4 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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 {

View File

@ -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;