mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
10 lines
111 B
CSS
10 lines
111 B
CSS
.renamefile {
|
|
color: unset;
|
|
&:hover {
|
|
text-decoration: unset;
|
|
}
|
|
&:active {
|
|
color: white;
|
|
}
|
|
}
|