CC-6119 - Fix New button styling
This commit is contained in:
parent
c1e2daaac4
commit
cd7d07e5f5
2 changed files with 6 additions and 11 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue