mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-25 01:33:46 +02:00
ui(admin): add role select for user management
This commit is contained in:
@@ -71,6 +71,13 @@ const CustomStyles = createGlobalStyle`
|
||||
::-webkit-scrollbar-corner {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-decoration,
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-results-button,
|
||||
input[type="search"]::-webkit-search-results-decoration {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
|
||||
const GlobalStyles = () => (
|
||||
|
||||
Reference in New Issue
Block a user