summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
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/ContrastHighInverse
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/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css59
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;
}
/**************