no message
This commit is contained in:
parent
4b67b77e1b
commit
b2df73d982
@ -579,6 +579,9 @@ body {
|
|||||||
transition: auto;
|
transition: auto;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
.my-project .my-box .manage-box .list .item.zindex {
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
.my-project .my-box .manage-box .list .item:active {
|
.my-project .my-box .manage-box .list .item:active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
@ -655,6 +655,10 @@ body {
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.zindex {
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user