diff options
Diffstat (limited to 'spruce/bootstrap.css')
-rw-r--r-- | spruce/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spruce/bootstrap.css b/spruce/bootstrap.css index b78c94e0..bb91c3dd 100644 --- a/spruce/bootstrap.css +++ b/spruce/bootstrap.css @@ -4784,6 +4784,10 @@ legend { -moz-box-shadow: none; box-shadow: none; } +.modal-body label, +.modal-footer label { + color: #013435; +} .modal-footer { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; |