fix transparency bugs in nautilus

pull/343/head
Horst3180 9 years ago
parent da31b2af0d
commit 8351c70180

@ -3738,6 +3738,10 @@ 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-color: rgba(42, 45, 55, 0.95); }
/*Fix Nautilus transparency issues*/
NautilusWindowSlot {
background-color: #404552; }
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); }

@ -3731,6 +3731,10 @@ 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-color: rgba(53, 57, 69, 0.95); }
/*Fix Nautilus transparency issues*/
NautilusWindowSlot {
background-color: #ffffff; }
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); }

@ -3738,6 +3738,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #2a2d37; } background-color: #2a2d37; }
/*Fix Nautilus transparency issues*/
NautilusWindowSlot {
background-color: #404552; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: #353945; } background-color: #353945; }

@ -3731,6 +3731,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #353945; } background-color: #353945; }
/*Fix Nautilus transparency issues*/
NautilusWindowSlot {
background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: #353945; } background-color: #353945; }

@ -3731,6 +3731,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #353945; } background-color: #353945; }
/*Fix Nautilus transparency issues*/
NautilusWindowSlot {
background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: #353945; } background-color: #353945; }

@ -3731,6 +3731,10 @@ 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-color: rgba(53, 57, 69, 0.95); }
/*Fix Nautilus transparency issues*/
NautilusWindowSlot {
background-color: #ffffff; }
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); }

@ -60,6 +60,9 @@ 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-color: $dark_sidebar_border}
/*Fix Nautilus transparency issues*/
NautilusWindowSlot { background-color: $base_color; }
GtkFileChooserDialog { GtkFileChooserDialog {
&.background.csd, &.background { background-color: $dark_sidebar_bg } &.background.csd, &.background { background-color: $dark_sidebar_bg }

@ -3663,8 +3663,8 @@ 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-color: rgba(42, 45, 55, 0.95); }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #404552; } background-color: #404552; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3656,8 +3656,8 @@ 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-color: rgba(53, 57, 69, 0.95); }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #ffffff; } background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3663,8 +3663,8 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #2a2d37; } background-color: #2a2d37; }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #404552; } background-color: #404552; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3656,8 +3656,8 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #353945; } background-color: #353945; }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #ffffff; } background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3656,8 +3656,8 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #353945; } background-color: #353945; }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #ffffff; } background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3656,8 +3656,8 @@ 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-color: rgba(53, 57, 69, 0.95); }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #ffffff; } background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -58,8 +58,8 @@ 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-color: $dark_sidebar_border}
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { background-color: $base_color; } NautilusWindowSlot { background-color: $base_color; }
GtkFileChooserDialog { GtkFileChooserDialog {

@ -3860,8 +3860,8 @@ 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-color: rgba(42, 45, 55, 0.95); }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #404552; } background-color: #404552; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3853,8 +3853,8 @@ 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-color: rgba(53, 57, 69, 0.95); }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #ffffff; } background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3860,8 +3860,8 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #2a2d37; } background-color: #2a2d37; }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #404552; } background-color: #404552; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3853,8 +3853,8 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #353945; } background-color: #353945; }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #ffffff; } background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3857,8 +3857,8 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: #353945; } background-color: #353945; }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #ffffff; } background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -3857,8 +3857,8 @@ 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-color: rgba(53, 57, 69, 0.95); }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { NautilusWindowSlot {
background-color: #ffffff; } background-color: #ffffff; }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {

@ -101,8 +101,8 @@ MarlinViewWindow {
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-color: $dark_sidebar_border }
/*Fix 1px transparent line at the bottom of the Nautilus window*/ /*Fix Nautilus transparency issues*/
NautilusListView.vertical { background-color: $base_color; } NautilusWindowSlot { background-color: $base_color; }
GtkFileChooserDialog { GtkFileChooserDialog {

Loading…
Cancel
Save