parent
59271fd8c0
commit
f8ccce9bb8
|
@ -95,7 +95,6 @@ form:not(.inline):not([role="search"]) {
|
|||
|
||||
.spinner {
|
||||
line-height: 2.5em;
|
||||
margin: .5em 0;
|
||||
|
||||
&:before {
|
||||
margin-left: .5em;
|
||||
|
@ -118,6 +117,16 @@ select ~ .spinner:before {
|
|||
.control-group select {
|
||||
background: @low-sat-blue;
|
||||
flex: 1;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.control-group select option * {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
max-width: 100%;
|
||||
-ms-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.control-group input:not([type="checkbox"]),
|
||||
|
@ -203,6 +212,10 @@ input.search {
|
|||
opacity: 0
|
||||
}
|
||||
|
||||
.control-group .spinner {
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
.form-controls {
|
||||
.spinner {
|
||||
order: -1;
|
||||
|
|
Loading…
Reference in New Issue