mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix 1px transparent line in Nautilus
This commit is contained in:
parent
91f2ff9721
commit
0a51e28bf9
@ -3808,6 +3808,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: rgba(42, 45, 55, 0.95); }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #404552; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
|
@ -3801,6 +3801,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #ffffff; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
|
@ -3808,6 +3808,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: #2a2d37; }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #404552; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: #353945; }
|
||||
|
||||
|
@ -3801,6 +3801,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: #353945; }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #ffffff; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: #353945; }
|
||||
|
||||
|
@ -3801,6 +3801,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: #353945; }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #ffffff; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: #353945; }
|
||||
|
||||
|
@ -3801,6 +3801,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #ffffff; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
|
@ -58,6 +58,9 @@ NautilusWindow,
|
||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border}
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical { background-color: $base_color; }
|
||||
|
||||
GtkFileChooserDialog {
|
||||
|
||||
&.background.csd, &.background { background-color: $dark_sidebar_bg }
|
||||
|
@ -4035,6 +4035,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: rgba(42, 45, 55, 0.95); }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #404552; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
|
@ -4028,6 +4028,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #ffffff; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
|
@ -4035,6 +4035,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: #2a2d37; }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #404552; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: #353945; }
|
||||
|
||||
|
@ -4028,6 +4028,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: #353945; }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #ffffff; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: #353945; }
|
||||
|
||||
|
@ -4032,6 +4032,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: #353945; }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #ffffff; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: #353945; }
|
||||
|
||||
|
@ -4032,6 +4032,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical {
|
||||
background-color: #ffffff; }
|
||||
|
||||
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
|
||||
|
@ -101,6 +101,8 @@ MarlinViewWindow {
|
||||
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
|
||||
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-color: $dark_sidebar_border }
|
||||
|
||||
/*Fix 1px transparent line at the bottom of the Nautilus window*/
|
||||
NautilusListView.vertical { background-color: $base_color; }
|
||||
|
||||
GtkFileChooserDialog {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user