aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin
AgeCommit message (Expand)AuthorFilesLines
2024-01-23Remove trailing slash on void elementsThomas Lange14-64/+64
2023-02-01Darken the background color of the headerThomas Lange4-4/+6
2023-02-01Remove "text-shadow" property from header textThomas Lange3-3/+0
2023-02-01Recompile CSS and add ".sass-cache" to .gitignoreThomas Lange2-1274/+790
2021-10-02Fix wrong color scheme identifier in migration.phpThomas Lange1-1/+1
2021-09-19Pre-select the current user in page/post formThomas Lange2-2/+4
2021-08-26Add underline for blue hyperlinks in admin themeThomas Lange3-3/+16
2021-08-26Explicitly set placeholder color for admin themeThomas Lange3-0/+24
2021-08-26Explicitly set scrollbar colors for admin themeThomas Lange5-0/+108
2021-08-10Clear floating for #message-list-wrapperThomas Lange3-0/+3
2021-08-09Show ID in the heading of the update templateThomas Lange4-4/+16
2021-08-09Show action button list in entity update templateThomas Lange7-4/+23
2021-08-05Update link to MySQL documentation in translationsThomas Lange2-4/+4
2021-07-28Add "required" attribute to required form fieldsThomas Lange8-15/+15
2021-07-24Update CSS for "code" tag in error message boxThomas Lange3-0/+13
2021-07-22Add quick link from category item to post searchThomas Lange1-0/+1
2021-07-22Add "autofocus" attribute to HTML form fieldsThomas Lange8-8/+8
2021-07-22Add user and category filter on post searchThomas Lange1-0/+37
2021-07-22Catch possible PDOException for search requestThomas Lange2-0/+20
2021-07-22Add pagination for search resultsThomas Lange2-0/+8
2021-07-14Do some minor optimizations on the admin themeThomas Lange12-25/+25
2021-07-10Fix unequal grid item widths (and use fr unit)Thomas Lange4-39/+30
2021-07-09Detect unsaved changes in content editorThomas Lange1-0/+31
2021-07-09Bugfix: Add CSS "word-break" propertyThomas Lange3-0/+3
2021-07-05Add dark color mode for admin themeThomas Lange9-8/+1281
2021-07-05Add SCSS variables and do some minor optimizationsThomas Lange10-819/+896
2021-07-04Remove unused CSS rules from admin themeThomas Lange2-76/+4
2021-07-04Use CSS grid for admin search formsThomas Lange4-4/+21
2021-07-04Prettify the item meta elements in the admin themeThomas Lange6-51/+51
2021-07-04Use list for item meta elementsThomas Lange6-16/+52
2021-07-04Move ID into heading element and remove bracketsThomas Lange6-8/+20
2021-07-01Add category system to categorize posts (readme)Thomas Lange9-1/+208
2021-07-01Add translations for upcoming category systemThomas Lange2-3/+15
2021-06-26Use shorthand ternary operator in admin formsThomas Lange3-3/+3
2021-06-26Fix bug in user select form fieldThomas Lange2-2/+2
2021-06-26Add and change some Fontello icons for admin themeThomas Lange16-405/+919
2021-06-24Implement database schema MigratorThomas Lange6-19/+125
2021-06-23Show custom title and description in admin headerThomas Lange1-2/+2
2021-06-19Remove ID form field (and rearrange other fields)Thomas Lange6-51/+48
2021-06-19Fix missing margin on user listThomas Lange2-0/+9
2021-06-14Darken background on focused/active buttonsThomas Lange2-2/+21
2021-06-13Use grid layout for items in administration areaThomas Lange23-66/+166
2021-06-13Ignore source maps for Javascript and CSSThomas Lange1-1/+0
2021-06-13Replace the flex layout in favor of a grid layoutThomas Lange11-277/+265
2021-06-12Remove outline from focused form elementsThomas Lange2-0/+7
2021-06-12Place message boxes outside the <form> elementsThomas Lange7-53/+62
2021-06-12Show first image from items contentThomas Lange6-9/+40
2021-06-12Use SCSS for stylesheetsThomas Lange7-509/+1411
2021-05-25Change header icon link in admin themeThomas Lange1-1/+3
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange13-13/+12