mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
11 lines
218 B
CSS
11 lines
218 B
CSS
window[buttonmode="hideOne"] input#ButtonOne,
|
|
window[buttonmode="hideAll"] input#ButtonOne
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
window[buttonmode="hideTwo"] input#ButtonTwo,
|
|
window[buttonmode="hideAll"] input#ButtonTwo
|
|
{
|
|
display:none;
|
|
} |