mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-26 23:24:29 +02:00
Fix thunar iconview highlight.
This commit is contained in:
parent
0f209e76f4
commit
1fc6ef29d8
@ -82,3 +82,9 @@ Make sure that all changes made here are part of the Thunar application.
|
|||||||
border-image: url("../assets/frame_inset.png");
|
border-image: url("../assets/frame_inset.png");
|
||||||
border-image-slice: 2 2 2 2;
|
border-image-slice: 2 2 2 2;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
.thunar widget.view:selected {
|
||||||
|
background-color: shade(@selected_bg_color, 3.0); }
|
||||||
|
.thunar widget.view:selected:focus {
|
||||||
|
background-color: @selected_bg_color; }
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ grid viewport {
|
|||||||
box-shadow: inset 0 0;
|
box-shadow: inset 0 0;
|
||||||
background-color: @bg_bright; }
|
background-color: @bg_bright; }
|
||||||
|
|
||||||
view,
|
view:not(.rubberband),
|
||||||
.view {
|
.view:not(.rubberband) {
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
background-color: @bg_bright;
|
background-color: @bg_bright;
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
|
@ -428,6 +428,7 @@ headerbar box button image {
|
|||||||
|
|
||||||
.rubberband,
|
.rubberband,
|
||||||
rubberband,
|
rubberband,
|
||||||
|
.view .rubberband,
|
||||||
flowbox rubberband,
|
flowbox rubberband,
|
||||||
treeview.view rubberband,
|
treeview.view rubberband,
|
||||||
.content-view rubberband {
|
.content-view rubberband {
|
||||||
|
@ -122,7 +122,6 @@
|
|||||||
@define-color xfd_icon_text #ffffff;
|
@define-color xfd_icon_text #ffffff;
|
||||||
@define-color xfd_rubberband_outline #ff7f7f;
|
@define-color xfd_rubberband_outline #ff7f7f;
|
||||||
|
|
||||||
@import url("gtk-widgets.css");
|
|
||||||
@import url("apps/xfce.css");
|
@import url("apps/xfce.css");
|
||||||
@import url("apps/whiskermenu.css");
|
@import url("apps/whiskermenu.css");
|
||||||
@import url("apps/filechooser.css");
|
@import url("apps/filechooser.css");
|
||||||
|
@ -82,3 +82,9 @@ Make sure that all changes made here are part of the Thunar application.
|
|||||||
border-image: url("../assets/frame_inset.png");
|
border-image: url("../assets/frame_inset.png");
|
||||||
border-image-slice: 2 2 2 2;
|
border-image-slice: 2 2 2 2;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
.thunar widget.view:selected {
|
||||||
|
background-color: shade(@selected_bg_color, 3.0); }
|
||||||
|
.thunar widget.view:selected:focus {
|
||||||
|
background-color: @selected_bg_color; }
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ grid viewport {
|
|||||||
box-shadow: inset 0 0;
|
box-shadow: inset 0 0;
|
||||||
background-color: @bg_bright; }
|
background-color: @bg_bright; }
|
||||||
|
|
||||||
view,
|
view:not(.rubberband),
|
||||||
.view {
|
.view:not(.rubberband) {
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
background-color: @bg_bright;
|
background-color: @bg_bright;
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
|
@ -428,6 +428,7 @@ headerbar box button image {
|
|||||||
|
|
||||||
.rubberband,
|
.rubberband,
|
||||||
rubberband,
|
rubberband,
|
||||||
|
.view .rubberband,
|
||||||
flowbox rubberband,
|
flowbox rubberband,
|
||||||
treeview.view rubberband,
|
treeview.view rubberband,
|
||||||
.content-view rubberband {
|
.content-view rubberband {
|
||||||
|
@ -122,7 +122,6 @@
|
|||||||
@define-color xfd_icon_text #ffffff;
|
@define-color xfd_icon_text #ffffff;
|
||||||
@define-color xfd_rubberband_outline #ff7f7f;
|
@define-color xfd_rubberband_outline #ff7f7f;
|
||||||
|
|
||||||
@import url("gtk-widgets.css");
|
|
||||||
@import url("apps/xfce.css");
|
@import url("apps/xfce.css");
|
||||||
@import url("apps/whiskermenu.css");
|
@import url("apps/whiskermenu.css");
|
||||||
@import url("apps/filechooser.css");
|
@import url("apps/filechooser.css");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user