diff options
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-x | superhero/bootswatch.less | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index e6784f59..6a3552d3 100755 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -513,6 +513,29 @@ label { .formFieldState(lighten(@successText, 10%), lighten(@successText, 10%), @successBackground); } +// MODALS +// -------------------------------------------------- + +.modal { + background-color: transparent; +} + +.modal-header, +.modal-body, +.modal-footer { + .box-shadow(none); + background-color: @bodyBackground; + border: none; +} + +.modal-header { + .border-radius(4px 4px 0 0); +} + +.modal-footer { + .border-radius(0 0 4px 4px); +} + // MISCELLANEOUS // -------------------------------------------------- |