diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/feeds')
-rw-r--r-- | arc-firefox-theme/chrome/browser/feeds/audioFeedIcon.png | bin | 0 -> 1794 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/feeds/audioFeedIcon16.png | bin | 0 -> 799 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/feeds/subscribe.css | 9 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/feeds/videoFeedIcon.png | bin | 0 -> 1794 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/feeds/videoFeedIcon16.png | bin | 0 -> 799 bytes |
5 files changed, 5 insertions, 4 deletions
diff --git a/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon.png b/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon.png Binary files differnew file mode 100644 index 0000000..a788fff --- /dev/null +++ b/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon.png diff --git a/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon16.png b/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon16.png Binary files differnew file mode 100644 index 0000000..f8536a4 --- /dev/null +++ b/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon16.png diff --git a/arc-firefox-theme/chrome/browser/feeds/subscribe.css b/arc-firefox-theme/chrome/browser/feeds/subscribe.css index 4cd70fa..03b534a 100644 --- a/arc-firefox-theme/chrome/browser/feeds/subscribe.css +++ b/arc-firefox-theme/chrome/browser/feeds/subscribe.css @@ -20,6 +20,7 @@ html { border-radius: 10px; margin: -4em auto 0 auto; background-color: InfoBackground; + -moz-appearance: -moz-gtk-info-bar; } #feedHeader { @@ -29,19 +30,19 @@ html { -moz-margin-end: 1em; -moz-padding-start: 2.9em; font-size: 110%; - color: InfoText; + color: -moz-gtk-info-bar-text; } .feedBackground { - background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat InfoBackground; + background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat; } .videoPodcastBackground { - background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 0% 10% no-repeat InfoBackground; + background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 0% 10% no-repeat; } .audioPodcastBackground { - background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 0% 10% no-repeat InfoBackground; + background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 0% 10% no-repeat; } #feedHeader[dir="rtl"] { diff --git a/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon.png b/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon.png Binary files differnew file mode 100644 index 0000000..a788fff --- /dev/null +++ b/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon.png diff --git a/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon16.png b/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon16.png Binary files differnew file mode 100644 index 0000000..f8536a4 --- /dev/null +++ b/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon16.png |