feed detection and some other trunk work
authorRobert Kaiser <kairo@kairo.at>
Thu, 7 Feb 2008 16:07:27 +0000 (17:07 +0100)
committerRobert Kaiser <kairo@kairo.at>
Thu, 7 Feb 2008 16:07:27 +0000 (17:07 +0100)
EarlyBlue/messenger/accountCentral.css
EarlyBlue/mozapps/passwordmgr/key.png [new file with mode: 0644]
EarlyBlue/navigator/linkButtons/feeds.png [new file with mode: 0644]
EarlyBlue/navigator/linkToolbar.css
EarlyBlue/navigator/navigator.css

index 5fbc8f13f5888bd3df3e6fa4bbe0254a6b2642b9..6e4e118610542e86f978961766199ffe76cf7d0a 100644 (file)
@@ -91,7 +91,7 @@ separator.thin {
 .acctCentralLinkText {
   cursor: pointer;
   color: #336699;
-  text-decoration: normal;
+  text-decoration: none;
 }
 
 .acctCentralLinkText:hover {
diff --git a/EarlyBlue/mozapps/passwordmgr/key.png b/EarlyBlue/mozapps/passwordmgr/key.png
new file mode 100644 (file)
index 0000000..85246a3
Binary files /dev/null and b/EarlyBlue/mozapps/passwordmgr/key.png differ
diff --git a/EarlyBlue/navigator/linkButtons/feeds.png b/EarlyBlue/navigator/linkButtons/feeds.png
new file mode 100644 (file)
index 0000000..dc65e50
Binary files /dev/null and b/EarlyBlue/navigator/linkButtons/feeds.png differ
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);
+}
index 0a9e91701ec0b743459910bf855feddbb7225435..6c9a13ff3e472657004f6f6e31eedc24b44eb7f0 100644 (file)
@@ -291,3 +291,27 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #bookmarks-chevron > .toolbarbutton-menu-dropmarker {
   display: none;
 }
+
+/* ::::: feeds ::::: */
+
+#feedsMenu {
+  list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
+  -moz-image-region: rect(0px 16px 16px 0px);
+}
+
+#feedsMenu[disabled="true"] {
+  -moz-image-region: rect(32px 16px 48px 0px);
+}
+
+#feedsButton {
+  list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
+  -moz-image-region: rect(0px 32px 16px 16px);
+}
+
+#feedsButton:hover {
+  -moz-image-region: rect(16px 32px 32px 16px);
+}
+
+#feedsButton:hover:active {
+  -moz-image-region: rect(48px 32px 64px 16px);
+}