diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 19:58:31 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 19:58:31 +0200 |
| commit | f0745de7f661a27b4d20d2ba317d1b31bf9a6c4b (patch) | |
| tree | 8b652038153b4231e6016996016a187bdab1a864 /public | |
| parent | 7ebb5ce8ef276e6d23d818c216be6ef2974369cc (diff) | |
Force tags to be lowercase. A script unifies existing tags in both cases
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 69f0fcf2..fe702b09 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -966,6 +966,10 @@ div#page_editor { | |||
| 966 | padding: 5px; | 966 | padding: 5px; |
| 967 | } | 967 | } |
| 968 | 968 | ||
| 969 | input#tag_list { | ||
| 970 | text-transform: lowercase; | ||
| 971 | } | ||
| 972 | |||
| 969 | @media(min-width:1016px) { | 973 | @media(min-width:1016px) { |
| 970 | input#menu_search_term, | 974 | input#menu_search_term, |
| 971 | input#menu_item_node_id, | 975 | input#menu_item_node_id, |
