From 43d551cfaa59893ded63eef5ff0c537e39ddf555 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 18 Jul 2021 11:33:03 +0200 Subject: [PATCH] mozilla fix --- CSS/themes/organizr/organizr-base.css | 29 +++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/CSS/themes/organizr/organizr-base.css b/CSS/themes/organizr/organizr-base.css index 10b4c3c5..0c90baa1 100644 --- a/CSS/themes/organizr/organizr-base.css +++ b/CSS/themes/organizr/organizr-base.css @@ -1527,6 +1527,15 @@ body { color: var(--text-hover); } +@-moz-document url-prefix() { + .navbar-header { + background: transparent; + } + .dropdown-menu { + background: transparent; + } +} + .navbar-header { background: var(--main-bg-color); background-repeat: repeat, no-repeat; @@ -1608,13 +1617,13 @@ body { .sidebar:hover{ background: var(--modal-bg-color) !important; - background-repeat: repeat, no-repeat; - background-attachment: fixed, fixed; - background-position: center center, center center; - background-size: auto, cover; - -webkit-background-size: auto, cover; - -moz-background-size: auto, cover; - -o-background-size: auto, cover; + background-repeat: repeat, no-repeat !important; + background-attachment: fixed, fixed !important; + background-position: center center, center center !important; + background-size: auto, cover !important; + -webkit-background-size: auto, cover !important; + -moz-background-size: auto, cover !important; + -o-background-size: auto, cover !important; transition: max-width .2s cubic-bezier(.4,0,.2,1),background-color .2s ease-out; } @@ -1667,9 +1676,13 @@ body { .dropdown-menu { background: var(--drop-down-menu-bg) !important; + background-repeat: repeat, no-repeat; + background-attachment: fixed, fixed; + background-position: center center, center center; + background-size: auto, cover; -webkit-background-size: auto, cover; -moz-background-size: auto, cover; - -o-background-size: auto, cover; + -o-background-size: auto, cover; } .dropdown-menu>li>a {