update both themes to state of toolkit winstripe trunk of 2010-11-14
[themes.git] / LCARStrek / navigator / navigator.css
index 5da56e1cd89860959317f64e7f8307580b141a2a..97f635504b3aaf5c1c7dc80d6de2b8af58161ace 100644 (file)
@@ -427,7 +427,7 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text {
   list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
 }
 
-#security-button > .statusbarpanel-text {
+#security-button > .statusbarpanel-contentbox > .statusbarpanel-text {
   margin: 0px;
 }
 
@@ -524,6 +524,33 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
   background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
 }
 
+/* ::::: star button ::::: */
+
+#star-button {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
+  -moz-image-region: rect(16px 16px 32px 0px);
+}
+
+#star-button:hover {
+  -moz-image-region: rect(16px 32px 32px 16px);
+}
+
+#star-button:hover:active {
+  -moz-image-region: rect(16px 48px 32px 32px);
+}
+
+#star-button[starred="true"] {
+  -moz-image-region: rect(0px 16px 16px 0px);
+}
+
+#star-button[starred="true"]:hover {
+  -moz-image-region: rect(0px 32px 16px 16px);
+}
+
+#star-button[starred="true"]:hover:active {
+  -moz-image-region: rect(0px 48px 16px 32px);
+}
+
 /* ::::: feeds ::::: */
 
 #feedsMenu {