jquery-ui: fix font color in notice boxes (#3671).

This commit is contained in:
evazion
2018-04-26 23:28:00 -05:00
parent dd2abeb180
commit f7748a2ed7

View File

@@ -22,6 +22,7 @@ div.ui-dialog {
.ui-state-highlight {
border: 1px solid #FCEEC1;
background: #FDF5D9;
color: #363636;
}
.ui-state-error {