PMCORE-2871:Supervising button changes the font to black
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user