summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-06 09:11:54 +0200
committerraveit65 <[email protected]>2017-07-06 09:12:54 +0200
commit393ee5d81c7e5e72eb59ce806eb4da742f1a2b25 (patch)
treefecd80eb1ada88c3669c01d9bcd60f5e9a8796b2 /desktop-themes/Blue-Submarine/gtk-3.0
parent09545a5a7383bfe31161c96207d341ecc3a227ee (diff)
downloadmate-themes-393ee5d81c7e5e72eb59ce806eb4da742f1a2b25.tar.bz2
mate-themes-393ee5d81c7e5e72eb59ce806eb4da742f1a2b25.tar.xz
Gtk+-3.20 submarine themes: drop transition effect from labels
and remove menu settings for firefox
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-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
2 files changed, 0 insertions, 18 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 889d2115..78ed6755 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,