summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-14 20:30:41 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-14 20:30:41 +0100
commit4d225a6ddea89b82882900f502f471a393ca9298 (patch)
tree958a4aac37d4cf8143d44409f8a3e3ace0594527 /desktop-themes/TraditionalOkTest
parent1235506574e6b150f8de642084cb2a505ae66040 (diff)
downloadmate-themes-4d225a6ddea89b82882900f502f471a393ca9298.tar.bz2
mate-themes-4d225a6ddea89b82882900f502f471a393ca9298.tar.xz
GTK3 all themes: follow canvas-item changes with caja-1.13.0
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css42
1 files changed, 28 insertions, 14 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
index 0502b7b9..3ec81844 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
@@ -2,12 +2,6 @@
* Caja *
************/
-/* do not flash the desktop with a color during theme switching */
-CajaDesktopWindow FMDesktopIconView .view {
- background-color: transparent;
- background-image: none;
-}
-
/* caja sidebar */
CajaWindow FMTreeView .view,
CajaWindow CajaNotesViewer .view,
@@ -39,21 +33,41 @@ CajaWindow .primary-toolbar.toolbar.horizontal GtkComboBox .button {
padding: 4px 4px;
}
-.caja-desktop.caja-canvas-item {
- color: @theme_base_color;
+.caja-canvas-item,
+EelEditableLabel.entry {
+ border-radius: 3px;
+}
+
+EelEditableLabel.entry,
+EelEditableLabel.entry:focus {
+ border-image: none;
+ border-width: 1px;
+ border-color: @theme_fg_color;
+ box-shadow: none;
+ border-radius: 3px;
+ text-shadow: none;
+}
+
+/* desktop */
+CajaDesktopWindow.background .caja-canvas-item {
+ color: @theme_sectected_fg_color;
text-shadow: 1px 1px alpha (@theme_fg_color, 0.8);
}
-.caja-desktop.caja-canvas-item:active,
-.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;
+ color: @theme_sectected_fg_color;
}
+/* view */
+CajaNavigationWindow.background .view.caja-canvas-item {
+ color: @theme_fg_color;
+}
-.caja-desktop .entry {
- background-image: none;
- border-image: none;
+CajaNavigationWindow.background .view.caja-canvas-item:selected {
+ color: @theme_sectected_fg_color;
}
/***************