1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Fix modal appearance

This commit is contained in:
Toby Zerner
2015-02-16 14:12:48 +10:30
parent daa87269b4
commit c03d8b96b8

View File

@@ -2,7 +2,7 @@
// Modals
.modal-backdrop {
background-color: @fl-primary-color;
background-color: @fl-body-primary-color;
&.in {
opacity: 0.9;
}
@@ -36,7 +36,7 @@
}
}
.modal-body {
background-color: @fl-secondary-color;
background-color: @fl-body-secondary-color;
padding: 25px;
& .form-control {