+#placesMenu > menu {
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+#placesList-splitter,
+#detailsDeck-splitter {
+ border: none;
+}
/* Info box */
#detailsDeck {
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;
}
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;
}
/*
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;
}