fixing various fun regressions from blake's earlier landing, rs=hyatt

This commit is contained in:
hewitt%netscape.com 2001-11-03 11:33:13 +00:00
Родитель 20311b8044
Коммит f61f86c389
4 изменённых файлов: 17 добавлений и 0 удалений

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

@ -47,6 +47,10 @@ menulist {
padding: 3px 2px 3px 2px;
}
.menulist-text-mid {
margin: 0px !important;
}
.menulist-icon-mid {
padding-right: 3px;
}

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

@ -102,6 +102,10 @@ outlinercol {
color: #000000;
}
.outlinercol-text {
margin: 0px !important;
}
/* ::::: column drag and drop styles ::::: */
outlinercol[dragging="true"] {

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

@ -119,6 +119,7 @@ tab {
}
.tab-text {
margin: 0px !important;
padding: 3px 0px 3px 0px;
}

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

@ -86,6 +86,10 @@ tree:focus > treechildren treeitem[selected="true"][current="true"] > treerow >
border-bottom-color: #000000;
}
.tree-cell-text {
margin: 0px !important;
}
/* ::::: iconic treecell ::::: */
.tree-cell-icon,
@ -133,6 +137,10 @@ treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-ico
padding: 0px 1px 0px 1px;
}
.tree-header-text {
margin: 0px !important;
}
.treecell-header:hover:active,
.treecell-header-image:hover:active,
.treecell-inset-header:hover:active {