Improve budgie panel appearance

This commit is contained in:
EliverLara
2020-03-02 16:11:30 -06:00
parent c56da383b1
commit 97d54adf3d
4 changed files with 46 additions and 55 deletions

View File

@@ -4821,18 +4821,18 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
button.budgie-menu-launcher {
padding: 0 2px;
color: #C3C7D1;
color: white;
box-shadow: none;
background-color: transparent; }
button.budgie-menu-launcher:hover {
color: #C3C7D1; }
color: white; }
button.budgie-menu-launcher:active, button.budgie-menu-launcher:checked {
color: #C3C7D1; }
color: white; }
button.budgie-menu-launcher:backdrop {
color: #C3C7D1;
color: white;
background-color: transparent; }
button.budgie-menu-launcher:backdrop:hover {
color: #C3C7D1; }
color: white; }
button.budgie-menu-launcher:backdrop:active, button.budgie-menu-launcher:backdrop:checked {
color: #00D3A7;
box-shadow: none;
@@ -4883,19 +4883,19 @@ button.budgie-menu-launcher {
button.raven-trigger {
padding-left: 2px;
padding-right: 2px;
color: #C3C7D1;
color: white;
box-shadow: none; }
button.raven-trigger:hover {
color: #C3C7D1;
color: white;
background-color: transparent; }
button.raven-trigger:active, button.raven-trigger:checked {
box-shadow: none;
background-color: transparent;
color: #00D3A7; }
button.raven-trigger:backdrop {
color: #C3C7D1; }
color: white; }
button.raven-trigger:backdrop:hover {
color: #C3C7D1; }
color: white; }
button.raven-trigger:backdrop:active, button.raven-trigger:backdrop:checked {
box-shadow: none;
color: #00D3A7;
@@ -4972,7 +4972,7 @@ button.raven-trigger {
box-shadow: inset 0px 1px 1px alpha(@theme_fg_color, 0.04);; }
.budgie-panel {
color: #98abb2;
color: white;
background-color: rgba(3, 3, 5, 0.95);
background-image: none;
box-shadow: none;
@@ -4981,7 +4981,7 @@ button.raven-trigger {
.budgie-panel .alert {
color: #ed254e; }
.budgie-panel:backdrop {
color: #98abb2;
color: white;
background-color: rgba(3, 3, 5, 0.95); }
.budgie-panel button {
border-top-width: 0;
@@ -4990,7 +4990,7 @@ button.raven-trigger {
.budgie-panel button.flat {
background: transparent;
border: none;
color: #98abb2; }
color: white; }
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
background: transparent;
color: #00D3A7; }
@@ -4999,10 +4999,10 @@ button.raven-trigger {
padding: 0;
margin: 0; }
.budgie-panel label {
color: #ed254e;
color: white;
font-weight: 700; }
.budgie-panel.transparent {
background-color: transparent; }
background-color: rgba(3, 3, 5, 0.2); }
.top .budgie-panel.transparent {
border-bottom-color: transparent; }
.bottom .budgie-panel.transparent {
@@ -5017,7 +5017,7 @@ button.raven-trigger {
background-color: rgba(195, 199, 209, 0.15); }
.budgie-panel .end-region label {
font-weight: 700;
color: #98abb2; }
color: white; }
.budgie-panel #tasklist-button,
.budgie-panel #tasklist-button:backdrop {