Improve xfce-panel appearance

This commit is contained in:
EliverLara
2019-04-29 13:31:19 -05:00
parent 2f2e4ef7a7
commit e5040e50e1
4 changed files with 112 additions and 11 deletions

View File

@@ -5637,8 +5637,37 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #161925; }
.xfce4-panel.panel {
background-color: #181b28;
color: #C3C7D1; }
background-color: rgba(16, 16, 19, 0.7);
text-shadow: none;
-gtk-icon-shadow: none; }
#tasklist-button {
color: rgba(255, 255, 255, 0.8);
border-radius: 0;
border: none;
background-color: rgba(16, 16, 19, 0); }
#tasklist-button:hover {
color: white;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
color: white;
background-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #f7b922; }
.xfce4-panel.panel button.flat {
color: white;
border-radius: 0;
border: none;
background-color: rgba(16, 16, 19, 0); }
.xfce4-panel.panel button.flat:hover {
border: none;
background-color: rgba(39, 40, 47, 0.7); }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
border: none;
background-color: #f7b922; }
.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; }
#whiskermenu-window button {
background-color: transparent;
@@ -6005,7 +6034,7 @@ ConversationListView {
* LightDm *
***********/
#panel_window {
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(16, 16, 19, 0.7);
color: white;
font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); }