mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
fixing various fun regressions from blake's earlier landing, rs=hyatt
This commit is contained in:
parent
20311b8044
commit
f61f86c389
@ -47,6 +47,10 @@ menulist {
|
|||||||
padding: 3px 2px 3px 2px;
|
padding: 3px 2px 3px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menulist-text-mid {
|
||||||
|
margin: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.menulist-icon-mid {
|
.menulist-icon-mid {
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
@ -102,6 +102,10 @@ outlinercol {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.outlinercol-text {
|
||||||
|
margin: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* ::::: column drag and drop styles ::::: */
|
/* ::::: column drag and drop styles ::::: */
|
||||||
|
|
||||||
outlinercol[dragging="true"] {
|
outlinercol[dragging="true"] {
|
||||||
|
@ -119,6 +119,7 @@ tab {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-text {
|
.tab-text {
|
||||||
|
margin: 0px !important;
|
||||||
padding: 3px 0px 3px 0px;
|
padding: 3px 0px 3px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,6 +86,10 @@ tree:focus > treechildren treeitem[selected="true"][current="true"] > treerow >
|
|||||||
border-bottom-color: #000000;
|
border-bottom-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tree-cell-text {
|
||||||
|
margin: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* ::::: iconic treecell ::::: */
|
/* ::::: iconic treecell ::::: */
|
||||||
|
|
||||||
.tree-cell-icon,
|
.tree-cell-icon,
|
||||||
@ -133,6 +137,10 @@ treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-ico
|
|||||||
padding: 0px 1px 0px 1px;
|
padding: 0px 1px 0px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tree-header-text {
|
||||||
|
margin: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.treecell-header:hover:active,
|
.treecell-header:hover:active,
|
||||||
.treecell-header-image:hover:active,
|
.treecell-header-image:hover:active,
|
||||||
.treecell-inset-header:hover:active {
|
.treecell-inset-header:hover:active {
|
||||||
|
Loading…
Reference in New Issue
Block a user