Adding background transparent for theme inputs

Этот коммит содержится в:
Asaad Mahmood
2015-10-20 18:34:49 +05:00
родитель e48614d6ce
Коммит 4ba3a19855

Просмотреть файл

@@ -103,6 +103,9 @@
text-overflow: ellipsis; text-overflow: ellipsis;
margin-bottom: 0; margin-bottom: 0;
} }
.input-group-addon:not(:first-child) {
background: transparent;
}
.radio { .radio {
label { label {
font-weight: 600; font-weight: 600;