allowed databases config

This commit is contained in:
Jan Prochazka
2024-08-08 14:14:13 +02:00
parent 7c8156fbb9
commit 61b9fd9210
7 changed files with 80 additions and 2 deletions

View File

@@ -121,6 +121,15 @@ body {
border-radius: 4px;
}
.largeFormMarker textarea {
width: 100%;
padding: 10px 10px;
font-size: 14px;
box-sizing: border-box;
border-radius: 4px;
border: 1px solid var(--theme-border);
}
body *::-webkit-scrollbar {
height: 0.8em;
width: 0.8em;
@@ -169,6 +178,10 @@ textarea {
border: 1px solid var(--theme-border);
}
textarea[disabled] {
background-color: var(--theme-bg-1);
}
.ace_gutter-cell.ace-gutter-sql-run {
background-repeat: no-repeat;
background-position: 2px center;