Revert some of the XFCE panel plugin changes.

Reverting my changes for some of the panel plugins since it was causing issues.
This commit is contained in:
EMH-Mark-I 2020-04-17 23:59:59 -05:00
parent 8d541ab18a
commit cfeb1b0ae3
2 changed files with 6 additions and 37 deletions

View File

@ -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 */

View File

@ -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; }*/