chore(code): fix placeholder

This commit is contained in:
Elian Doran 2025-05-11 18:33:45 +03:00
parent efece397ad
commit f0ae5aeba6
No known key found for this signature in database

View File

@ -435,6 +435,10 @@ body .cm-editor .cm-gutters {
border-right: none;
}
body .cm-editor .cm-placeholder {
color: #999 !important;
}
#sql-console-query {
height: 150px;
width: 100%;