1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

3.18: really fix gedit headerbar

This commit is contained in:
Horst3180 2015-09-27 11:58:27 +02:00
parent 233a713b18
commit c0c775502d
7 changed files with 13 additions and 0 deletions

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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);