mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix xfce-panel color in older xfce versions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user