Add brightness effect of search button
This commit is contained in:
parent
0dc210d40b
commit
efd3ce8f67
2 changed files with 7 additions and 0 deletions
|
@ -842,6 +842,10 @@
|
|||
animation: enlarge 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.search-btn:hover {
|
||||
filter: brightness(125%);
|
||||
}
|
||||
|
||||
@keyframes enlarge {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
|
|
|
@ -13655,6 +13655,9 @@ input[type=checkbox][switch]:checked:active::before {
|
|||
.playlist-page .playlist-display .playlistInfo .playlist-info .search-btn.active {
|
||||
animation: enlarge 0.5s ease-in-out;
|
||||
}
|
||||
.playlist-page .playlist-display .playlistInfo .playlist-info .search-btn:hover {
|
||||
filter: brightness(125%);
|
||||
}
|
||||
@keyframes enlarge {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue