Browse Source

small accent fix

pull/77/head
Marius 4 years ago
parent
commit
5805c6c51a
  1. 7
      CSS/themes/organizr/organizr-base.css

7
CSS/themes/organizr/organizr-base.css

@ -248,6 +248,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 {

Loading…
Cancel
Save