summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
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 *
****************/