CC-6069: Pick consistent design for New buttons
* First shot at blue New buttons
This commit is contained in:
parent
71f149f95f
commit
311956eb74
6 changed files with 20 additions and 7 deletions
|
@ -3298,6 +3298,19 @@ dd .stream-status {
|
|||
outline: 0;
|
||||
border-top-color:#333333
|
||||
}
|
||||
|
||||
.btn-new {
|
||||
background: none;
|
||||
background-color: #237686;
|
||||
}
|
||||
.btn-new:hover {
|
||||
background: none;
|
||||
background-color: #1c606e;
|
||||
}
|
||||
.btn-new[disabled]:hover {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.dark_class
|
||||
{
|
||||
background-color: black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue