gitea/templates/admin
HesterG 58536093b3
Add details summary for vertical menus in settings to allow toggling ()
Close 
[referenced
answer](https://stackoverflow.com/questions/10813581/can-i-replace-the-expand-icon-of-the-details-element/69722686#69722686)
for marker overwrite. One limitation is that fomantic does not have
hover and active effects for the vertical submenu
([reference](https://fomantic-ui.com/collections/menu.html#sub-menu)).
And we might need to overwrite some styles if hover and active effects
are needed.

Update:
Used `data:image/svg` instead of `marker` content. And adjusted styles
for hover effect.

Take admin settings as an example:

https://github.com/go-gitea/gitea/assets/17645053/63f69823-ef43-47d5-a518-544b5ea35ba6

---------

Co-authored-by: silverwind <me@silverwind.io>
..
applications
auth Minor UI improvements: logo alignment, auth map editor, auth name display ()
base
emails
org Fix template function DateTime ()
packages Fix template function DateTime ()
repo Add "Updated" column for admin repositories list ()
runners Move secrets and runners settings to actions settings ()
user various style fixes ()
actions.tmpl Move secrets and runners settings to actions settings ()
config.tmpl Fix admin config page error, use tests to cover the admin config and 500 error page ()
cron.tmpl various style fixes ()
dashboard.tmpl Use a separate admin page to show global stats, remove `actions` stat ()
hook_new.tmpl
hooks.tmpl
layout_footer.tmpl
layout_head.tmpl
navbar.tmpl Add details summary for vertical menus in settings to allow toggling ()
notice.tmpl Modify width of ui container, fine tune css for settings pages and org header ()
queue.tmpl Improve queue & process & stacktrace ()
queue_manage.tmpl Improve queue & process & stacktrace ()
stacktrace-row.tmpl
stacktrace.tmpl Improve queue & process & stacktrace ()
stats.tmpl Use a separate admin page to show global stats, remove `actions` stat ()