mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
fix: 🐛 Organizr: settings background fix
This commit is contained in:
parent
25cd203f2a
commit
24accb35ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user