Bug 1360463 - Set the treechildren::-moz-tree-image width/height only in the folderTree. r=aceman

This commit is contained in:
Richard Marti 2017-04-29 22:43:47 +02:00
Родитель 45894f37dc
Коммит ba0f635dce
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,13 +3,13 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ::::: Folder Pane ::::: */ /* ::::: Folder Pane ::::: */
treechildren::-moz-tree-image { #folderTree > treechildren::-moz-tree-image {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
/* reduce the padding set from messenger.css */ /* reduce the padding set from messenger.css */
#folderTree treechildren::-moz-tree-cell-text { #folderTree > treechildren::-moz-tree-cell-text {
padding-inline-start: 2px; padding-inline-start: 2px;
} }