summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-14 20:36:49 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-14 20:36:49 +0100
commitbe2b7415890225d5e50c125aa7bd5c3cd6dbcc84 (patch)
tree364cef4537aa08374ed7fdcb4c9bb853e5a59ebe /desktop-themes/ContrastHighInverse
parent2906929afa56cfd4f4b66d09668b9e7014fb8fc8 (diff)
downloadmate-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/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 968beed4..34e0c6e2 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;
}
/**************