From 4d225a6ddea89b82882900f502f471a393ca9298 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Thu, 14 Jan 2016 20:30:41 +0100 Subject: GTK3 all themes: follow canvas-item changes with caja-1.13.0 --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 43 +++++++++------------- 1 file changed, 18 insertions(+), 25 deletions(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index acc35fac..29f36400 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -2,14 +2,6 @@ * CAJA File manager * *********************/ -/**** Desktop View ***/ - -/* do not flash the desktop with a color during theme switching */ -CajaDesktopWindow FMDesktopIconView .view { - background-color: transparent; - background-image: none; -} - /**** Window ***/ /* background of all views */ @@ -573,32 +565,33 @@ CajaNavigationWindow CajaNotebook.notebook tab .button.flat { padding: 0px; border-radius: 4px; } -/* -.caja-canvas-item { - border-radius: 3px; -} -*//* desktop mode *//* -.caja-desktop.caja-canvas-item { - color: white; - text-shadow: 1px 1px black; +EelEditableLabel.entry, +EelEditableLabel.entry:focused { + border-image: none; + border-width: 1px; + border-color: @theme_fg_color; + box-shadow: none; + border-radius: 3px; + text-shadow: none; } -.caja-desktop.caja-canvas-item:checked { - background-image: none; - color: @theme_text_color; +.caja-canvas-item { + border-radius: 4px; } -.caja-desktop.caja-canvas-item:selected { - color: @theme_selected_fg_color; +/* desktop mode */ +CajaDesktopWindow.background .caja-canvas-item { + color: white; + text-shadow: 1px 1px alpha (#000000, 0.8); } -.caja-desktop.caja-canvas-item:checked, -.caja-desktop.caja-canvas-item:prelight, -.caja-desktop.caja-canvas-item:selected { +CajaDesktopWindow.background .caja-canvas-item:active, +CajaDesktopWindow.background .caja-canvas-item:prelight, +CajaDesktopWindow.background .caja-canvas-item:selected { text-shadow: none; } -*/ + /**************** * Mate-Panel * ****************/ -- cgit v1.2.1