aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/feeds
diff options
context:
space:
mode:
authorHorst31802015-10-21 21:18:30 +0200
committerHorst31802015-10-21 21:18:30 +0200
commit3ae0c90209c4aeacc3f8a7958e943361097a272d (patch)
tree239a600adb21f72331ec7ed51ab974e925e09a6c /arc-firefox-theme/chrome/browser/feeds
parent9301a62ccbeae64475ff6ea16b8e33c96d918a4f (diff)
downloadsolarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.tar.gz
solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.tar.xz
solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.zip
add support for Firefox 38 esr
Diffstat (limited to 'arc-firefox-theme/chrome/browser/feeds')
-rw-r--r--arc-firefox-theme/chrome/browser/feeds/audioFeedIcon.pngbin0 -> 1794 bytes
-rw-r--r--arc-firefox-theme/chrome/browser/feeds/audioFeedIcon16.pngbin0 -> 799 bytes
-rw-r--r--arc-firefox-theme/chrome/browser/feeds/subscribe.css9
-rw-r--r--arc-firefox-theme/chrome/browser/feeds/videoFeedIcon.pngbin0 -> 1794 bytes
-rw-r--r--arc-firefox-theme/chrome/browser/feeds/videoFeedIcon16.pngbin0 -> 799 bytes
5 files changed, 4 insertions, 5 deletions
diff --git a/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon.png b/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon.png
new file mode 100644
index 0000000..a788fff
--- /dev/null
+++ b/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon.png
Binary files differ
diff --git a/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon16.png b/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon16.png
new file mode 100644
index 0000000..f8536a4
--- /dev/null
+++ b/arc-firefox-theme/chrome/browser/feeds/audioFeedIcon16.png
Binary files differ
diff --git a/arc-firefox-theme/chrome/browser/feeds/subscribe.css b/arc-firefox-theme/chrome/browser/feeds/subscribe.css
index 03b534a..4cd70fa 100644
--- a/arc-firefox-theme/chrome/browser/feeds/subscribe.css
+++ b/arc-firefox-theme/chrome/browser/feeds/subscribe.css
@@ -20,7 +20,6 @@ html {
border-radius: 10px;
margin: -4em auto 0 auto;
background-color: InfoBackground;
- -moz-appearance: -moz-gtk-info-bar;
}
#feedHeader {
@@ -30,19 +29,19 @@ html {
-moz-margin-end: 1em;
-moz-padding-start: 2.9em;
font-size: 110%;
- color: -moz-gtk-info-bar-text;
+ color: InfoText;
}
.feedBackground {
- background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat;
+ background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat InfoBackground;
}
.videoPodcastBackground {
- background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 0% 10% no-repeat;
+ background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 0% 10% no-repeat InfoBackground;
}
.audioPodcastBackground {
- background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 0% 10% no-repeat;
+ background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 0% 10% no-repeat InfoBackground;
}
#feedHeader[dir="rtl"] {
diff --git a/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon.png b/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon.png
new file mode 100644
index 0000000..a788fff
--- /dev/null
+++ b/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon.png
Binary files differ
diff --git a/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon16.png b/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon16.png
new file mode 100644
index 0000000..f8536a4
--- /dev/null
+++ b/arc-firefox-theme/chrome/browser/feeds/videoFeedIcon16.png
Binary files differ