RetroZilla/toolkit/themes/pinstripe/global/config.css

25 lines
379 B
CSS
Raw Normal View History

2015-10-21 05:03:22 +02:00
@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;
}