parent
3ec11f3bf9
commit
ace9fe6526
|
@ -120,10 +120,13 @@ form input[type="text"],
|
||||||
form input[type="password"],
|
form input[type="password"],
|
||||||
form input[type="number"],
|
form input[type="number"],
|
||||||
form input[type="datetime-local"],
|
form input[type="datetime-local"],
|
||||||
|
form input[type="date"],
|
||||||
|
form input[type="time"],
|
||||||
form textarea,
|
form textarea,
|
||||||
form select {
|
form select {
|
||||||
background-color: @low-sat-blue;
|
background-color: @low-sat-blue;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
form input:not([type="checkbox"]),
|
form input:not([type="checkbox"]),
|
||||||
|
@ -426,3 +429,13 @@ input::-webkit-input-placeholder {
|
||||||
.sort-control > * {
|
.sort-control > * {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Flyover form styles */
|
||||||
|
|
||||||
|
.flyover-content form:not(.inline):not([role="search"]) {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flyover-content .control-label-group {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
|
@ -366,6 +366,8 @@ ul.tree li a.error:hover {
|
||||||
border: 1px solid @gray-lighter;
|
border: 1px solid @gray-lighter;
|
||||||
box-shadow: 0 0 .5em 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 .5em 0 rgba(0, 0, 0, 0.2);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
padding: @vertical-padding @horizontal-padding;
|
||||||
|
.rounded-corners();
|
||||||
}
|
}
|
||||||
|
|
||||||
&.flyover-arrow-top .flyover-content:before {
|
&.flyover-arrow-top .flyover-content:before {
|
||||||
|
|
Loading…
Reference in New Issue