CC-6119 - Fix New button styling

This commit is contained in:
Duncan Sommerville 2015-08-31 14:01:31 -04:00
parent c1e2daaac4
commit cd7d07e5f5
2 changed files with 6 additions and 11 deletions

View file

@ -3285,15 +3285,10 @@ dd .stream-status {
.btn-new {
background: #237686;
}
.btn-new[disabled] {
.btn-new:active, .btn-new:hover,
.btn-new[disabled], .btn-new[disabled]:active {
background-color: #1c606e;
}
.btn-new:hover {
background: #1c606e;
}
.btn-new[disabled]:hover {
background: inherit;
}
.dark_class
{