keeping up with Classic development, e.g. adding im, popup-blocker and junk mail...
[themes.git] / LCARStrek / communicator / bookmarks / bookmarksWindow.css
index 6336f3b549c7ac5556f59fb23eec0ef04e87da70..bc2e8b8289182d1691e80e5844717fdc9eed70e8 100644 (file)
  * ***** END LICENSE BLOCK ***** */
 
 @import url("chrome://communicator/skin/bookmarks/bookmarks.css");
-@import url("chrome://communicator/skin/bookmarks/platformBookmarks.css");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /** 
  * XXX - disable print plus. This needs to go into ns/!!!
  */    
-  #navprintplus
-    {
-      display             : none !important; 
-    }
-      
-  #status-bar
-    {
-      height              : 1em;
-    }
-    
-  #notification-icon  
-    {
-      list-style-image    : url("chrome://communicator/skin/bookmarks/notification.gif");
-    }    
-    
-  #schedule-icon  
-    {
-      list-style-image    : url("chrome://communicator/skin/bookmarks/schedule.gif");
-    }
+#navprintplus {
+  display: none !important; 
+}
+
+#status-bar {
+  height: 1em;
+}
+
+#notification-icon  {
+  list-style-image: url("chrome://communicator/skin/bookmarks/notification.gif");
+}    
+
+#schedule-icon {
+  list-style-image: url("chrome://communicator/skin/bookmarks/schedule.gif");
+}
+
+#panel-bar,
+#search-bar {
+  border-top: 1px solid #9C9CFF;
+  border-bottom: 1px solid #9C9CFF;
+}
+
+bookmarks-tree.inset {
+  margin: 0px;
+  border: 1px solid #9C9CFF;
+}