From 53a2800daeb0f038afc082570971d1df96820696 Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Mon, 11 May 2009 17:17:31 -0400 Subject: [PATCH] Bug 492121: always specify foreground/background colors together (fixes issues in preference titles and awesomebar), r=mfinkle --- mobile/themes/hildon/browser.css | 3 ++- mobile/themes/hildon/platform.css | 1 + mobile/themes/wince/browser.css | 3 ++- mobile/themes/wince/platform.css | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mobile/themes/hildon/browser.css b/mobile/themes/hildon/browser.css index 43d4f478021..df305db05c3 100644 --- a/mobile/themes/hildon/browser.css +++ b/mobile/themes/hildon/browser.css @@ -383,7 +383,8 @@ placeitem .button-text { } .autocomplete-items { - background-color: #fff; + color: black; + background-color: white; } .autocomplete-item, diff --git a/mobile/themes/hildon/platform.css b/mobile/themes/hildon/platform.css index 8ccd023450a..744ee97a8aa 100644 --- a/mobile/themes/hildon/platform.css +++ b/mobile/themes/hildon/platform.css @@ -61,6 +61,7 @@ richlistitem { /* panels ------------------------------------------------------------------ */ .panel-dark { + color: white; background-color: #414141; } diff --git a/mobile/themes/wince/browser.css b/mobile/themes/wince/browser.css index 43d4f478021..df305db05c3 100644 --- a/mobile/themes/wince/browser.css +++ b/mobile/themes/wince/browser.css @@ -383,7 +383,8 @@ placeitem .button-text { } .autocomplete-items { - background-color: #fff; + color: black; + background-color: white; } .autocomplete-item, diff --git a/mobile/themes/wince/platform.css b/mobile/themes/wince/platform.css index bf13da0d5d1..58a264ec4d8 100644 --- a/mobile/themes/wince/platform.css +++ b/mobile/themes/wince/platform.css @@ -40,6 +40,7 @@ /* panels ------------------------------------------------------------------ */ .panel-dark { + color: white; background-color: #414141; }