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/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 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,