mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
59271fd8c0
commit
f8ccce9bb8
@ -95,7 +95,6 @@ form:not(.inline):not([role="search"]) {
|
|||||||
|
|
||||||
.spinner {
|
.spinner {
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
margin: .5em 0;
|
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
@ -118,6 +117,16 @@ select ~ .spinner:before {
|
|||||||
.control-group select {
|
.control-group select {
|
||||||
background: @low-sat-blue;
|
background: @low-sat-blue;
|
||||||
flex: 1;
|
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"]),
|
.control-group input:not([type="checkbox"]),
|
||||||
@ -203,6 +212,10 @@ input.search {
|
|||||||
opacity: 0
|
opacity: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-group .spinner {
|
||||||
|
margin: .5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
.form-controls {
|
.form-controls {
|
||||||
.spinner {
|
.spinner {
|
||||||
order: -1;
|
order: -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user