mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
7 lines
154 B
CSS
7 lines
154 B
CSS
|
input[type=file]::file-selector-button {
|
||
|
border: 2px solid #6c5ce7;
|
||
|
}
|
||
|
|
||
|
input[type=file]::file-selector-button:hover {
|
||
|
border: 2px solid #00cec9;
|
||
|
}
|