|
|
|
.btn-custom-green { |
|
background-color: #cce5cc !important; |
|
border-color: #b8d0b8 !important; |
|
color: #333333 !important; |
|
} |
|
|
|
.btn-custom-green:hover, |
|
.btn-custom-green:focus, |
|
.btn-custom-green:active { |
|
background-color: #b8d0b8 !important; |
|
border-color: #a3b8a3 !important; |
|
color: #333333 !important; |
|
} |
|
|
|
|
|
.btn-custom-purple { |
|
background-color: #dbaef9 !important; |
|
border-color: #c79bd1 !important; |
|
color: #333333 !important; |
|
} |
|
|
|
.btn-custom-purple:hover, |
|
.btn-custom-purple:focus, |
|
.btn-custom-purple:active { |
|
background-color: #c79bd1 !important; |
|
border-color: #b388b9 !important; |
|
color: #333333 !important; |
|
} |
|
|
|
|
|
|
|
.shiny-input-file .input-group-btn .btn-file { |
|
background-color: #cce0ff !important; |
|
border-color: #b3c9e6 !important; |
|
color: #333333 !important; |
|
} |
|
|
|
.shiny-input-file .input-group-btn .btn-file:hover, |
|
.shiny-input-file .input-group-btn .btn-file:focus { |
|
background-color: #b3c9e6 !important; |
|
border-color: #9cb8d9 !important; |
|
color: #333333 !important; |
|
} |
|
|
|
|
|
|
|
.nav-tabs .nav-link.active, |
|
.nav-pills .nav-link.active, |
|
.nav-item > .nav-link.active { |
|
color: #555555 !important; |
|
|
|
} |