зеркало из https://github.com/mozilla/gecko-dev.git
Bug 248746 - Include both : and :: pseudo-element versions, and make away users italic.
ChatZilla only. r=samuel@sieb.net
This commit is contained in:
Родитель
ea28b5456c
Коммит
cad5e87123
|
@ -196,8 +196,18 @@ treechildren::-moz-tree-image(op-true) {
|
||||||
list-style-image: url(chrome://chatzilla/skin/images/op-graphic.png);
|
list-style-image: url(chrome://chatzilla/skin/images/op-graphic.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* away */
|
||||||
|
treechildren:-moz-tree-cell-text(away-true) {
|
||||||
|
color: GrayText;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
treechildren::-moz-tree-cell-text(away-true) {
|
treechildren::-moz-tree-cell-text(away-true) {
|
||||||
color: GrayText;
|
color: GrayText;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
treechildren:-moz-tree-cell-text(away-false) {
|
||||||
}
|
}
|
||||||
|
|
||||||
treechildren::-moz-tree-cell-text(away-false) {
|
treechildren::-moz-tree-cell-text(away-false) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче