mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
White jquery ui icons, too.
This commit is contained in:
parent
4f092ed4f5
commit
eb13fa7fe8
@ -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 -->
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user