CC-6116 - Library new buttons keep colour when disabled

This commit is contained in:
Duncan Sommerville 2015-08-31 13:30:00 -04:00
parent e633bc8899
commit e06f88cd49

View file

@ -3295,12 +3295,13 @@ dd .stream-status {
}
.btn-new {
background: none;
background-color: #237686;
background: #237686;
}
.btn-new[disabled] {
background-color: #1c606e;
}
.btn-new:hover {
background: none;
background-color: #1c606e;
background: #1c606e;
}
.btn-new[disabled]:hover {
background: inherit;