mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bug 355007 - Use InfoText on InfoBackground in feed subscription UI. r=mconnor.
This commit is contained in:
parent
7c15fcda7a
commit
3a44d571ef
@ -27,6 +27,7 @@ html {
|
||||
margin: -4em auto 0 auto;
|
||||
font-size: 110%;
|
||||
background: url("chrome://browser/skin/feeds/feedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225);
|
||||
color: InfoText;
|
||||
padding: 5em 3em 0 3em;
|
||||
}
|
||||
|
||||
|
@ -31,6 +31,7 @@ html {
|
||||
-moz-padding-start: 2.9em;
|
||||
font-size: 110%;
|
||||
background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat InfoBackground;
|
||||
color: InfoText;
|
||||
}
|
||||
|
||||
#feedHeader[dir="rtl"] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user