mirror of
https://github.com/openvk/openvk
synced 2025-07-03 14:29:53 +03:00
style: fix hover
This commit is contained in:
parent
033a04eec0
commit
ddefa14881
1 changed files with 5 additions and 1 deletions
|
@ -93,10 +93,14 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: url("/assets/packages/static/openvk/img/audios_controls.png") no-repeat 0 0;
|
background: url("/assets/packages/static/openvk/img/audios_controls.png") no-repeat 0 0;
|
||||||
background-position: -51px -67px;
|
background-position: -51px -67px;
|
||||||
opacity: 0.2;
|
opacity: 0.1;
|
||||||
transition-duration: 0.3s;
|
transition-duration: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ignore:hover {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
.post-author .delete {
|
.post-author .delete {
|
||||||
float: right;
|
float: right;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|
Loading…
Reference in a new issue