gitea/web_src/css/editor
delvh dca2f9371d
Unify `border-radius` behavior ()
## Changes
- no more hardcoded `border-radius`es (apart from `0`)
- no more value inconsistencies
- no more guessing what pixel value you should use
- two new variables:
- `--border-radius-medium` (for elements where the normal border radius
does not suffice)
  - `--border-radius-circle` (for displaying circles)

---------

Co-authored-by: silverwind <me@silverwind.io>
..
combomarkdowneditor.css Unify `border-radius` behavior ()
fileeditor.css Rework button coloring, add focus and active colors ()