This commit is contained in:
Laurent Destailleur 2020-02-05 21:47:41 +01:00
parent 95f1cd0d66
commit 7411f6468b
2 changed files with 13 additions and 0 deletions

View File

@ -663,6 +663,12 @@ select.flat.selectlimit {
.marginbottomonly {
margin-bottom: 10px !important;
}
.nomargintop {
margin-top: 0 !important;
}
.nomarginbottom {
margin-bottom: 0 !important;
}
.selectlimit, .selectlimit:focus {
border-left: none !important;
border-top: none !important;

View File

@ -851,6 +851,13 @@ select.flat.selectlimit {
.marginbottomonly {
margin-bottom: 10px !important;
}
.nomargintop {
margin-top: 0 !important;
}
.nomarginbottom {
margin-bottom: 0 !important;
}
.selectlimit, .selectlimit:focus {
border-left: none !important;
border-top: none !important;