mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 21:05:16 +00:00
Перешел на css ВК
This commit is contained in:
@@ -96,7 +96,7 @@ h3 {
|
||||
}
|
||||
|
||||
.idToHide:hover {
|
||||
background-color: #dcdfde;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
#id_list {
|
||||
@@ -109,6 +109,11 @@ h3 {
|
||||
|
||||
.del_item {
|
||||
cursor: pointer;
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
|
||||
.del_item:hover {
|
||||
transform: scale(1.15);
|
||||
}
|
||||
|
||||
.donation_btn {
|
||||
|
||||
Reference in New Issue
Block a user