https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622

--- Comment #4 from Owen Leonard <[email protected]> ---
Because of the way the modal is styled, changing the background color this way
has a side-effect of eliminating the rounded corners on the modal. Since this
wasn't an explicit choice I'm going to suggest an alternative:

On line 2674:

.modal-body {
    background-color: #FFF;
    overflow-y: auto;
}

.modal-content {
    background-color : #EDF4F6;
}

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to