Merged in bugfix/PMCORE-2871 (pull request #7819)

PMCORE-2871

Approved-by: Rodrigo Quelca
This commit is contained in:
Fabio Guachalla
2021-03-02 15:45:52 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -82,13 +82,13 @@ export default {
} }
.btn-warning { .btn-warning {
color: white; color: white !important;
background-color: #ffc107; background-color: #ffc107;
border-color: #ffc107; border-color: #ffc107;
} }
.btn-warning:hover { .btn-warning:hover {
color: white; color: white !important;
background-color: #e0a800; background-color: #e0a800;
border-color: #d39e00; border-color: #d39e00;
} }