mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
add gold border on textfield:focus
This commit is contained in:
parent
ca3b789747
commit
eb84e87a13
@ -22,6 +22,11 @@
|
||||
background : #3a3a3a;
|
||||
}
|
||||
|
||||
.textfield:focus {
|
||||
border-color: var(--highlight-color);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.textfield-small {
|
||||
width : 50px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user