mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-28 16:14:24 +02:00
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;
|
-GtkTreeView-vertical-separator: 0;
|
||||||
outline-width: 1px;
|
outline-width: 1px;
|
||||||
outline-offset: 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. */
|
/* outline effects in treeviews are causing issues with the interface expanding on focus and strange graphical artifacts that will stay around. */
|
||||||
treeview {
|
treeview {
|
||||||
|
@ -293,7 +293,8 @@ stack overlay box box scrolledwindow viewport list row {
|
|||||||
***********/
|
***********/
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background-color: @bg_color; }
|
background-color: @bg_color;
|
||||||
|
-gtk-icon-style: regular; }
|
||||||
.sidebar viewport.frame {
|
.sidebar viewport.frame {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: 2px solid @border_dark;
|
border: 2px solid @border_dark;
|
||||||
|
@ -13,7 +13,8 @@ treeview {
|
|||||||
-GtkTreeView-vertical-separator: 0;
|
-GtkTreeView-vertical-separator: 0;
|
||||||
outline-width: 1px;
|
outline-width: 1px;
|
||||||
outline-offset: 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. */
|
/* outline effects in treeviews are causing issues with the interface expanding on focus and strange graphical artifacts that will stay around. */
|
||||||
treeview {
|
treeview {
|
||||||
|
@ -293,7 +293,8 @@ stack overlay box box scrolledwindow viewport list row {
|
|||||||
***********/
|
***********/
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background-color: @bg_color; }
|
background-color: @bg_color;
|
||||||
|
-gtk-icon-style: regular; }
|
||||||
.sidebar viewport.frame {
|
.sidebar viewport.frame {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: 2px solid @border_dark;
|
border: 2px solid @border_dark;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user