This commit is contained in:
parent
38540f4335
commit
05bc47562b
|
|
@ -243,3 +243,7 @@ div.MuiMenu-paper > ul.MuiList-root {
|
||||||
background-color: #121820 !important;
|
background-color: #121820 !important;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.MuiMenu-paper:has(> ul) {
|
||||||
|
border-radius: 15px !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -248,3 +248,7 @@ div.MuiMenu-paper > ul.MuiList-root {
|
||||||
background-color: #202730 !important;
|
background-color: #202730 !important;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.MuiMenu-paper:has(> ul) {
|
||||||
|
border-radius: 15px !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue