css
This commit is contained in:
parent
95f1cd0d66
commit
7411f6468b
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user