Fix xfce-panel color in older xfce versions

This commit is contained in:
EliverLara
2019-06-29 12:10:57 -05:00
parent 7c60cbc11f
commit 28b2f27fd4
5 changed files with 14 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ $info_color: $lime;
$question_color: $cyan;
// Panel colors
$panel_bg_color: transparentize(black, 0.05);
$panel_bg_color: transparentize(black, 0);
$panel_fg_color: #C3C7D1;
$panel_borders_color: transparentize(black, 0.8);

View File

@@ -5683,7 +5683,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #161925; }
.xfce4-panel.panel {
background-color: rgba(0, 0, 0, 0.95);
background-color: black;
text-shadow: none;
-gtk-icon-shadow: none; }
@@ -5707,10 +5707,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(0, 0, 0, 0); }
.xfce4-panel.panel button.flat:hover {
border: none;
background-color: rgba(64, 64, 64, 0.95); }
background-color: #404040; }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
background-color: rgba(51, 51, 51, 0.95);
background-color: #333333;
border-bottom: 2px solid #00D3A7; }
.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; }
@@ -6080,10 +6080,10 @@ ConversationListView {
* LightDm *
***********/
#panel_window {
background-color: rgba(0, 0, 0, 0.95);
background-color: black;
color: #C3C7D1;
font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.95); }
box-shadow: inset 0 -1px black; }
#panel_window .menubar,
#panel_window .menubar > .menuitem menubar,
#panel_window menubar > menuitem {

View File

@@ -5708,7 +5708,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #e6e6e6; }
.xfce4-panel.panel {
background-color: rgba(0, 0, 0, 0.95);
background-color: black;
text-shadow: none;
-gtk-icon-shadow: none; }
@@ -5732,10 +5732,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(0, 0, 0, 0); }
.xfce4-panel.panel button.flat:hover {
border: none;
background-color: rgba(64, 64, 64, 0.95); }
background-color: #404040; }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
background-color: rgba(51, 51, 51, 0.95);
background-color: #333333;
border-bottom: 2px solid #00D3A7; }
.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; }
@@ -6105,10 +6105,10 @@ ConversationListView {
* LightDm *
***********/
#panel_window {
background-color: rgba(0, 0, 0, 0.95);
background-color: black;
color: #C3C7D1;
font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.95); }
box-shadow: inset 0 -1px black; }
#panel_window .menubar,
#panel_window .menubar > .menuitem menubar,
#panel_window menubar > menuitem {