Fix transparent menubar in gnome-terminal
This commit is contained in:
parent
22528c090b
commit
9be3dc1557
@ -6113,6 +6113,10 @@ terminal-window notebook scrollbar,
|
|||||||
.mate-terminal notebook scrollbar {
|
.mate-terminal notebook scrollbar {
|
||||||
background: #272a34; }
|
background: #272a34; }
|
||||||
|
|
||||||
|
terminal-window menubar,
|
||||||
|
.mate-terminal menubar {
|
||||||
|
background: #1c1e25; }
|
||||||
|
|
||||||
/* GNOME TWEAKS */
|
/* GNOME TWEAKS */
|
||||||
list.tweak-categories separator {
|
list.tweak-categories separator {
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|||||||
@ -6113,6 +6113,10 @@ terminal-window notebook scrollbar,
|
|||||||
.mate-terminal notebook scrollbar {
|
.mate-terminal notebook scrollbar {
|
||||||
background: #272a34; }
|
background: #272a34; }
|
||||||
|
|
||||||
|
terminal-window menubar,
|
||||||
|
.mate-terminal menubar {
|
||||||
|
background: #1c1e25; }
|
||||||
|
|
||||||
/* GNOME TWEAKS */
|
/* GNOME TWEAKS */
|
||||||
list.tweak-categories separator {
|
list.tweak-categories separator {
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|||||||
@ -6134,6 +6134,10 @@ terminal-window notebook scrollbar,
|
|||||||
.mate-terminal notebook scrollbar {
|
.mate-terminal notebook scrollbar {
|
||||||
background: #fafafa; }
|
background: #fafafa; }
|
||||||
|
|
||||||
|
terminal-window menubar,
|
||||||
|
.mate-terminal menubar {
|
||||||
|
background: white; }
|
||||||
|
|
||||||
/* GNOME TWEAKS */
|
/* GNOME TWEAKS */
|
||||||
list.tweak-categories separator {
|
list.tweak-categories separator {
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|||||||
@ -6113,6 +6113,10 @@ terminal-window notebook scrollbar,
|
|||||||
.mate-terminal notebook scrollbar {
|
.mate-terminal notebook scrollbar {
|
||||||
background: #272a34; }
|
background: #272a34; }
|
||||||
|
|
||||||
|
terminal-window menubar,
|
||||||
|
.mate-terminal menubar {
|
||||||
|
background: #1c1e25; }
|
||||||
|
|
||||||
/* GNOME TWEAKS */
|
/* GNOME TWEAKS */
|
||||||
list.tweak-categories separator {
|
list.tweak-categories separator {
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|||||||
@ -6113,6 +6113,10 @@ terminal-window notebook scrollbar,
|
|||||||
.mate-terminal notebook scrollbar {
|
.mate-terminal notebook scrollbar {
|
||||||
background: #272a34; }
|
background: #272a34; }
|
||||||
|
|
||||||
|
terminal-window menubar,
|
||||||
|
.mate-terminal menubar {
|
||||||
|
background: #1c1e25; }
|
||||||
|
|
||||||
/* GNOME TWEAKS */
|
/* GNOME TWEAKS */
|
||||||
list.tweak-categories separator {
|
list.tweak-categories separator {
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|||||||
@ -6134,6 +6134,10 @@ terminal-window notebook scrollbar,
|
|||||||
.mate-terminal notebook scrollbar {
|
.mate-terminal notebook scrollbar {
|
||||||
background: #fafafa; }
|
background: #fafafa; }
|
||||||
|
|
||||||
|
terminal-window menubar,
|
||||||
|
.mate-terminal menubar {
|
||||||
|
background: white; }
|
||||||
|
|
||||||
/* GNOME TWEAKS */
|
/* GNOME TWEAKS */
|
||||||
list.tweak-categories separator {
|
list.tweak-categories separator {
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|||||||
@ -94,6 +94,7 @@ terminal-window,
|
|||||||
background: $base_color;
|
background: $base_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
menubar { background: $headerbar_bg_color }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* GNOME TWEAKS */
|
/* GNOME TWEAKS */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user