diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-14 20:14:42 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-14 20:22:42 +0100 |
commit | 4b7c99d4f86fd41426d4c90c34802232f013b0d0 (patch) | |
tree | a1c462ad11ca79b39767b400f95c447b1707acf4 /desktop-themes/ContrastHighInverse | |
parent | b3157354054697d50c5f3c6992789fc78c9e9c86 (diff) | |
download | mate-themes-4b7c99d4f86fd41426d4c90c34802232f013b0d0.tar.bz2 mate-themes-4b7c99d4f86fd41426d4c90c34802232f013b0d0.tar.xz |
GTK3 all themes: follow canvas-item changes with caja-1.13.0
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 59 |
1 files changed, 55 insertions, 4 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index 6ea20701..fafbdbdb 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -2,10 +2,61 @@ * Caja * ************/ -/* do not flash the desktop with a color during theme switching */ -CajaDesktopWindow FMDesktopIconView .view { - background-color: transparent; - background-image: none; +.caja-cluebar-label { + color: @theme_selected_fg_color; + font: bold; +} + +CajaWindow .sidebar .frame { + border-style: none; +} + +CajaNotebook.notebook { + border-right-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +CajaNotebook .frame { + border-width: 0; +} + +CajaWindow .pane-separator { + border-width: 0 1px 0 0; + border-style: solid; + border-color: @theme_border_color; +} + +.caja-canvas-item, +EelEditableLabel.entry { + border-radius: 3px; +} + +EelEditableLabel.entry, +EelEditableLabel.entry:selected { + text-shadow: none; + color: @theme_fg_color; +} + +CajaDesktopWindow.background .caja-canvas-item { + color: @theme_fg_color; + text-shadow: 1px 1px black; +} + +CajaDesktopWindow.background .caja-canvas-item:active, +CajaDesktopWindow.background .caja-canvas-item:selected { + color: @theme_fg_color; + background-color: @theme_selected_bg_color; +} + +CajaDesktopWindow.background .caja-canvas-item:backdrop { + background-color: @theme_fg_color; +} + +CajaDesktopWindow.background .caja-canvas-item:active, +CajaDesktopWindow.background .caja-canvas-item:prelight, +CajaDesktopWindow.background .caja-canvas-item:selected { + text-shadow: none; } /************** |