mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-09 16:06:21 +02:00
tweak alert styling
This commit is contained in:
@ -702,9 +702,14 @@ li.CodeMirror-hint-active {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 0;
|
top: -3px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: var(--color-sidebar);
|
background: white;
|
||||||
|
border: 1px solid #eee;
|
||||||
|
color: #333;
|
||||||
|
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||||
|
/*color: #333;*/
|
||||||
|
font-size: 1rem;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
transform: translateY(-100%);
|
transform: translateY(-100%);
|
||||||
|
Reference in New Issue
Block a user