mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-04 21:51:00 +02:00
Fixed some themes not displaying properly
This commit is contained in:
parent
42c284e865
commit
345db0f9cb
2
littlelink/css/animations.css
vendored
2
littlelink/css/animations.css
vendored
@ -52,6 +52,7 @@
|
|||||||
/* (Also apply to icon) */
|
/* (Also apply to icon) */
|
||||||
|
|
||||||
.button-hover{
|
.button-hover{
|
||||||
|
display:inline-block;
|
||||||
-webkit-transform:perspective(1px) translateZ(0);
|
-webkit-transform:perspective(1px) translateZ(0);
|
||||||
transform:perspective(1px) translateZ(0);
|
transform:perspective(1px) translateZ(0);
|
||||||
box-shadow:0 0 1px rgba(0,0,0,0);
|
box-shadow:0 0 1px rgba(0,0,0,0);
|
||||||
@ -70,6 +71,7 @@
|
|||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
|
|
||||||
.icon-hover{
|
.icon-hover{
|
||||||
|
display:inline-block;
|
||||||
-webkit-transform:perspective(1px) translateZ(0);
|
-webkit-transform:perspective(1px) translateZ(0);
|
||||||
transform:perspective(1px) translateZ(0);
|
transform:perspective(1px) translateZ(0);
|
||||||
box-shadow:0 0 1px rgba(0,0,0,0);
|
box-shadow:0 0 1px rgba(0,0,0,0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user