org dev users table

This commit is contained in:
Marius 2020-09-13 11:35:50 +02:00
parent 1077da4e5b
commit 246454c243

View File

@ -174,6 +174,17 @@ html {
.panel .table {
background: var(--main-bg-color) !important;
}
/* User Management */
#settings-user-manage-users tr.jsgrid-header-row th {
background: rgba(0, 0, 0, .0);
}
#settings-user-manage-users .jsgrid-grid-body td {
background: rgba(0, 0, 0, .0) !important;
}
#settings-user-manage-users .jsgrid-selected-row td {
background: rgba(0, 0, 0, .15) !important
}
/* iframe sandbox */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #ffffff;