Update xfce-panel appearance

This commit is contained in:
EliverLara
2019-06-21 11:56:59 -05:00
parent 0b3bb72b5d
commit 7c60cbc11f
4 changed files with 28 additions and 29 deletions

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(24, 27, 40, 0.7);
background-color: rgba(0, 0, 0, 0.95);
text-shadow: none;
-gtk-icon-shadow: none; }
@@ -5691,7 +5691,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
color: rgba(195, 199, 209, 0.8);
border-radius: 0;
border: none;
background-color: rgba(24, 27, 40, 0); }
background-color: rgba(0, 0, 0, 0); }
#tasklist-button:hover {
color: #e0e2e7;
background-color: rgba(0, 0, 0, 0.17); }
@@ -5704,14 +5704,14 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
color: #C3C7D1;
border-radius: 0;
border: none;
background-color: rgba(24, 27, 40, 0); }
background-color: rgba(0, 0, 0, 0); }
.xfce4-panel.panel button.flat:hover {
border: none;
background-color: rgba(43, 49, 72, 0.7); }
background-color: rgba(64, 64, 64, 0.95); }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
border: none;
background-color: #00D3A7; }
background-color: rgba(51, 51, 51, 0.95);
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(24, 27, 40, 0.7);
background-color: rgba(0, 0, 0, 0.95);
color: #C3C7D1;
font-weight: bold;
box-shadow: inset 0 -1px rgba(11, 12, 18, 0.7); }
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.95); }
#panel_window .menubar,
#panel_window .menubar > .menuitem menubar,
#panel_window menubar > menuitem {