Fix the Redmine Impersonate plugin display

Add icon on button and improve message display
This commit is contained in:
Guillaume AGNIERAY
2023-03-22 19:33:54 +01:00
parent 46041bc868
commit 611472863d
2 changed files with 18 additions and 1 deletions

View File

@@ -52,6 +52,23 @@
}
//
// Redmine Impersonate
// https://www.redmine.org/plugins/redmine_impersonate
// --------------------------------------------------
#impersonate::before {
content: "\f21b";
display: inline-block;
margin-right: 5px;
font: normal normal normal 14px/1 FontAwesome;
}
#impersonation-bar {
border-radius: 0;
}
//
// Redmine Backlogs
// https://github.com/HolonGlobe/redmine_backlogs

File diff suppressed because one or more lines are too long