mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bugs: 37153, 38700. Localized status and priority strings in threadpane. r=putterman
This commit is contained in:
parent
44efaf29c7
commit
f2a97cdcb8
@ -22,22 +22,22 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.prioritycol[value="Highest"]
|
||||
.prioritycol[Priority="highest"]
|
||||
{
|
||||
color:red;
|
||||
}
|
||||
|
||||
.prioritycol[value="High"]
|
||||
.prioritycol[Priority="high"]
|
||||
{
|
||||
color: rgb(128, 0, 0);
|
||||
}
|
||||
|
||||
.prioritycol[value="Lowest"]
|
||||
.prioritycol[Priority="lowest"]
|
||||
{
|
||||
color: rgb(170, 170, 170);
|
||||
}
|
||||
|
||||
.prioritycol[value="Low"]
|
||||
.prioritycol[Priority="low"]
|
||||
{
|
||||
color: rgb(85, 85, 85);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user