summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-06 09:11:54 +0200
committerraveit65 <[email protected]>2017-07-06 09:12:26 +0200
commitd6a87ac5dbcad4c448e941ead9cbe2d2d8091bae (patch)
tree284509a27b86247f95a622c009ee0b68f97c503a /desktop-themes
parent052dbae1554b18fddebcdf04c94c98b4bd7a2ea6 (diff)
downloadmate-themes-d6a87ac5dbcad4c448e941ead9cbe2d2d8091bae.tar.bz2
mate-themes-d6a87ac5dbcad4c448e941ead9cbe2d2d8091bae.tar.xz
Gtk+-3.20 submarine themes: drop transition effect from labels
and remove menu settings for firefox
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/menu.css14
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/menu.css16
4 files changed, 0 insertions, 38 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 2034e25f..4a38a402 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -120,10 +120,6 @@ window {
* label *
*********/
-label {
- transition: all 400ms ease-out;
-}
-
label,
label:disabled {
background-color: transparent;
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/menu.css b/desktop-themes/Blue-Submarine/gtk-3.0/menu.css
index bc141749..40a69082 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/menu.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/menu.css
@@ -107,20 +107,6 @@ menu > menuitem,
min-height: 18px;
}
-/* fixes for firefox menus */
-.menuitem {
- transition: none;
- color: @menu_fg_dark_color;
- text-shadow: none;
-}
-
-/* fixes for firefox menus */
-menuitem:hover,
-menuitem label:hover {
- color: shade (@theme_selected_bg_color, 1.6);
- text-shadow: none;
-}
-
menu > menuitem:active,
menu > menuitem:hover,
.menu > menuitem:active,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 0f085a9c..a41782c2 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -121,10 +121,6 @@ window {
* GtkLabel *
*********/
-label {
- transition: all 400ms ease-out;
-}
-
label,
label:disabled {
background-color: transparent;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/menu.css b/desktop-themes/Green-Submarine/gtk-3.0/menu.css
index 6d3186e4..3fb5d7aa 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/menu.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/menu.css
@@ -80,8 +80,6 @@ menubar > menuitem,
min-height: 18px;
}
-/* for firefox */
-menubar:hover,
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: shade (@theme_bg_dark_color, 1.2);
@@ -109,20 +107,6 @@ menu > menuitem,
min-height: 18px;
}
-/* fixes for firefox menus */
-.menuitem {
- transition: none;
- color: @menu_fg_dark_color;
- text-shadow: none;
-}
-
-/* fixes for firefox menus */
-menuitem:hover,
-menuitem label:hover {
- color: shade (@theme_selected_bg_color, 1.2);
- text-shadow: none;
-}
-
menu > menuitem:active,
menu > menuitem:hover,
.menu > menuitem:active,