mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Disable outline
This commit is contained in:
@@ -1481,7 +1481,8 @@ input {
|
||||
resize: none;
|
||||
border-color: white;
|
||||
border-width: 1px;
|
||||
border-style:solid;
|
||||
border-style: solid;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.action_button {
|
||||
@@ -1533,6 +1534,7 @@ button.disabled {
|
||||
textarea {
|
||||
background-color: var(--input_background);
|
||||
color: var(--text);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.pulse {
|
||||
|
Reference in New Issue
Block a user