update both themes for suite default changes up to 2010-12-03
[themes.git] / EarlyBlue / navigator / linkToolbar.css
index f7eac85ecb20883627094f78ad80b33445109384..8b81d5c0e3112490d74ef8b4e7d8bdaea886d384 100644 (file)
 }
 
 #link-last {
-  list-style-image    : url("chrome://navigator/skin/linkButtons/last.gif");
+  list-style-image: url("chrome://navigator/skin/linkButtons/last.gif");
 }
 
 #link-last[disabled="true"] {
   list-style-image: url("chrome://navigator/skin/linkButtons/last-disabled.gif") !important;
 }
+
+#link-feed {
+  list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
+  -moz-image-region: rect(0px 32px 16px 16px);
+}
+
+#link-feed[disabled="true"] {
+  -moz-image-region: rect(32px 32px 48px 16px);
+}