mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-07 16:08:54 -05:00
Update CustomSettingsMenu.css
This commit is contained in:
parent
dc9a5492db
commit
f678df2b14
@ -26,18 +26,19 @@
|
|||||||
|
|
||||||
/* Settings overlay styling */
|
/* Settings overlay styling */
|
||||||
.custom-settings-overlay {
|
.custom-settings-overlay {
|
||||||
|
border: 1px solid red;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 100%;
|
bottom: 60px;
|
||||||
right: 0;
|
right: 20px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background: rgba(28, 28, 28, 0.95);
|
background: rgba(28, 28, 28, 0.95);
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 4px;
|
border-radius: 7px;
|
||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
backdrop-filter: blur(10px);
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Settings header */
|
/* Settings header */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user