misc: make formdef selection opaque (#14461)

This commit is contained in:
Frédéric Péters 2017-01-01 12:06:27 +01:00
parent 267613ef7e
commit 4188f63396
1 changed files with 8 additions and 2 deletions

View File

@ -160,12 +160,12 @@ div#content .cell form div.sep {
div#content .cell.qualif form button.add {
position: absolute;
right: 1ex;
right: 2ex;
}
div#content .cell.qualif form .done {
position: absolute;
right: 1ex;
right: 2ex;
bottom: 1ex;
}
@ -435,6 +435,12 @@ div#copies p:first-child {
margin-left: 0;
}
div.add-formdef-reference {
background: white;
position: relative;
z-index: 10;
}
div.add-formdef-reference > div {
display: inline-block;
width: calc(100% - 6em);