mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-18 07:53:04 +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:
parent
10e04da28c
commit
922d698842
5 changed files with 61 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue