mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed issue #414
parent
1252cf423c
commit
bfb9370dad
|
@ -439,4 +439,12 @@
|
||||||
//Input in box
|
//Input in box
|
||||||
.box-input {
|
.box-input {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
//A fix for panels body text color when placed within
|
||||||
|
// a modal
|
||||||
|
.modal {
|
||||||
|
.panel-body {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1928,6 +1928,9 @@ a:focus {
|
||||||
.box-input {
|
.box-input {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
.modal .panel-body {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
* Component: Info Box
|
* Component: Info Box
|
||||||
* -------------------
|
* -------------------
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue