CC-6116 - Library new buttons keep colour when disabled
This commit is contained in:
parent
e633bc8899
commit
e06f88cd49
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue