2017-10-03 08:22:38 -06:00

22 lines
326 B
CSS

.package {
cursor: pointer;
}
#package_form {
margin-top: -10px;
}
.switch-button-label.off {
color: inherit;
}
.uptodate {
color:#44B012;
white-space:nowrap;
}
.updateready, .update {
white-space:nowrap;
cursor: pointer;
}
.uninstalled, .installed {
white-space:nowrap;
cursor: inherit;
}