You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css
silverwind 1195be41a1
Replace coloris with vanilla-colorful (#30201)
Found [a better color
picker](https://github.com/web-padawan/vanilla-colorful) that [does not
rely](https://github.com/mdbassit/Coloris/issues/139) on
`querySelectorAll` or a global shared instance, and is also around a
third of the size of the previous one.

The popover is handled by tippy.js for which I introduced a new "bare"
theme and it uses a new sibling-based mechanism which should prove
useful later to create tippy popovers via HTML only.

<img width="846" alt="Screenshot 2024-03-31 at 04 03 38"
src="https://github.com/go-gitea/gitea/assets/115237/7639b911-a2d7-4f5c-bffd-a9d84561e747">
10 months ago
..
chroma Various code view improvements (#30014) 11 months ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Clean up diff header css and reduce global textarea min-height (#29232) 12 months ago
features Replace coloris with vanilla-colorful (#30201) 10 months ago
markup Show 12 lines in markup code preview (#30255) 10 months ago
modules Replace coloris with vanilla-colorful (#30201) 10 months ago
repo Remove fomantic checkbox module (#30162) 11 months ago
shared Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
standalone Add toasts to UI (#25449) 2 years ago
themes Various code view improvements (#30014) 11 months ago
actions.css Replace 10 more gt- classes with tw- (#29945) 11 months ago
admin.css User details page (#26713) 1 year ago
base.css Render embedded code preview by permlink in markdown (#30234) 10 months ago
dashboard.css Remove fomantic label module (#30081) 11 months ago
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Remove fomantic checkbox module (#30162) 11 months ago
helpers.css Move and simplify tab-size helpers (#30196) 10 months ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Render embedded code preview by permlink in markdown (#30234) 10 months ago
install.css Make "install page" respect environment config (#25648) 2 years ago
org.css Remove fomantic checkbox module (#30162) 11 months ago
repo.css Remove most jQuery function calls from the repository topic box (#30191) 10 months ago
review.css Fix: The interface is broken when modifying code comments under mobile devices (#30125) 11 months ago
user.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago