summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-01-26 01:47:51 -0500
committerWolfgang Ulbrich <[email protected]>2016-01-27 22:10:37 +0100
commit84ce52ffa8cf1cc5981a550c6e8383630897041a (patch)
treeb71837759d906820c1fc76d9d11868272a2f477e /desktop-themes/Green-Submarine
parentac822c4f934151a6870fac01dc178347368d55ea (diff)
downloadmate-themes-84ce52ffa8cf1cc5981a550c6e8383630897041a.tar.bz2
mate-themes-84ce52ffa8cf1cc5981a550c6e8383630897041a.tar.xz
Gtk+-3.20 Green-Submarine: port gnome-applications.css to GTK 3.20
Work in progress but this port is usable, a "best effort" for two worksessions
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css17
1 files changed, 8 insertions, 9 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
index f4edd822..faa58319 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
@@ -409,8 +409,8 @@ NautilusTrashBar .button *:hover:checked {
text-shadow: 0px 1px @theme_shadow_color;
}
-.question .button:insensitive,
-NautilusTrashBar .button:insensitive {
+.question .button:disabled,
+NautilusTrashBar .button:disabled {
/* .button:hover:active */
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -424,8 +424,8 @@ NautilusTrashBar .button:insensitive {
inset 0px -1px shade(@nautilus_cluebar_color, 0.78);
}
-.question .button *:insensitive,
-NautilusTrashBar .button *:insensitive {
+.question .button *:disabled,
+NautilusTrashBar .button *:disabled {
color: mix(@nautilus_cluebar_color, @theme_fg_color, 0.50);
text-shadow: none;
}
@@ -482,7 +482,7 @@ NautilusView.frame {
}
NautilusWindow .notebook {
- -GtkNotebook-initial-gap: 0;
+ /*-GtkNotebook-initial-gap: 0; deprecated*/
background-color: @theme_base_color;
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -561,7 +561,7 @@ NautilusWindow .notebook tab .button GtkImage {
border-color: transparent;
border-width: 1px;
padding: 0;
- icon-shadow: 1px 1px @theme_shadow_color;
+ -gtk-icon-shadow: 1px 1px @theme_shadow_color;
}
NautilusWindow .notebook tab .button GtkImage:hover {
@@ -575,7 +575,7 @@ NautilusWindow .notebook tab .button GtkImage:checked,
NautilusWindow .notebook tab .button GtkImage:checked:hover {
background-color: alpha(black, 0.15);
color: shade(@theme_fg_color, 1.00);
- icon-shadow: 0px 1px @theme_shadow_color;
+ -gtk-icon-shadow: 0px 1px @theme_shadow_color;
border-color: alpha(black, 0.27)
alpha(black, 0.13)
alpha(black, 0.13)
@@ -603,7 +603,7 @@ NautilusWindow .notebook tab .button GtkImage:checked:hover {
}
.nautilus-desktop.nautilus-canvas-item:active,
-.nautilus-desktop.nautilus-canvas-item:prelight,
+.nautilus-desktop.nautilus-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none;
}
@@ -712,4 +712,3 @@ Gjs_WeatherWidget.frame.flat .frame.flat.weather-few-clouds-night GtkStack GtkSc
Gjs_WeatherWidget.frame.flat .frame.flat.weather-overcast GtkStack GtkScrolledWindow .frame {
color: @osd_button_fg_active;
}
-