mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 14:46:01 +00:00
editor theme
This commit is contained in:
@@ -42,6 +42,22 @@ export default function ThemeHelmet() {
|
||||
body *::-webkit-scrollbar-thumb:hover {
|
||||
background-color: ${theme.scrollbar_background4};
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: ${theme.input_background};
|
||||
color: ${theme.input_font1};
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: ${theme.input_background};
|
||||
color: ${theme.input_font1};
|
||||
}
|
||||
|
||||
textarea {
|
||||
background-color: ${theme.input_background};
|
||||
color: ${theme.input_font1};
|
||||
}
|
||||
|
||||
`}</style>
|
||||
</Helmet>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user