From 106ae2ed94928de78357798f5c9d0d65a6b10b75 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 26 Sep 2010 00:05:02 +0200 Subject: [PATCH] a few LCARStrek corrections, for feed preview, tab focus rings, and the bookmarks manager menu --- LCARStrek/communicator/bookmarks/bookmarksManager.css | 9 +++++++++ LCARStrek/communicator/feed-subscribe.css | 4 ++-- LCARStrek/global/tabbox.css | 1 + LCARStrek/global/toolbar.css | 6 +++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/LCARStrek/communicator/bookmarks/bookmarksManager.css b/LCARStrek/communicator/bookmarks/bookmarksManager.css index 62bfe655..661be577 100644 --- a/LCARStrek/communicator/bookmarks/bookmarksManager.css +++ b/LCARStrek/communicator/bookmarks/bookmarksManager.css @@ -1,3 +1,12 @@ +#placesMenu > menu { + padding-top: 5px; + padding-bottom: 5px; +} + +#placesList-splitter, +#detailsDeck-splitter { + border: none; +} /* Info box */ #detailsDeck { diff --git a/LCARStrek/communicator/feed-subscribe.css b/LCARStrek/communicator/feed-subscribe.css index c5345ab1..4197aa75 100644 --- a/LCARStrek/communicator/feed-subscribe.css +++ b/LCARStrek/communicator/feed-subscribe.css @@ -29,12 +29,12 @@ html { color: #000000; } -#alwaysUse .checkbox-check { +.alwaysUse .checkbox-check { border-color: #9C9CFF !important; background-color: #000000 !important; } -#alwaysUse .checkbox-label-box { +.alwaysUse .checkbox-label-box { color: #000000 !important; } diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index 28e1ee16..52721ddd 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -97,6 +97,7 @@ tab:hover:active { tab:-moz-focusring > .tab-middle { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; + -moz-outline-radius: 3px 3px 0px 0px; } /* diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index 21ccb067..1f144c22 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -119,9 +119,9 @@ toolbargrippy[tbgrippy-collapsed="true"] { border-bottom: none; } - -/* in browser.xul, the menubar is inside a toolbar... */ -toolbaritem > menubar { +/* in some cases, the menubar is inside a toolbar... */ +toolbaritem > menubar, +toolbar > menubar { border-bottom-style: none; background-color: transparent; } -- 2.35.3