sync DOMi theme with changes in SeaMonkey 2.10 cycle
[themes.git] / LCARStrek / browser / browser.css
index 037951269d00844e4a25a6734e7723a19d2fb88c..a31c0af4fac45a621ad8df3297e604447952eb80 100644 (file)
@@ -431,9 +431,7 @@ menubar {
 }
 
 #wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
-  width: 16px;
-  height: 16px;
-  background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
+  background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat center;
 }
 
 .bookmarks-toolbar-customize {
@@ -1449,12 +1447,7 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
 #page-proxy-favicon {
   width: 16px;
   height: 16px;
-}
-
-#page-proxy-stack {
-  width: 24px;
-  height: 18px;
-  padding: 1px 4px;
+  /* margin: 1px 4px; */
 }
 
 #page-proxy-favicon:not([src]) {
@@ -1850,7 +1843,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
 
 /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */
 
-@media all and (-moz-touch-enabled) {
+@media (-moz-touch-enabled) {
   .tabbrowser-arrowscrollbox > .scrollbutton-up,
   .tabbrowser-arrowscrollbox > .scrollbutton-down,
   #TabsToolbar .toolbarbutton-1 {
@@ -2518,27 +2511,19 @@ highlighter-veil-transparentbox {
   -moz-margin-start: 2px;
 }
 
-/* Highlighter - toolbar resizers */
-
-.inspector-resizer {
-  -moz-appearance: none;
-  cursor: n-resize;
+#devtools-sidebar-box {
+  background-color: #000000;
 }
 
+/* Highlighter - toolbar resizer */
+
 #inspector-top-resizer {
+  -moz-appearance: none;
+  cursor: n-resize;
   background: none;
   height: 4px;
 }
 
-#inspector-end-resizer {
-  width: 12px;
-  height: 8px;
-  border-width: 1px 1px 0;
-  border-style: solid;
-  border-color: #008484;
-  margin: 7px 7px 8px;
-}
-
 /* Highlighter - Node Infobar */
 
 /* Highlighter - Node Infobar - text */
@@ -2625,6 +2610,10 @@ highlighter-veil-transparentbox {
   padding: 0 6px;
 }
 
+#inspector-breadcrumbs > .scrollbutton-up,
+#inspector-breadcrumbs > .scrollbutton-down {
+}
+
 .inspector-breadcrumbs-button {
   /*background-color: transparent;*/
   border-width: 2px 13px !important;
@@ -2651,6 +2640,12 @@ highlighter-veil-transparentbox {
   /*color: #8d99a6; */
 }
 
+/* fit height of other buttons to breadcrumbs */
+#inspector-toolbar .devtools-toolbarbutton,
+#highlighter-closebutton {
+  min-height: 25px;
+}
+
 /* Highlighter toolbar - breadcrumbs - LTR */
 
 .inspector-breadcrumbs-button:-moz-locale-dir(ltr):first-of-type {