Browse Source

org dev users table

pull/101/head
Marius 4 years ago
parent
commit
246454c243
  1. 11
      CSS/themes/organizr/organizr-base.css

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

@ -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…
Cancel
Save