mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 08:26:29 +00:00
auth types in driver
This commit is contained in:
@@ -39,7 +39,11 @@ export default function ThemeHelmet() {
|
||||
color: ${theme.input_font1};
|
||||
border: 1px solid ${theme.border};
|
||||
}
|
||||
|
||||
|
||||
input[disabled] {
|
||||
background-color: ${theme.input_background2};
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: ${theme.input_background};
|
||||
color: ${theme.input_font1};
|
||||
|
||||
Reference in New Issue
Block a user