#86 Userlogs Revocation
* reworks user logs for adding/removing revocations with more detail on log history * enhances css to display neat shadow on select2-results
This commit is contained in:
@@ -226,6 +226,12 @@ No other approach worked to get the autocomplete fields to full width of parent
|
||||
.select2{
|
||||
width: 100% !important;
|
||||
}
|
||||
/*
|
||||
Similar to bootstraps 'shadow-lg'
|
||||
*/
|
||||
.select2-results{
|
||||
box-shadow: 0 1rem 3rem rgba(0,0,0,.2) !important;
|
||||
}
|
||||
.select2-results__option--highlighted{
|
||||
background-color: var(--rlp-red) !important;
|
||||
}
|
||||
|
||||
@@ -29,6 +29,10 @@ DEDUCTION_REMOVED = _("Deduction removed")
|
||||
PAYMENT_ADDED = _("Payment added")
|
||||
PAYMENT_REMOVED = _("Payment removed")
|
||||
|
||||
# REVOCATIONS
|
||||
REVOCATION_ADDED = _("Revocation added")
|
||||
REVOCATION_REMOVED = _("Revocation removed")
|
||||
|
||||
# Edited
|
||||
EDITED_GENERAL_DATA = _("Edited general data")
|
||||
ADDED_COMPENSATION_STATE = _("Added compensation state")
|
||||
|
||||
Reference in New Issue
Block a user