mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01: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;
|
||
|
}
|