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

@ -193,10 +193,10 @@ label.wrapp-label input[type="checkbox"] {
.add-button[disabled] {
cursor: auto;
color: #e7e7e7;
border: 1px solid #a1a1a1;
background-color: #b1b1b1;
background: -moz-linear-gradient(top, #c7c7c7 0, #c7c7c7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c7c7c7), color-stop(100%, #c7c7c7));
/*border: 1px solid #a1a1a1;*/
/*background-color: #b1b1b1;*/
/*background: -moz-linear-gradient(top, #c7c7c7 0, #c7c7c7 100%);*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c7c7c7), color-stop(100%, #c7c7c7));*/
}

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
{