mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-09 04:29:09 +03:00
fix inputs styling
This commit is contained in:
@@ -63,6 +63,9 @@ select {
|
||||
textarea {
|
||||
height: 70px;
|
||||
resize: vertical;
|
||||
background-color: var(--input-bg) !important;
|
||||
color: var(--text-color) !important;
|
||||
border: 1px solid var(--input-border) !important;
|
||||
}
|
||||
|
||||
input[type="color"] {
|
||||
@@ -126,6 +129,9 @@ button:hover {
|
||||
|
||||
#wordList input[type="text"] {
|
||||
flex: 2;
|
||||
background-color: var(--input-bg) !important;
|
||||
color: var(--text-color) !important;
|
||||
border: 1px solid var(--input-border) !important;
|
||||
}
|
||||
|
||||
#wordList input[type="color"] {
|
||||
|
||||
Reference in New Issue
Block a user