CSS: Restyle input:focus, select and textarea

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 23:00:45 +02:00
parent 422f06bd58
commit e939fef0a8
1 changed files with 15 additions and 4 deletions

View File

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