summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
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/Blue-Submarine
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/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css43
1 files changed, 18 insertions, 25 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 acc35fac..29f36400 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -2,14 +2,6 @@
* 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;
-}
-
/**** Window ***/
/* background of all views */
@@ -573,32 +565,33 @@ CajaNavigationWindow CajaNotebook.notebook tab .button.flat {
padding: 0px;
border-radius: 4px;
}
-/*
-.caja-canvas-item {
- border-radius: 3px;
-}
-*//* desktop mode *//*
-.caja-desktop.caja-canvas-item {
- color: white;
- text-shadow: 1px 1px black;
+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-desktop.caja-canvas-item:checked {
- background-image: none;
- color: @theme_text_color;
+.caja-canvas-item {
+ border-radius: 4px;
}
-.caja-desktop.caja-canvas-item:selected {
- color: @theme_selected_fg_color;
+/* desktop mode */
+CajaDesktopWindow.background .caja-canvas-item {
+ color: white;
+ 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 *
****************/