a few LCARStrek corrections, for feed preview, tab focus rings, and the bookmarks...
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sat, 25 Sep 2010 22:05:02 +0000 (00:05 +0200)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sat, 25 Sep 2010 22:05:02 +0000 (00:05 +0200)
LCARStrek/communicator/bookmarks/bookmarksManager.css
LCARStrek/communicator/feed-subscribe.css
LCARStrek/global/tabbox.css
LCARStrek/global/toolbar.css

index 62bfe655bdd687f0067425bc5d47feba03d14634..661be5771f18ac4af11583408708b1a3aa8747e3 100644 (file)
@@ -1,3 +1,12 @@
+#placesMenu > menu {
+  padding-top: 5px;
+  padding-bottom: 5px;
+}
+
+#placesList-splitter,
+#detailsDeck-splitter {
+  border: none;
+}
 
 /* Info box */
 #detailsDeck {
index c5345ab1b5a2a5cd103367c5236d767d416996ee..4197aa754cb7b5f44ae9bb28f8db1ccca8b2b602 100644 (file)
@@ -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;
 }
 
index 28e1ee1628037b06ac41de3b2410a7e711a597d5..52721dddc17c2354336b447cd64c782e8105586b 100644 (file)
@@ -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;
 }
 
 /*
index 21ccb067a43c22aba16a8d16ab63368198608a8c..1f144c228d999de4af9088aaea7aa8e9dadab66d 100644 (file)
@@ -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;
 }