mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
25 lines
379 B
CSS
25 lines
379 B
CSS
|
|
@import url("chrome://global/skin/");
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
|
#configTreeBody::-moz-tree-cell-text(user)
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
#configTreeBody::-moz-tree-cell-text(locked)
|
|
{
|
|
font-style: italic;
|
|
}
|
|
|
|
#configTree
|
|
{
|
|
margin-top: 5px !important;
|
|
margin-bottom: 5px !important;
|
|
}
|
|
|
|
#filterRow
|
|
{
|
|
margin-top: 5px;
|
|
} |