diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-14 20:14:42 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-14 20:14:42 +0100 |
commit | 49146d0f597a21d1c82d0ce881cb1942f644741a (patch) | |
tree | da962271cf4bfccf29b0dcf46d2c3603c40d68ee /desktop-themes/Blue-Submarine | |
parent | 8add36046f83ceb6f74fc2afab64861ad718aa32 (diff) | |
download | mate-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/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 49 |
1 files changed, 18 insertions, 31 deletions
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 6ea16ec0..0c27c521 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -2,15 +2,7 @@ * 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; -} - -/**** View ***/ +/**** Window ***/ /* background of all views */ CajaNavigationWindow .view { @@ -23,8 +15,6 @@ CajaNavigationWindow FMListView .view { background-color: shade (@base_color, 1.0); } -/**** Window ***/ - /* caja sidebar */ CajaWindow FMTreeView .view, CajaWindow CajaNotesViewer .view, @@ -612,35 +602,32 @@ CajaNavigationWindow CajaNotebook.notebook tab .button.flat { border-radius: 4px; } -.caja-canvas-item { - border-radius: 3px; +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-canvas-item { - border-radius: 3px; + border-radius: 4px; } -*//* desktop mode *//* -.caja-desktop.caja-canvas-item { +/* desktop mode */ +CajaDesktopWindow.background .caja-canvas-item { color: white; - text-shadow: 1px 1px black; -} - -.caja-desktop.caja-canvas-item:checked { - background-image: none; - color: @theme_text_color; -} - -.caja-desktop.caja-canvas-item:selected { - color: @theme_selected_fg_color; + 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 * ****************/ |