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

27 lines
359 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;
margin-bottom: 5px;
}
#filterRow
{
margin-top: 5px;
}