Fix xfce-panel color in older xfce versions

This commit is contained in:
EliverLara
2019-06-29 12:13:59 -05:00
parent 20570c93be
commit 23129fe819
5 changed files with 14 additions and 12 deletions

View File

@@ -5717,7 +5717,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #e6e6e6; }
.xfce4-panel.panel {
background-color: rgba(16, 16, 19, 0.7);
background-color: #101013;
text-shadow: none;
-gtk-icon-shadow: none; }
@@ -5741,11 +5741,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(16, 16, 19, 0); }
.xfce4-panel.panel button.flat:hover {
border: none;
background-color: rgba(39, 40, 47, 0.7); }
background-color: #27282f; }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
border-bottom: 2px solid #0072ff;
background-color: rgba(62, 64, 75, 0.7); }
background-color: #3e404b; }
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
color: inherit; }
@@ -6114,10 +6114,10 @@ ConversationListView {
* LightDm *
***********/
#panel_window {
background-color: rgba(16, 16, 19, 0.7);
background-color: #101013;
color: white;
font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); }
box-shadow: inset 0 -1px black; }
#panel_window .menubar,
#panel_window .menubar > .menuitem menubar,
#panel_window menubar > menuitem {