From eb13fa7fe8df7c2a0a96a5f7040765659aa81455 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Thu, 7 Mar 2019 15:14:04 -0800 Subject: [PATCH] White jquery ui icons, too. --- apple2js.html | 3 +++ apple2jse.html | 11 +++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/apple2js.html b/apple2js.html index 78b83fc..dfffafd 100644 --- a/apple2js.html +++ b/apple2js.html @@ -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); +} diff --git a/apple2jse.html b/apple2jse.html index 71db3e3..dfb48ff 100644 --- a/apple2jse.html +++ b/apple2jse.html @@ -33,10 +33,13 @@ +.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); +} +