Preview for Videos and images / Video resolution selection
This commit is contained in:
parent
909e029168
commit
3d64c3031b
9 changed files with 62 additions and 35 deletions
|
@ -1988,8 +1988,7 @@ code > .hl-main {
|
|||
}
|
||||
/* Like/Comment/etc buttons */
|
||||
.wall-item-container .wall-item-links,
|
||||
.wall-item-container .wall-item-actions button,
|
||||
.wall-item-container .body-attach > a {
|
||||
.wall-item-container .wall-item-actions button > a {
|
||||
opacity: 0.4;
|
||||
|
||||
-webkit-transition: all 0.25s ease-in-out;
|
||||
|
@ -1999,8 +1998,7 @@ code > .hl-main {
|
|||
transition: all 0.25s ease-in-out;
|
||||
}
|
||||
.wall-item-container:hover .wall-item-links,
|
||||
.wall-item-container:hover .wall-item-actions button,
|
||||
.wall-item-container:hover .body-attach > a {
|
||||
.wall-item-container:hover .wall-item-actions button > a {
|
||||
opacity: 1;
|
||||
|
||||
-webkit-transition: all 0.25s ease-in-out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue