Les objectifs editables sont toujours soulignes

pull/206/head
Mael 2018-04-05 17:38:56 +02:00 committed by Laurent Bossavit
parent f66bf2cc3c
commit 1b9eefe4f7
1 changed files with 4 additions and 1 deletions

View File

@ -112,7 +112,10 @@ text-decoration: underline;
}
#targetSelection .editable {
border-bottom: 1px dashed #ffffff91}
border-bottom: 1px dashed #ffffff91;
min-width: 2.5em;
display: inline-block;
}
#targetSelection .attractClick,
#targetSelection input[type='number'] {