зеркало из https://github.com/mozilla/pjs.git
Bug #240970 --> Context menu text is right aligned in date area for the collapsed
message header view.
This commit is contained in:
Родитель
3246a7e51f
Коммит
e612374bdd
|
@ -244,6 +244,10 @@ list-style-image: url("chrome://messenger/skin/addressbook/icons/silhouette-hove
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
#collapseddateValue > .textbox-input-box menupopup {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#collapsedfromBox {
|
||||
width: 18em;
|
||||
background-color: transparent;
|
||||
|
|
|
@ -203,6 +203,10 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
#collapseddateValue > .textbox-input-box menupopup {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#collapsedfromBox {
|
||||
width: 18em;
|
||||
background-color: transparent;
|
||||
|
|
Загрузка…
Ссылка в новой задаче