mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-13 01:20:26 -07:00
QOL changes to client (#165)
This commit is contained in:
parent
e7ba34710c
commit
c59c6c3baa
4 changed files with 46 additions and 30 deletions
|
|
@ -130,30 +130,21 @@ h4 {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
border: 1px solid var(--color-bg);
|
||||
}
|
||||
input[type="text"]:focus {
|
||||
outline: none;
|
||||
border: 1px solid var(--color-fg-tertiary);
|
||||
}
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
textarea {
|
||||
border: 1px solid var(--color-bg);
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
height: fit-content;
|
||||
}
|
||||
input:focus,
|
||||
button:focus,
|
||||
a:focus,
|
||||
select:focus,
|
||||
textarea:focus {
|
||||
outline: none;
|
||||
border: 1px solid var(--color-fg-tertiary);
|
||||
}
|
||||
input[type="password"] {
|
||||
border: 1px solid var(--color-bg);
|
||||
}
|
||||
input[type="password"]:focus {
|
||||
outline: none;
|
||||
border: 1px solid var(--color-fg-tertiary);
|
||||
}
|
||||
input[type="checkbox"]:focus {
|
||||
outline: none;
|
||||
border: 1px solid var(--color-fg-tertiary);
|
||||
border-color: transparent;
|
||||
outline: 2px solid var(--color-fg-tertiary);
|
||||
}
|
||||
|
||||
button:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue