mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 09:04:45 +01:00
more custom elements
This commit is contained in:
11
src/ui/components/common/TextInput.css
Normal file
11
src/ui/components/common/TextInput.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.TextInput {
|
||||
border: none;
|
||||
border-bottom: 2px solid #cecece;
|
||||
|
||||
transition: border-bottom-color 0.1s ease-in-out;
|
||||
}
|
||||
|
||||
.TextInput:focus {
|
||||
outline: none;
|
||||
border-bottom-color: #ffd326;
|
||||
}
|
||||
Reference in New Issue
Block a user