diff options
author | silverwind <me@silverwind.io> | 2020-10-04 22:54:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 16:54:22 -0400 |
commit | 922d6988429ff7af78731c16d9caed9749c887a9 (patch) | |
tree | 28767b97fb661255b38854a6b7c2867876456239 /templates/repo | |
parent | 10e04da28c29e02967706548080c4c11041b77e3 (diff) | |
download | gitea-922d6988429ff7af78731c16d9caed9749c887a9.tar.gz gitea-922d6988429ff7af78731c16d9caed9749c887a9.zip |
CSS tweaks to warning/error segments and misc fixes (#13024)
* CSS tweaks to warning/error segments and misc fixes
- Adjust styling for warning/error in arc-green
- Change danger boxes from orange to red
- Fix code highlight text color in arc-green
- Fix warning message in arc-green
- Fix border in org member list in arc-green
- Fix disabled checkbox text in arc-green
* use same selector in gitea theme
* fix blame highlight
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/settings/options.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index a8e050c583..f238b1b0ce 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -414,10 +414,10 @@ {{end}} {{if .Permission.IsOwner}} - <h4 class="ui top attached warning header"> + <h4 class="ui top attached error header"> {{.i18n.Tr "repo.settings.danger_zone"}} </h4> - <div class="ui attached warning table danger segment"> + <div class="ui attached error table danger segment"> {{if .Repository.IsMirror}} <div class="item"> <div class="ui right"> |