fixed transparent table

This commit is contained in:
gilbN 2019-06-16 12:21:30 +02:00
parent 52ad986893
commit 4448d0e6ed
2 changed files with 8 additions and 0 deletions

View File

@ -127,6 +127,10 @@
display: block;
background: var(--main-bg-color);
}
/* Settings - tables */
.table {
background: var(--main-bg-color) !important;
}
/* iframe sandbox */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #ffffff;

View File

@ -127,6 +127,10 @@
display: block;
background: var(--main-bg-color);
}
/* Settings - tables */
.table {
background: var(--main-bg-color) !important;
}
/* iframe sandbox */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #ffffff;