mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
Add pull request manually merge instruction (#13840)
* add pull request command line instructions * Add pull request manually merge instuction * Fix styles * Fix lint * Move inline style to class file * add space between merge button and hint text * Add sentence end charcter * Change the language file * adjust secondary bg * further adjustment Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
c85bb62635
commit
2d71cdb668
7 changed files with 78 additions and 42 deletions
|
@ -95,6 +95,7 @@
|
|||
--color-button: #353846;
|
||||
--color-code-bg: #2a2e3a;
|
||||
--color-shadow: #00000060;
|
||||
--color-secondary-bg: #2a2e3a;
|
||||
}
|
||||
|
||||
/* LineTableTD */
|
||||
|
@ -827,10 +828,6 @@ td.blob-hunk {
|
|||
color: #dbdbdb;
|
||||
}
|
||||
|
||||
.ui.secondary.segment {
|
||||
background: #353945;
|
||||
}
|
||||
|
||||
.ui.attached.info.message,
|
||||
.ui.info.message {
|
||||
box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue