diff options
author | silverwind <me@silverwind.io> | 2020-11-26 20:33:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 19:33:28 +0000 |
commit | b2de034278560f0fec9fc0919f1b75fa005de25c (patch) | |
tree | b44ed3733c1b45d47e8c90fceb91758fabfb788f /web_src/less/_admin.less | |
parent | 03fa2eccbc6dcdaa08497201113af5f6c2ff6e6b (diff) | |
download | gitea-b2de034278560f0fec9fc0919f1b75fa005de25c.tar.gz gitea-b2de034278560f0fec9fc0919f1b75fa005de25c.zip |
CSS navbar and color tweaks (#13609)
* CSS and color tweaks
- Unify navbar-style menus
- Fix admin bar overlapping menu bar
- Fixes file edit comment box
- Fix double border on review box
- Fix review timeline icons
* Many fixes to new-menu and navbar layout enhancements
* misc settings fixes
* navbar tweak
* fix pr tabs
* branch tag and arc color tweaks
Diffstat (limited to 'web_src/less/_admin.less')
-rw-r--r-- | web_src/less/_admin.less | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web_src/less/_admin.less b/web_src/less/_admin.less index 0487a5b2ad..09e3ef7b76 100644 --- a/web_src/less/_admin.less +++ b/web_src/less/_admin.less @@ -44,11 +44,6 @@ } } - .ui.header, - .ui.segment { - box-shadow: 0 1px 2px 0 var(--color-secondary); - } - &.user { .email { max-width: 200px; |