Merged in bugfix/PMCORE-2871 (pull request #7819)
PMCORE-2871 Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
6bfcec0dfe
@@ -82,13 +82,13 @@ export default {
|
||||
}
|
||||
|
||||
.btn-warning {
|
||||
color: white;
|
||||
color: white !important;
|
||||
background-color: #ffc107;
|
||||
border-color: #ffc107;
|
||||
}
|
||||
|
||||
.btn-warning:hover {
|
||||
color: white;
|
||||
color: white !important;
|
||||
background-color: #e0a800;
|
||||
border-color: #d39e00;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user