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;
|
resize: none;
|
||||||
border-color: white;
|
border-color: white;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style:solid;
|
border-style: solid;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action_button {
|
.action_button {
|
||||||
@@ -1533,6 +1534,7 @@ button.disabled {
|
|||||||
textarea {
|
textarea {
|
||||||
background-color: var(--input_background);
|
background-color: var(--input_background);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pulse {
|
.pulse {
|
||||||
|
Reference in New Issue
Block a user