mirror of
https://github.com/go-gitea/gitea
synced 2025-07-28 13:18:37 +00:00
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>
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user