From e939fef0a858526b09957280ee48bcd914ceaf9c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 1 Oct 2015 23:00:45 +0200 Subject: [PATCH] CSS: Restyle input:focus, select and textarea refs #5543 --- public/css/icinga/forms.less | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 5e4c42f46..7a3e64651 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -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; //}