update both themes to suite classic changes up to 2010-09-24
[themes.git] / LCARStrek / navigator / navigator.css
index 5da56e1cd89860959317f64e7f8307580b141a2a..64c9bbc86f29f284f9551e47a05ff5c3759046fc 100644 (file)
@@ -524,6 +524,33 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
   background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
 }
 
   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 {
 /* ::::: feeds ::::: */
 
 #feedsMenu {