From 2edfca930c4192c6ceff3d738e085a36efae4aa1 Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 27 Aug 2003 19:39:17 +0000 Subject: [PATCH] keep up with Classic --- LCARStrek/communicator/prefpanels.css | 4 ++-- LCARStrek/global/autocomplete.css | 3 +-- LCARStrek/global/global.css | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LCARStrek/communicator/prefpanels.css b/LCARStrek/communicator/prefpanels.css index 68790e3c..430ccf14 100644 --- a/LCARStrek/communicator/prefpanels.css +++ b/LCARStrek/communicator/prefpanels.css @@ -46,14 +46,14 @@ height: 80px; } -.themesLink { +*|*.themesLink { margin-left: 5px; text-decoration: normal; color: #FF9F00; cursor: pointer; } -.themesLink:hover { +*|*.themesLink:hover { text-decoration: underline; color: #9C9CFF; } diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index a3b9f1f9..3a202b13 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -36,7 +36,6 @@ * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); /* ===== autocomplete.css ================================================= == Styles used by the autocomplete widget. @@ -119,4 +118,4 @@ textbox { .autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: #000000 !important; -} \ No newline at end of file +} diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 9cf72ee0..2b3491f4 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -138,6 +138,7 @@ iframe { statusbar { margin-top: 3px; + min-width: 1px; } .statusbar-center { -- 2.35.3