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 {
padding-left: 8px;
}
@ -310,7 +308,7 @@ label.custom-input-danger {
.form-horizontal {
.radio, .checkbox, .radio-inline, .checkbox-inline {
padding-top: 0px;
padding-top: 0;
}
}
@ -351,6 +349,7 @@ label.custom-input-danger {
color: $label-text;
}
}
.form-control-feedback {
position: absolute;
top: 0;
@ -453,7 +452,6 @@ label.custom-input-danger {
color: $content-text;
}
.bootstrap-select.btn-group {
button.btn.btn-default {
background: transparent;
@ -474,7 +472,7 @@ label.custom-input-danger {
box-shadow: none;
border-color: $border;
}
> .btn{
> .btn {
border-radius: 5px 5px 0 0;
}
.dropdown-menu.open {
@ -565,19 +563,22 @@ label.custom-input-danger {
border-bottom-right-radius: 5px;
}
.with-primary-addon:focus{
.with-primary-addon:focus {
border-color: $primary;
}
.with-warning-addon:focus{
.with-warning-addon:focus {
border-color: $warning;
}
.with-success-addon:focus{
.with-success-addon:focus {
border-color: $success;
}
.with-danger-addon:focus{
.with-danger-addon:focus {
border-color: $danger;
}
.sub-little-text{
.sub-little-text {
font-size: 12px;
}

View file

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