small accent fix
This commit is contained in:
parent
d55bf0c5a6
commit
5805c6c51a
@ -249,6 +249,13 @@ html {
|
|||||||
.table-hover>tbody>tr:hover {
|
.table-hover>tbody>tr:hover {
|
||||||
background: rgba(0,0,0,.15)!important;
|
background: rgba(0,0,0,.15)!important;
|
||||||
}
|
}
|
||||||
|
#tabEditorTable .btn-info.btn-outline {
|
||||||
|
color: var(--custom-buttons-color);
|
||||||
|
}
|
||||||
|
#tabEditorTable .btn-info.btn-outline:hover,#tabEditorTable .btn-info.btn-outline:focus {
|
||||||
|
color: white;
|
||||||
|
background: var(--custom-buttons-color);
|
||||||
|
}
|
||||||
/* Settings - popup modal */
|
/* Settings - popup modal */
|
||||||
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
|
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
|
||||||
background: var(--main-bg-color)!important;
|
background: var(--main-bg-color)!important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user