зеркало из https://github.com/mozilla/gecko-dev.git
Replace twisty icons for tree controls in thunderbird with the +/- images
This commit is contained in:
Родитель
164884a05e
Коммит
eb7b3a2a6f
Двоичные данные
mail/base/skin/icons/twisty-clsd.gif
Двоичные данные
mail/base/skin/icons/twisty-clsd.gif
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 82 B |
Двоичные данные
mail/base/skin/icons/twisty-open.gif
Двоичные данные
mail/base/skin/icons/twisty-open.gif
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 81 B |
|
@ -166,11 +166,11 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
|
|||
|
||||
.addresstwisty {
|
||||
margin: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif");
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
|
||||
}
|
||||
|
||||
.addresstwisty[open] {
|
||||
list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif");
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
|
||||
}
|
||||
|
||||
/* ::::: view expand and collapse twisties ::::: */
|
||||
|
@ -181,11 +181,11 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
|
|||
}
|
||||
|
||||
.expandHeaderViewButton {
|
||||
list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif");
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
|
||||
}
|
||||
|
||||
.collapsedHeaderViewButton {
|
||||
list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif");
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
|
||||
}
|
||||
|
||||
/* ::::: collapsed view styles ::::: */
|
||||
|
|
|
@ -265,12 +265,12 @@ treechildren::-moz-tree-column(insertafter) {
|
|||
treechildren::-moz-tree-twisty {
|
||||
padding-right: 2px;
|
||||
width: 10px; /* The image's width is 9 pixels */
|
||||
list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif");
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-twisty(open) {
|
||||
width: 10px; /* The image's width is 9 pixels */
|
||||
list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif");
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-indentation {
|
||||
|
|
Загрузка…
Ссылка в новой задаче