Fix close button color modal headers and repeaters

The "close" and "delete" buttons in modal popups and repeaters inside modal popups was nigh invisible on a light background. This should fix it up.
This commit is contained in:
Gabe Blair 2016-05-10 16:02:47 -07:00 committed by Samuel Georges
parent 5a031a2e29
commit eaea0fc541
1 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,6 @@
.border-radius(5px);
border: none;
background: @color-popup-content-bg;
.close { color: #fff; }
}
.modal-header {
@ -57,6 +56,9 @@
.border-top-radius(5px);
border: none;
.close {
color: #fff;
}
h4 {
font-weight: 600;
@ -180,4 +182,4 @@
.mac body.modal-open {
margin-right: 0;
}
}