Fix thunar iconview highlight.

This commit is contained in:
EMH-Mark-I 2020-04-08 22:53:44 -05:00
parent 0f209e76f4
commit 1fc6ef29d8
8 changed files with 18 additions and 6 deletions

View File

@ -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-slice: 2 2 2 2;
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; }

View File

@ -34,8 +34,8 @@ grid viewport {
box-shadow: inset 0 0;
background-color: @bg_bright; }
view,
.view {
view:not(.rubberband),
.view:not(.rubberband) {
border-width: 0px;
background-color: @bg_bright;
color: @theme_text_color;

View File

@ -428,6 +428,7 @@ headerbar box button image {
.rubberband,
rubberband,
.view .rubberband,
flowbox rubberband,
treeview.view rubberband,
.content-view rubberband {

View File

@ -122,7 +122,6 @@
@define-color xfd_icon_text #ffffff;
@define-color xfd_rubberband_outline #ff7f7f;
@import url("gtk-widgets.css");
@import url("apps/xfce.css");
@import url("apps/whiskermenu.css");
@import url("apps/filechooser.css");

View File

@ -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-slice: 2 2 2 2;
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; }

View File

@ -34,8 +34,8 @@ grid viewport {
box-shadow: inset 0 0;
background-color: @bg_bright; }
view,
.view {
view:not(.rubberband),
.view:not(.rubberband) {
border-width: 0px;
background-color: @bg_bright;
color: @theme_text_color;

View File

@ -428,6 +428,7 @@ headerbar box button image {
.rubberband,
rubberband,
.view .rubberband,
flowbox rubberband,
treeview.view rubberband,
.content-view rubberband {

View File

@ -122,7 +122,6 @@
@define-color xfd_icon_text #ffffff;
@define-color xfd_rubberband_outline #ff7f7f;
@import url("gtk-widgets.css");
@import url("apps/xfce.css");
@import url("apps/whiskermenu.css");
@import url("apps/filechooser.css");