diff options
author | silverwind <me@silverwind.io> | 2020-02-23 05:32:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-22 22:32:15 -0600 |
commit | 0bba3f9cf60550c51f22860afcc1c3ebaba8dd9d (patch) | |
tree | 7e4d3bf0ae1f498fc3c0c657d4551ba1006d2334 /web_src/less/_editor.less | |
parent | fe26ca53c1f72c079ffc9bc51bb6b4d2279a3cd2 (diff) | |
download | gitea-0bba3f9cf60550c51f22860afcc1c3ebaba8dd9d.tar.gz gitea-0bba3f9cf60550c51f22860afcc1c3ebaba8dd9d.zip |
Various dark theme fixes (#10416)
- beatify simplemde, remove header hover effect (does not play well with
border colors), remove double border separators
- fix colored outline buttons
- fix disabled style
- fix positive messages
- fix markdown header border and quote block
- adjust footer color
- adjust file icons and release list timeline
Diffstat (limited to 'web_src/less/_editor.less')
-rw-r--r-- | web_src/less/_editor.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web_src/less/_editor.less b/web_src/less/_editor.less index 453b8b433e..714d41649a 100644 --- a/web_src/less/_editor.less +++ b/web_src/less/_editor.less @@ -24,3 +24,11 @@ border-right: 0; border-bottom: 0; } + +.editor-toolbar { + opacity: 1 !important; +} + +.editor-toolbar i.separator { + border-left: none; +} |