summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css4
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css b/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css
index 0ddbb296..f2e73ecd 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css
@@ -404,6 +404,10 @@ NautilusQueryEditor .toolbar .entry:focus {
/**** Desktop Drawn ***/
+NautilusDesktopWindow GtkPaned {
+ background-color: transparent;
+}
+
.nautilus-desktop.nautilus-canvas-item {
color: @theme_fg_color;
text-shadow: none;
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
index 336c9cf7..794ac308 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
@@ -288,6 +288,10 @@ NautilusWindow .notebook NautilusQueryEditor .toolbar {
border-radius: 5px;
}
+NautilusDesktopWindow GtkPaned.horizontal {
+ background-color: transparent;
+}
+
.nautilus-desktop.nautilus-canvas-item {
color: @theme_bg_color;
text-shadow: 1px 1px black;