mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
add new style
This commit is contained in:
parent
508b953496
commit
0d4761b63d
@ -136,8 +136,20 @@ div.target.flex {
|
|||||||
.blocks {
|
.blocks {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
#drop_mssg {
|
||||||
|
position: relative;
|
||||||
|
top: 25%;
|
||||||
|
display: block;
|
||||||
|
left: 37%;
|
||||||
|
font-size: 3em;
|
||||||
|
color: #aaa;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 6em;
|
||||||
|
background: #fff;
|
||||||
|
text-align: center;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
div#rules.show::after {
|
div#rules.show::after {
|
||||||
content: "Drop here";
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 25%;
|
top: 25%;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user