Julien VAUBOURG aac96974c6 * Add input checks
* Add connections without certificate
* Fix bug with credentials update
2014-11-14 00:12:43 +01:00

26 lines
346 B
CSS

a.btn-danger span {
color: #eee;
}
a.btn-danger:hover span {
color: #fff;
}
a.not-allowed {
cursor: not-allowed;
}
input.allowed {
cursor: default;
}
a.btn-disabled, a.btn-disabled:hover, a.btn-disabled:active {
background-color: #999;
background-image: none;
border-color: #888;
}
a.btn-disabled:hover span {
color: #eee;
}