mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
11 lines
190 B
CSS
11 lines
190 B
CSS
.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;
|
|
} |