mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
more pane-separator fixes
This commit is contained in:
parent
1f204d6adc
commit
6aa6cdbfd1
@ -3849,7 +3849,7 @@ GtkFileChooserDialog,
|
|||||||
NautilusWindow,
|
NautilusWindow,
|
||||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||||
background-color: rgba(42, 45, 55, 0.95); }
|
background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95)); }
|
||||||
|
|
||||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-color: rgba(53, 57, 69, 0.95); }
|
||||||
@ -3884,7 +3884,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
|
|||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
||||||
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
||||||
background-color: rgba(38, 42, 51, 0.97); }
|
background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); }
|
||||||
|
|
||||||
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||||
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
||||||
@ -3908,10 +3908,10 @@ GeditWindow.background.csd {
|
|||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
|
||||||
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
||||||
background-color: rgba(42, 45, 55, 0.95); }
|
background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95)); }
|
||||||
|
|
||||||
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
||||||
background-color: #2b2e39; }
|
background-image: linear-gradient(to bottom, #2b2e39); }
|
||||||
|
|
||||||
GeditWindow.background > .titlebar.default-decoration,
|
GeditWindow.background > .titlebar.default-decoration,
|
||||||
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
||||||
|
@ -3842,7 +3842,7 @@ GtkFileChooserDialog,
|
|||||||
NautilusWindow,
|
NautilusWindow,
|
||||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
|
||||||
|
|
||||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-color: rgba(53, 57, 69, 0.95); }
|
||||||
@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
|
|||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
||||||
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
||||||
background-color: rgba(38, 42, 51, 0.97); }
|
background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); }
|
||||||
|
|
||||||
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||||
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
||||||
@ -3901,10 +3901,10 @@ GeditWindow.background.csd {
|
|||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
|
||||||
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
|
||||||
|
|
||||||
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
||||||
background-color: #dbdfe3; }
|
background-image: linear-gradient(to bottom, #dbdfe3); }
|
||||||
|
|
||||||
GeditWindow.background > .titlebar.default-decoration,
|
GeditWindow.background > .titlebar.default-decoration,
|
||||||
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
||||||
|
@ -3849,7 +3849,7 @@ GtkFileChooserDialog,
|
|||||||
NautilusWindow,
|
NautilusWindow,
|
||||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||||
background-color: #2a2d37; }
|
background-image: linear-gradient(to bottom, #2a2d37); }
|
||||||
|
|
||||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
@ -3884,7 +3884,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
|
|||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
||||||
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
||||||
background-color: #262a33; }
|
background-image: linear-gradient(to bottom, #262a33); }
|
||||||
|
|
||||||
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||||
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
||||||
@ -3908,10 +3908,10 @@ GeditWindow.background.csd {
|
|||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
|
||||||
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
||||||
background-color: #2a2d37; }
|
background-image: linear-gradient(to bottom, #2a2d37); }
|
||||||
|
|
||||||
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
||||||
background-color: #2b2e39; }
|
background-image: linear-gradient(to bottom, #2b2e39); }
|
||||||
|
|
||||||
GeditWindow.background > .titlebar.default-decoration,
|
GeditWindow.background > .titlebar.default-decoration,
|
||||||
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
||||||
|
@ -3842,7 +3842,7 @@ GtkFileChooserDialog,
|
|||||||
NautilusWindow,
|
NautilusWindow,
|
||||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||||
background-color: #353945; }
|
background-image: linear-gradient(to bottom, #353945); }
|
||||||
|
|
||||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
|
|||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
||||||
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
||||||
background-color: #262a33; }
|
background-image: linear-gradient(to bottom, #262a33); }
|
||||||
|
|
||||||
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||||
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
||||||
@ -3901,10 +3901,10 @@ GeditWindow.background.csd {
|
|||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
|
||||||
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
||||||
background-color: #353945; }
|
background-image: linear-gradient(to bottom, #353945); }
|
||||||
|
|
||||||
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
||||||
background-color: #dbdfe3; }
|
background-image: linear-gradient(to bottom, #dbdfe3); }
|
||||||
|
|
||||||
GeditWindow.background > .titlebar.default-decoration,
|
GeditWindow.background > .titlebar.default-decoration,
|
||||||
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
||||||
|
@ -3842,7 +3842,7 @@ GtkFileChooserDialog,
|
|||||||
NautilusWindow,
|
NautilusWindow,
|
||||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||||
background-color: #353945; }
|
background-image: linear-gradient(to bottom, #353945); }
|
||||||
|
|
||||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
|
|||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
||||||
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
||||||
background-color: #d4d5db; }
|
background-image: linear-gradient(to bottom, #d4d5db); }
|
||||||
|
|
||||||
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||||
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
||||||
@ -3901,10 +3901,10 @@ GeditWindow.background.csd {
|
|||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
|
||||||
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
||||||
background-color: #353945; }
|
background-image: linear-gradient(to bottom, #353945); }
|
||||||
|
|
||||||
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
||||||
background-color: #dbdfe3; }
|
background-image: linear-gradient(to bottom, #dbdfe3); }
|
||||||
|
|
||||||
GeditWindow.background > .titlebar.default-decoration,
|
GeditWindow.background > .titlebar.default-decoration,
|
||||||
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
||||||
|
@ -3842,7 +3842,7 @@ GtkFileChooserDialog,
|
|||||||
NautilusWindow,
|
NautilusWindow,
|
||||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
|
||||||
|
|
||||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-color: rgba(53, 57, 69, 0.95); }
|
||||||
@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
|
|||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
|
||||||
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
|
||||||
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
|
||||||
background-color: rgba(212, 213, 219, 0.95); }
|
background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95)); }
|
||||||
|
|
||||||
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
|
||||||
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
|
||||||
@ -3901,10 +3901,10 @@ GeditWindow.background.csd {
|
|||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
|
||||||
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
GeditWindow.background .gedit-side-panel-paned .pane-separator {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
|
||||||
|
|
||||||
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
|
||||||
background-color: #dbdfe3; }
|
background-image: linear-gradient(to bottom, #dbdfe3); }
|
||||||
|
|
||||||
GeditWindow.background > .titlebar.default-decoration,
|
GeditWindow.background > .titlebar.default-decoration,
|
||||||
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
GeditWindow.background > .titlebar.default-decoration:backdrop {
|
||||||
|
@ -58,7 +58,7 @@ MarlinViewWindow {
|
|||||||
GtkFileChooserDialog,
|
GtkFileChooserDialog,
|
||||||
NautilusWindow,
|
NautilusWindow,
|
||||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border}
|
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-image: linear-gradient(to bottom, $dark_sidebar_border); }
|
||||||
|
|
||||||
GtkFileChooserDialog {
|
GtkFileChooserDialog {
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ GeditWindow.background.csd {
|
|||||||
> .titlebar .pane-separator,
|
> .titlebar .pane-separator,
|
||||||
&.maximized > .titlebar .pane-separator,
|
&.maximized > .titlebar .pane-separator,
|
||||||
> .titlebar .pane-separator:backdrop,
|
> .titlebar .pane-separator:backdrop,
|
||||||
&.maximized > .titlebar .pane-separator:backdrop { background-color: $header_border; }
|
&.maximized > .titlebar .pane-separator:backdrop { background-image: linear-gradient(to bottom, $header_border); }
|
||||||
|
|
||||||
> .titlebar > GtkHeaderBar.header-bar.titlebar {
|
> .titlebar > GtkHeaderBar.header-bar.titlebar {
|
||||||
background-color: $header_bg;
|
background-color: $header_bg;
|
||||||
@ -125,8 +125,8 @@ GeditWindow.background.csd > .titlebar {
|
|||||||
GeditWindow.background {
|
GeditWindow.background {
|
||||||
&.csd { background-color: transparent; }
|
&.csd { background-color: transparent; }
|
||||||
|
|
||||||
.gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; }
|
.gedit-side-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $dark_sidebar_border); }
|
||||||
.gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; }
|
.gedit-bottom-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $borders_color); }
|
||||||
|
|
||||||
> .titlebar.default-decoration,
|
> .titlebar.default-decoration,
|
||||||
> .titlebar.default-decoration:backdrop { background-color: opacify($header_bg, 1); } // fix for elementary OS
|
> .titlebar.default-decoration:backdrop { background-color: opacify($header_bg, 1); } // fix for elementary OS
|
||||||
|
Loading…
Reference in New Issue
Block a user