зеркало из https://github.com/mozilla/gecko-dev.git
fixing various fun regressions from blake's earlier landing, rs=hyatt
This commit is contained in:
Родитель
20311b8044
Коммит
f61f86c389
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче