parent
422f06bd58
commit
e939fef0a8
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid @text-color-light;
|
border-bottom: 1px solid @gray-light;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: @vertical-padding / 2 @horizontal-padding / 2;
|
padding: @vertical-padding / 2 @horizontal-padding / 2;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-bottom: 1px solid @text-color;
|
border-bottom: 1px solid @icinga-blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,8 +67,10 @@ button:hover .icon-cancel {
|
||||||
|
|
||||||
.control-label {
|
.control-label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: @font-size-small;
|
}
|
||||||
color: @text-color-light;
|
|
||||||
|
label {
|
||||||
|
.text-small();
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-label-group {
|
.control-label-group {
|
||||||
|
@ -155,6 +157,15 @@ button.animated.active {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
height: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
select.grant-permissions {
|
||||||
|
height: 20em;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
//div.config-form-buttons {
|
//div.config-form-buttons {
|
||||||
// margin-top: 5px;
|
// margin-top: 5px;
|
||||||
//}
|
//}
|
||||||
|
|
Loading…
Reference in New Issue