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:
silverwind 2020-10-04 22:54:22 +02:00 committed by GitHub
parent 10e04da28c
commit 922d698842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 61 additions and 17 deletions

View file

@ -476,6 +476,17 @@ code,
vertical-align: middle;
}
.error {
&.header {
background-color: #ffe8e6 !important;
border-color: #db2828;
}
&.segment {
border-color: #db2828;
}
}
.warning {
&.header {
background-color: #f9edbe !important;
@ -1044,6 +1055,11 @@ i.icon.centerlock {
white-space: pre;
}
.lines-code.active,
.lines-code .active {
background: #fffbdd !important;
}
.blame .lines-num {
padding: 0 !important;
background-color: #f5f5f5;
@ -1122,11 +1138,6 @@ i.icon.centerlock {
table {
width: 100%;
}
.active {
background: #fffbdd !important;
}
}
.octicon-tiny {