White jquery ui icons, too.

This commit is contained in:
Will Scullin 2019-03-07 15:14:04 -08:00
parent 4f092ed4f5
commit eb13fa7fe8
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
2 changed files with 10 additions and 4 deletions

View File

@ -36,6 +36,9 @@
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
color: white;
}
.ui-state-default .ui-icon {
background-image: url(images/ui-icons_ffffff_256x240.png);
}
</style>
<!-- jQuery -->

View File

@ -33,10 +33,13 @@
<!-- white text in controls -->
<style type="text/css">
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
color: white;
}
</style>
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
color: white;
}
.ui-state-default .ui-icon {
background-image: url(images/ui-icons_ffffff_256x240.png);
}
</style>
<!-- jQuery -->
<script type="text/javascript" src="//code.jquery.com/jquery-1.9.1.js">