CC-6119 - Fix New button styling
This commit is contained in:
parent
c1e2daaac4
commit
cd7d07e5f5
|
@ -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));*/
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue