mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
9 lines
142 B
CSS
9 lines
142 B
CSS
window[sitemode="hideSiteOne"] box#SiteOneBox
|
|
{
|
|
visibility:collapse;
|
|
}
|
|
|
|
window[sitemode="hideSiteTwo"] box#SiteTwoBox
|
|
{
|
|
visibility:collapse;
|
|
} |