org dev users table
This commit is contained in:
parent
1077da4e5b
commit
246454c243
@ -174,6 +174,17 @@ html {
|
|||||||
.panel .table {
|
.panel .table {
|
||||||
background: var(--main-bg-color) !important;
|
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 */
|
/* iframe sandbox */
|
||||||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user