1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

small accent fix

This commit is contained in:
Marius 2020-07-25 19:01:27 +02:00
parent d55bf0c5a6
commit 5805c6c51a

View File

@ -249,6 +249,13 @@ html {
.table-hover>tbody>tr:hover {
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 */
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
background: var(--main-bg-color)!important;