From cfeb1b0ae3afab1b460f07419c8ae51a2f03de06 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Fri, 17 Apr 2020 23:59:59 -0500 Subject: [PATCH] Revert some of the XFCE panel plugin changes. Reverting my changes for some of the panel plugins since it was causing issues. --- Theme/Chicago95/gtk-3.24/apps/xfce.css | 38 +++--------------------- Theme/Chicago95/gtk-3.24/gtk-widgets.css | 5 ++-- 2 files changed, 6 insertions(+), 37 deletions(-) diff --git a/Theme/Chicago95/gtk-3.24/apps/xfce.css b/Theme/Chicago95/gtk-3.24/apps/xfce.css index 4c66884..f0e310c 100644 --- a/Theme/Chicago95/gtk-3.24/apps/xfce.css +++ b/Theme/Chicago95/gtk-3.24/apps/xfce.css @@ -112,39 +112,6 @@ wnck-pager { box-shadow: none; margin: 0px; background-color: transparent; } - .xfce4-panel .toggle > box, - #actions-button { - margin: 2px; - border: 2px solid transparent; - border-top: 3px solid transparent; - border-image: none; - box-shadow: none; } - .xfce4-panel .toggle:hover > box, - #actions-button:hover { - margin: 2px; - border: 2px solid @border_dark; - border-top: 3px solid @border_dark; - border-image: url("../buttons/dialog_button_normal.png"); - border-image-slice: 3 2 2 2; - box-shadow: none; } - .xfce4-panel .toggle:active > box, - #actions-button:active { - border: 2px solid @border_dark; - border-top: 3px solid @border_dark; - border-image: url("../buttons/button_pressed.png"); - border-image-slice: 3 2 2 2; - box-shadow: none; } - .xfce4-panel .toggle:checked > box, - #actions-button:checked { - border: 2px solid @border_dark; - border-top: 3px solid @border_dark; - border-image: url("../buttons/toggle_pressed.png"); - border-image-slice: 3 2 2 2; - 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%, @bg_dark); - background-size: 2px 2px; - background-position: 0 0, 1px 1px; - box-shadow: none; } /* Tasklist */ .tasklist .toggle { @@ -201,11 +168,14 @@ wnck-pager { /* XFCE Power Manager plugin */ #xfce4-power-manager-plugin, -#xfce4-power-manager-plugin:active { +#xfce4-power-manager-plugin:active, +#xfce4-power-manager-plugin:hover, +#xfce4-power-manager-plugin:checked { margin: 0px; box-shadow: none; border: transparent; } #xfce4-power-manager-plugin * { + -gtk-icon-style: regular; -gtk-icon-transform: scale(1); } /* XFCE Notification plugin */ diff --git a/Theme/Chicago95/gtk-3.24/gtk-widgets.css b/Theme/Chicago95/gtk-3.24/gtk-widgets.css index 89f163f..cfb27da 100644 --- a/Theme/Chicago95/gtk-3.24/gtk-widgets.css +++ b/Theme/Chicago95/gtk-3.24/gtk-widgets.css @@ -448,10 +448,9 @@ grid viewport box box textview { .dialog-vbox flowbox flowboxchild:focus { outline-color: @selected_fg_color; } -.dialog-vbox > grid { - border: 1px solid red; +/*.dialog-vbox > grid { border: 2px solid @border_dark; border-image: url("assets/frame_inset.png"); border-image-slice: 2 2 2 2; border-radius: 0px; - box-shadow: none; } + box-shadow: none; }*/