aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/dark.css
AgeCommit message (Collapse)AuthorFilesLines
2021-08-26Explicitly set placeholder color for admin themeThomas Lange1-0/+8
Explicitly set the placeholder color and opacity for the form fields of the admin theme as the various browsers are using different defaults.
2021-08-26Explicitly set scrollbar colors for admin themeThomas Lange1-0/+30
Explicitly set the scrollbar colors for the admin theme instead of using the default colors of the web browser and integrate the scrollbar colors better into the user-selected color scheme (bright or dark).
2021-08-10Clear floating for #message-list-wrapperThomas Lange1-0/+1
2021-08-09Show action button list in entity update templateThomas Lange1-0/+1
Add a link to the current entity on the website and a link to the entity delete form in the administration area's update.php templates.
2021-07-24Update CSS for "code" tag in error message boxThomas Lange1-0/+4
2021-07-14Do some minor optimizations on the admin themeThomas Lange1-5/+5
* Add noisy background images * Rename SCSS/CSS file "main" to "bright" * Remove uppercase text-transform for headings * Replace hardcoded font sizes with SCSS variables * Decrease font size for category link in post item template * Move right-floated ID before the heading in the HTML markup to ensure it does not moves to the second line if the heading text is too wide.
2021-07-10Fix unequal grid item widths (and use fr unit)Thomas Lange1-13/+10
This commit fixes the inconsistent grid item widths in the form and item overview grid layout. It now also makes use of the fraction unit "fr". See: https://css-tricks.com/introduction-fr-css-unit/
2021-07-09Bugfix: Add CSS "word-break" propertyThomas Lange1-0/+1
2021-07-05Add dark color mode for admin themeThomas Lange1-0/+1169
This commit adds a dark color mode for the admin theme. The dark color mode can be enabled/disabled by clicking the hyperlink in the footer. It is not perfect yet (it uses cookies and needs a full page reload), but it works just fine for the moment. Hope your eyes can enjoy it!