forked from hummypkg/webif
17 lines
198 B
CSS
17 lines
198 B
CSS
|
button.install
|
||
|
{
|
||
|
display: none;
|
||
|
background-image: none;
|
||
|
background: #ccff99;
|
||
|
}
|
||
|
button.remove
|
||
|
{
|
||
|
display: none;
|
||
|
background-image: none;
|
||
|
background: #ff6666;
|
||
|
}
|
||
|
button.upgrade
|
||
|
{
|
||
|
display: none;
|
||
|
}
|