mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
fix for bug #195666
make the "Mozilla thinks this messages is junk" bar be a different color, for discoverability. rs=bienvenu.
This commit is contained in:
parent
e9d6b8daec
commit
53da1fccd2
@ -239,4 +239,5 @@
|
||||
#junkBar {
|
||||
border-bottom: 1px solid;
|
||||
-moz-border-bottom-colors: #000000;
|
||||
background-color: #C7BC8F;
|
||||
}
|
||||
|
@ -259,5 +259,6 @@
|
||||
#junkBar {
|
||||
border-bottom: 1px solid;
|
||||
-moz-border-bottom-colors: #000000;
|
||||
background-color: #C7BC8F;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user