1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fix: 🐛 Organizr: settings background fix

This commit is contained in:
GilbN 2022-03-07 23:45:52 +01:00
parent 25cd203f2a
commit 24accb35ce

View File

@ -269,6 +269,10 @@ h6 {
background: rgba(0, 0, 0, 0.25);
}
[id*="settings-"] .panel {
background: rgba(0, 0, 0, 0.25);
}
#customize-appearance-form>ul>li.active>a {
background: rgba(0, 0, 0, 0.25);
}
@ -2504,7 +2508,7 @@ span.select2-results {
} */
.panel-blue .panel-heading, .panel-info .panel-heading {
background-color: #23232300;
background-color: rgba(0, 0, 0, .25);
}
#account-area > div > div > div > div > div.panel-wrapper.collapse.in.main-email-panel > div > div > div > div > div {
background: transparent;