summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-14 20:14:42 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-14 20:14:42 +0100
commit49146d0f597a21d1c82d0ce881cb1942f644741a (patch)
treeda962271cf4bfccf29b0dcf46d2c3603c40d68ee /desktop-themes/GreenLaguna
parent8add36046f83ceb6f74fc2afab64861ad718aa32 (diff)
downloadmate-themes-49146d0f597a21d1c82d0ce881cb1942f644741a.tar.bz2
mate-themes-49146d0f597a21d1c82d0ce881cb1942f644741a.tar.xz
GTK3 all themes: follow canvas-item changes with caja-1.13.0
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css44
1 files changed, 28 insertions, 16 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 882980aa..6852f642 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -17,12 +17,6 @@ CajaNavigationWindow CajaNotebook .vertical .vertical FMIconView.frame {
border-radius: 2px;
}
-/* do not flash the desktop with a color during theme switching */
-CajaDesktopWindow FMDesktopIconView .view {
- background-color: transparent;
- background-image: none;
-}
-
/* FIXME, doesn't work */
.caja-inactive-pane .view {
background-color: shade(@theme_bg_color, 0.9);
@@ -201,26 +195,44 @@ CajaWindow .notebook NautilusQueryEditor .toolbar {
padding: 5px 7px;
}
-.caja-canvas-item {
- border-radius: 5px;
+.caja-canvas-item,
+EelEditableLabel.entry {
+ border-radius: 4px;
+}
+
+/* view */
+CajaNavigationWindow.background .view.caja-canvas-item {
+ color: @theme_fg_color;
+ text-shadow: none;
+}
+
+CajaNavigationWindow.background .view.caja-canvas-item:active,
+CajaNavigationWindow.background .view.caja-canvas-item:selected {
+ color: @theme_selected_fg_color;
}
-.caja-desktop.nautilus-canvas-item {
- color: @theme_bg_color;
- text-shadow: 1px 1px black;
+/**** Desktop Drawn ***/
+CajaDesktopWindow.background FMIconContainer.view EelEditableLabel.entry {
+ border-image: none;
+ text-shadow: none;
+}
+
+CajaDesktopWindow.background .caja-canvas-item {
+ color: @theme_selected_fg_color;
+ text-shadow: 1px 1px alpha (#000000, 0.8);
}
-.caja-desktop.nautilus-canvas-item:active {
+CajaDesktopWindow.background .caja-canvas-item:active {
color: @theme_text_color;
}
-.caja-desktop.nautilus-canvas-item:selected {
+CajaDesktopWindow.background .caja-canvas-item:selected {
color: @theme_selected_fg_color;
}
-.caja-desktop.nautilus-canvas-item:active,
-.caja-desktop.nautilus-canvas-item:prelight,
-.caja-desktop.nautilus-canvas-item:selected {
+CajaDesktopWindow.background .caja-canvas-item:active,
+CajaDesktopWindow.background .caja-canvas-item:prelight,
+CajaDesktopWindow.background .caja-canvas-item:selected {
text-shadow: none;
}