forked from hummypkg/webif
24d26aee75
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1100 2a923420-c742-0410-a762-8d5b09965624
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;
|
|
}
|