Fixed issue #414

pull/472/head
Abdullah Almsaeed 2015-05-27 14:12:52 +03:00
parent 1252cf423c
commit bfb9370dad
3 changed files with 12 additions and 1 deletions

View File

@ -439,4 +439,12 @@
//Input in box
.box-input {
max-width: 200px;
}
//A fix for panels body text color when placed within
// a modal
.modal {
.panel-body {
color: #444;
}
}

View File

@ -1928,6 +1928,9 @@ a:focus {
.box-input {
max-width: 200px;
}
.modal .panel-body {
color: #444;
}
/*
* Component: Info Box
* -------------------

File diff suppressed because one or more lines are too long