mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
3.18: really fix gedit headerbar
This commit is contained in:
parent
233a713b18
commit
c0c775502d
@ -4026,9 +4026,11 @@ GeditWindow.background.csd {
|
||||
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
|
||||
background-color: rgba(50, 56, 67, 0.97); }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right {
|
||||
background-color: #2f343f; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop {
|
||||
background-color: #323843; }
|
||||
|
@ -4019,9 +4019,11 @@ GeditWindow.background.csd {
|
||||
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
|
||||
background-color: rgba(50, 56, 67, 0.97); }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right {
|
||||
background-color: #2f343f; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop {
|
||||
background-color: #323843; }
|
||||
|
@ -4026,9 +4026,11 @@ GeditWindow.background.csd {
|
||||
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
|
||||
background-color: #323843; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right {
|
||||
background-color: #2f343f; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop {
|
||||
background-color: #323843; }
|
||||
|
@ -4019,9 +4019,11 @@ GeditWindow.background.csd {
|
||||
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
|
||||
background-color: #323843; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right {
|
||||
background-color: #2f343f; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop {
|
||||
background-color: #323843; }
|
||||
|
@ -4023,9 +4023,11 @@ GeditWindow.background.csd {
|
||||
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
|
||||
background-color: #eff0f2; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right {
|
||||
background-color: #e7e8eb; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop {
|
||||
background-color: #eff0f2; }
|
||||
|
@ -4023,9 +4023,11 @@ GeditWindow.background.csd {
|
||||
GeditWindow.background.csd .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd .gedit-titlebar-right:backdrop {
|
||||
background-color: rgba(239, 240, 242, 0.95); }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right {
|
||||
background-color: #e7e8eb; }
|
||||
GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop,
|
||||
GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop {
|
||||
background-color: #eff0f2; }
|
||||
|
@ -176,6 +176,7 @@ GeditWindow.background.csd {
|
||||
&:backdrop { background-color: $header_bg_backdrop; }
|
||||
}
|
||||
|
||||
&.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||
&.maximized .gedit-titlebar-left,
|
||||
&.maximized .gedit-titlebar-right {
|
||||
background-color: opacify($header_bg, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user