mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
27 lines
359 B
CSS
27 lines
359 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;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
#filterRow
|
||
|
{
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
|