make network panel look decent even in current nightlies
[themes.git] / LCARStrek / communicator / bookmarks / bookmarks.css
index 1ccada7fd342ac49822331750b8e7769ae550562..38b3efeaa48db280ebaa2640abd520a261c7bf9d 100644 (file)
@@ -10,7 +10,7 @@
 
 treechildren::-moz-tree-image(Name),
 treechildren::-moz-tree-image(title) {
-  -moz-padding-end: 2px;
+  padding-inline-end: 2px;
 }
 
 .bookmark-item,
@@ -124,3 +124,20 @@ treechildren::-moz-tree-cell-text(Name, separator, selected, focus),
 treechildren::-moz-tree-cell-text(title, separator, selected, focus) {
   /* color: #FFCF00; */
 }
+
+/* sidebar panel */
+
+#bookmarksPanel,
+#history-panel {
+  padding: 0;
+}
+
+#sidebar-search-container > #search-box,
+#history-panel > hbox > #search-box {
+  margin: 0;
+}
+
+#sidebar-search-container > #search-box,
+#history-panel > hbox {
+  margin-bottom: 3px;
+}