input styles

This commit is contained in:
nixa 2016-05-19 11:53:15 +03:00
parent 362538d765
commit 5cfa0b8fa5
2 changed files with 12 additions and 11 deletions

View file

@ -54,8 +54,6 @@
} }
} }
select.form-control { select.form-control {
padding-left: 8px; padding-left: 8px;
} }
@ -310,7 +308,7 @@ label.custom-input-danger {
.form-horizontal { .form-horizontal {
.radio, .checkbox, .radio-inline, .checkbox-inline { .radio, .checkbox, .radio-inline, .checkbox-inline {
padding-top: 0px; padding-top: 0;
} }
} }
@ -351,6 +349,7 @@ label.custom-input-danger {
color: $label-text; color: $label-text;
} }
} }
.form-control-feedback { .form-control-feedback {
position: absolute; position: absolute;
top: 0; top: 0;
@ -453,7 +452,6 @@ label.custom-input-danger {
color: $content-text; color: $content-text;
} }
.bootstrap-select.btn-group { .bootstrap-select.btn-group {
button.btn.btn-default { button.btn.btn-default {
background: transparent; background: transparent;
@ -568,12 +566,15 @@ label.custom-input-danger {
.with-primary-addon:focus { .with-primary-addon:focus {
border-color: $primary; border-color: $primary;
} }
.with-warning-addon:focus { .with-warning-addon:focus {
border-color: $warning; border-color: $warning;
} }
.with-success-addon:focus { .with-success-addon:focus {
border-color: $success; border-color: $success;
} }
.with-danger-addon:focus { .with-danger-addon:focus {
border-color: $danger; border-color: $danger;
} }

View file

@ -13,7 +13,7 @@ $disabled-bg: tint($disabled, 15%);
$border: lighten(#455e9f, 70%); $border: lighten(#455e9f, 70%);
$border-light: tint($border, 15%); $border-light: tint($border, 15%);
$input-border: shade($border, 5%); $input-border: shade($border, 5%);
$input-background: #ffffff; $input-background: rgba(255,255,255,0.2);
$sidebar: #282828; $sidebar: #282828;
$sidebar-text: #ffffff; $sidebar-text: #ffffff;