Fix xfce-panel color in older xfce versions

This commit is contained in:
EliverLara
2019-06-29 12:13:59 -05:00
parent 02d51c4e9a
commit f786ec9fa0
5 changed files with 14 additions and 12 deletions

View File

@@ -5692,7 +5692,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #161925; }
.xfce4-panel.panel {
background-color: rgba(16, 16, 19, 0.7);
background-color: #101013;
text-shadow: none;
-gtk-icon-shadow: none; }
@@ -5716,11 +5716,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 #f7b922;
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; }
@@ -6089,10 +6089,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 {