mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
minor style fix rulebuilder
This commit is contained in:
parent
2f0b2c1766
commit
d3b5e7a2b0
@ -141,11 +141,16 @@ div.target.flex {
|
|||||||
div#rules.show::after {
|
div#rules.show::after {
|
||||||
content: "Drop here";
|
content: "Drop here";
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 30%;
|
top: 25%;
|
||||||
display: block;
|
display: block;
|
||||||
left: 38%;
|
left: 37%;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 6em;
|
||||||
|
background: #fff;
|
||||||
|
text-align: center;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
div#rules.show {
|
div#rules.show {
|
||||||
box-shadow: 0 0 15px -5px #424242;
|
box-shadow: 0 0 15px -5px #424242;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user