This commit is contained in:
EMH-Mark-I 2020-04-08 21:22:31 -05:00
parent e56abe09ab
commit 0f209e76f4
8 changed files with 32 additions and 8 deletions

View File

@ -26,7 +26,7 @@ Make sure that all changes made here are part of the Thunar application.
border-bottom: 1px solid @bg_bright;
border-right: 1px solid @bg_bright;
box-shadow: inset 1px 1px @bg_shade; } */
.thunar #location-toolbar button:disabled {
.thunar #location-toolbar toolbutton button:disabled {
background-color: @border_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @border_dark);
background-size: 2px 2px;

View File

@ -16,13 +16,14 @@ XfdesktopIconView.view {
border-radius: 0px; }
XfdesktopIconView.view:active {
background: @selected_bg_color;
text-shadow: none; }
text-shadow: none;
color: shade(@selected_bg_color, 3.0); }
XfdesktopIconView.view .label {
text-shadow: none;
color: @font_bright; }
XfdesktopIconView.view .rubberband {
border: 1px dotted #ccc;
background: rgba(0,0,50.2,0.5); }
border: 1px dotted @xfd_rubberband_outline;
background: rgba(0,0,50.2,0.01); }
/* XFCE Panel Bar */
.xfce4-panel {

View File

@ -96,3 +96,13 @@ stack > box > frame {
border-radius: 0px;
background-color: @theme_bg_color;
box-shadow: none; }
entry window frame {
padding: 0px;
border: 1px solid @border_dark;
background-color: @bg_bright; }
entry window frame scrolledwindow {
background-color: @bg_bright;
border: none;
box-shadow: none; }

View File

@ -120,6 +120,7 @@
/* XFCE desktop icon colours*/
@define-color xfd_icon_backdrop #008081;
@define-color xfd_icon_text #ffffff;
@define-color xfd_rubberband_outline #ff7f7f;
@import url("gtk-widgets.css");
@import url("apps/xfce.css");

View File

@ -26,7 +26,7 @@ Make sure that all changes made here are part of the Thunar application.
border-bottom: 1px solid @bg_bright;
border-right: 1px solid @bg_bright;
box-shadow: inset 1px 1px @bg_shade; } */
.thunar #location-toolbar button:disabled {
.thunar #location-toolbar toolbutton button:disabled {
background-color: @border_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @border_dark);
background-size: 2px 2px;

View File

@ -16,13 +16,14 @@ XfdesktopIconView.view {
border-radius: 0px; }
XfdesktopIconView.view:active {
background: @selected_bg_color;
text-shadow: none; }
text-shadow: none;
color: shade(@selected_bg_color, 3.0); }
XfdesktopIconView.view .label {
text-shadow: none;
color: @font_bright; }
XfdesktopIconView.view .rubberband {
border: 1px dotted #ccc;
background: rgba(0,0,50.2,0.5); }
border: 1px dotted @xfd_rubberband_outline;
background: rgba(0,0,50.2,0.01); }
/* XFCE Panel Bar */
.xfce4-panel {

View File

@ -96,3 +96,13 @@ stack > box > frame {
border-radius: 0px;
background-color: @theme_bg_color;
box-shadow: none; }
entry window frame {
padding: 0px;
border: 1px solid @border_dark;
background-color: @bg_bright; }
entry window frame scrolledwindow {
background-color: @bg_bright;
border: none;
box-shadow: none; }

View File

@ -120,6 +120,7 @@
/* XFCE desktop icon colours*/
@define-color xfd_icon_backdrop #008081;
@define-color xfd_icon_text #ffffff;
@define-color xfd_rubberband_outline #ff7f7f;
@import url("gtk-widgets.css");
@import url("apps/xfce.css");