1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 16:09:36 +02:00

organizr sidebar hover fix

This commit is contained in:
GilbN 2022-01-13 17:30:08 +01:00
parent fe739621da
commit 34aeba2792

View File

@ -1761,25 +1761,11 @@ background: rgb(0 0 0 / 0%) !important;
}
.navbar-default,
.sidebar .sidebar-head {
background: var(--main-bg-color);
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: rgb(0 0 0 / 0%);
}
.sidebar {
background: var(--main-bg-color);
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: rgb(0 0 0 / 25%);
box-shadow: 1px 0px 20px rgb(0 0 0 / 20%);
}