keep up with Classic; bump skinVersion to 1.5 and EarlyBlue version to 1.5b (if I...
[themes.git] / LCARStrek / navigator / navigator.css
index a44f1872aab82ff1c912727c5d396b56d1eb6e77..77568c6be9feac871fd71b621fc7d78efa2b76a2 100644 (file)
@@ -314,6 +314,15 @@ toolbar[toolbarmode="small"] > toolbargrippy {
   list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
 }
 
+#popupIcon {
+  list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
+}
+
+#popupImage {
+  list-style-image: url("chrome://navigator/skin/icons/about-popups.gif");
+  margin: 6px 0px;
+}
+
 /* ::::: personal toolbar ::::: */
 
 #bookmarks-button {
@@ -327,3 +336,17 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #home-button {
   list-style-image: url("chrome://communicator/skin/bookmarks/home.gif");
 }
+
+toolbarbutton.chevron {
+  list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
+  margin-right: 2px;
+}
+
+toolbarbutton.chevron:hover,
+toolbarbutton.chevron[open="true"] {
+  list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important;
+}
+
+toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
+  display: none;
+}