mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-23 21:55:18 +02:00
Updates
This commit is contained in:
parent
e56abe09ab
commit
0f209e76f4
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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");
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user