Merge branch 'ent-6136-fallos-visuales-en-la-correlacion-de-alertas' into 'develop'

add new style

See merge request artica/pandorafms!3789
This commit is contained in:
Daniel Rodriguez 2021-03-01 10:02:19 +00:00
commit 0243740ab1
1 changed files with 13 additions and 1 deletions

View File

@ -136,8 +136,20 @@ div.target.flex {
.blocks {
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 {
content: "Drop here";
position: relative;
top: 25%;
display: block;