Improve xfce-whiskermenu appearance

This commit is contained in:
EliverLara
2019-04-29 13:26:41 -05:00
parent 489846dfd9
commit 6a196bb101
3 changed files with 51 additions and 18 deletions

View File

@@ -1,4 +1,17 @@
.xfce4-panel.panel {
background-color: $base_color;
color: $fg_color;
}
#whiskermenu-window button {
background-color:transparent;
border: none;
border-radius: 0;
font-weight: normal;
padding: 2px;
margin: 1px 0px;
&:hover, &:checked {
background-color: $selected_bg_color;
}
}

View File

@@ -4570,10 +4570,10 @@ decoration {
border-radius: 4px 4px 0 0;
border-width: 0px;
border-width: 0px;
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.6);
margin: 10px; }
box-shadow: 0 4px 10px 2px rgba(116, 172, 12, 0.4);
margin: 4px; }
decoration:backdrop {
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.4);
box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.2);
transition: 200ms ease-out; }
.maximized decoration,
.fullscreen decoration,
@@ -4594,10 +4594,10 @@ decoration {
border-radius: 7px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(12, 14, 21, 0.6); }
.solid-csd decoration {
border-radius: 0;
margin: 4px;
background-color: #161925;
border: solid 1px rgba(13, 16, 23, 0.82);
border-radius: 4px 4px 0 0;
margin: 1px;
background-color: #ed254e;
border: solid 1px #161925;
box-shadow: none; }
button.titlebutton {
@@ -5611,6 +5611,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #181b28;
color: #C3C7D1; }
#whiskermenu-window button {
background-color: transparent;
border: none;
border-radius: 0;
font-weight: normal;
padding: 2px;
margin: 1px 0px; }
#whiskermenu-window button:hover, #whiskermenu-window button:checked {
background-color: #c50ed2; }
/********
* Gala *
*******/
@@ -5966,10 +5976,10 @@ ConversationListView {
* LightDm *
***********/
#panel_window {
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(24, 27, 40, 0.7);
color: white;
font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); }
box-shadow: inset 0 -1px rgba(11, 12, 18, 0.7); }
#panel_window .menubar,
#panel_window .menubar > .menuitem menubar,
#panel_window menubar > menuitem {

View File

@@ -4570,10 +4570,10 @@ decoration {
border-radius: 4px 4px 0 0;
border-width: 0px;
border-width: 0px;
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.6);
margin: 10px; }
box-shadow: 0 4px 10px 2px rgba(116, 172, 12, 0.4);
margin: 4px; }
decoration:backdrop {
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.4);
box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.2);
transition: 200ms ease-out; }
.maximized decoration,
.fullscreen decoration,
@@ -4594,10 +4594,10 @@ decoration {
border-radius: 7px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(12, 14, 21, 0.6); }
.solid-csd decoration {
border-radius: 0;
margin: 4px;
background-color: #161925;
border: solid 1px rgba(13, 16, 23, 0.82);
border-radius: 4px 4px 0 0;
margin: 1px;
background-color: #ed254e;
border: solid 1px #161925;
box-shadow: none; }
button.titlebutton {
@@ -5611,6 +5611,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #181b28;
color: #C3C7D1; }
#whiskermenu-window button {
background-color: transparent;
border: none;
border-radius: 0;
font-weight: normal;
padding: 2px;
margin: 1px 0px; }
#whiskermenu-window button:hover, #whiskermenu-window button:checked {
background-color: #c50ed2; }
/********
* Gala *
*******/
@@ -5966,10 +5976,10 @@ ConversationListView {
* LightDm *
***********/
#panel_window {
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(24, 27, 40, 0.7);
color: white;
font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); }
box-shadow: inset 0 -1px rgba(11, 12, 18, 0.7); }
#panel_window .menubar,
#panel_window .menubar > .menuitem menubar,
#panel_window menubar > menuitem {