diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-14 20:36:49 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-14 20:36:49 +0100 |
commit | be2b7415890225d5e50c125aa7bd5c3cd6dbcc84 (patch) | |
tree | 364cef4537aa08374ed7fdcb4c9bb853e5a59ebe /desktop-themes/Green-Submarine | |
parent | 2906929afa56cfd4f4b66d09668b9e7014fb8fc8 (diff) | |
download | mate-themes-be2b7415890225d5e50c125aa7bd5c3cd6dbcc84.tar.bz2 mate-themes-be2b7415890225d5e50c125aa7bd5c3cd6dbcc84.tar.xz |
GTK3 all themes: follow canvas-item changes with caja-1.13.0
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 43 |
1 files changed, 18 insertions, 25 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index f2cad6a7..f50547d4 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-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 * ****************/ |