mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Bring the roles select list in-front of the modal and set colors of selected roles.
This commit is contained in:
parent
749f1ccdcf
commit
9f2603a126
@ -293,4 +293,20 @@ ul#noty_topRight_layout_container li{
|
||||
|
||||
a.new-notification {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* This is to fix the issue https://github.com/wso2/product-iots/issues/1354.
|
||||
* Proper fix should be given for this.
|
||||
*/
|
||||
.modal {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
color: #0f0f0f;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user