This commit is contained in:
FezVrasta 2015-03-17 18:40:13 +01:00
parent 826683fed2
commit 60e3893302
9 changed files with 34 additions and 6 deletions

View File

@ -2562,6 +2562,15 @@ body.inverse,
body.inverse .form-control {
color: rgba(255, 255, 255, 0.84);
}
body.inverse .modal,
body.inverse .panel-default,
body.inverse .card,
body.inverse .modal .form-control,
body.inverse .panel-default .form-control,
body.inverse .card .form-control {
background-color: initial;
color: initial;
}
body,
h1,
h2,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2562,6 +2562,15 @@ body.inverse,
body.inverse .form-control {
color: rgba(255, 255, 255, 0.84);
}
body.inverse .modal,
body.inverse .panel-default,
body.inverse .card,
body.inverse .modal .form-control,
body.inverse .panel-default .form-control,
body.inverse .card .form-control {
background-color: initial;
color: initial;
}
body,
h1,
h2,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,16 @@ body {
&, .form-control {
color: @darkbg-text;
}
.modal,
.panel-default,
.card {
&,
.form-control {
background-color: initial;
color: initial;
}
}
}
}