update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / LCARStrek / navigator / navigator.css
index aadd47c82400d5312ace3d8678ead7694b5baef2..5da56e1cd89860959317f64e7f8307580b141a2a 100644 (file)
@@ -291,13 +291,13 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 }
 
 #urlbar {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   margin: 0;
   -moz-margin-start: 3px;
 }
 
 #urlbar > .autocomplete-textbox-container {
-  -moz-border-radius: 3px 0 0 3px;
+  border-radius: 3px 0 0 3px;
   padding: 2px;
 }
 
@@ -328,8 +328,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 
 #page-proxy-button {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-  padding-top: 2px;
-  padding-bottom: 2px;
 }
 
 #page-proxy-favicon {
@@ -515,27 +513,15 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
   for the drag/drop UI.
 */
 .bookmarks-toolbar-customize {
-  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
   display: none;
   max-width: 15em !important;
 }
 
-toolbarpaletteitem[place] > #personal-bookmarks > .bookmarks-toolbar-customize {
-  display: -moz-box;
-}
-
-toolbarpaletteitem[place="palette"] > #personal-bookmarks > .bookmarks-toolbar-customize {
-  -moz-box-orient: vertical;
-}
-
-toolbarpaletteitem[place="toolbar"] > #personal-bookmarks > .bookmarks-toolbar-overflow-items,
-toolbarpaletteitem[place="toolbar"] > #personal-bookmarks > .bookmarks-toolbar-items {
-  visibility: collapse;
-}
-
-toolbarpaletteitem[place="palette"] > #personal-bookmarks > .bookmarks-toolbar-overflow-items,
-toolbarpaletteitem[place="palette"] > #personal-bookmarks > .bookmarks-toolbar-items {
-  display: none;
+#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
+  width: 16px;
+  height: 16px;
+  background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
 }
 
 /* ::::: feeds ::::: */