X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=38b3efeaa48db280ebaa2640abd520a261c7bf9d;hb=8cbd10f23d017d95a5f0c193375aa23b14da0d16;hp=1ccada7fd342ac49822331750b8e7769ae550562;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1;p=themes.git diff --git a/LCARStrek/communicator/bookmarks/bookmarks.css b/LCARStrek/communicator/bookmarks/bookmarks.css index 1ccada7f..38b3efea 100644 --- a/LCARStrek/communicator/bookmarks/bookmarks.css +++ b/LCARStrek/communicator/bookmarks/bookmarks.css @@ -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; +}