CC-6115: Redesign the navbar upload button

This commit is contained in:
Albert Santoni 2015-09-02 17:39:00 -04:00
parent 7a91677d01
commit 65fd40bd6e
2 changed files with 8 additions and 3 deletions

View file

@ -3275,6 +3275,9 @@ dd .stream-status {
#add_media_btn {
width: 100%;
font-size: 16px;
height: 38px;
border-radius: 3px;
}
.add-show-submit.btn:hover {
@ -3296,11 +3299,11 @@ dd .stream-status {
}
.btn-new {
background: #237686;
background: #246B86;
}
.btn-new:active, .btn-new:hover,
.btn-new[disabled], .btn-new[disabled]:active {
background-color: #1c606e;
background-color: #185b6e;
}
.dark_class