Fix modal close icon colours

This commit is contained in:
John O'Nolan 2015-05-24 21:03:55 +01:00
parent fb0946b791
commit fa8b0542ce

View File

@ -105,6 +105,11 @@
padding: 0; padding: 0;
width: 16px; width: 16px;
border: none; border: none;
color: #828282;
}
.modal-content .close:hover {
color: var(--darkgrey);
} }
.modal-header { .modal-header {