mirror of
https://github.com/saegl5/Gitea-Red.git
synced 2025-07-08 02:34:05 -04:00
Commit fields had a bad background
This commit is contained in:
parent
614c74b7f3
commit
f50b9b468a
@ -274,4 +274,17 @@ a:hover {
|
||||
box-shadow: none;
|
||||
border-radius: .28571429rem .28571429rem 0 0;
|
||||
border-bottom: none!important
|
||||
}
|
||||
|
||||
.commit-form .field input, .commit-form .field textarea {
|
||||
background: #f7f7f7!important
|
||||
}
|
||||
|
||||
.ui.form textarea:focus, .ui.input textarea:focus {
|
||||
color: rgba(0, 0, 0, .95);
|
||||
border-color: #cb1b30;
|
||||
border-radius: .28571429rem;
|
||||
background: #f7f7f7;
|
||||
-webkit-box-shadow: 0 0 0 0 rgba(38, 34, 34, .35) inset;
|
||||
box-shadow: 0 0 0 0 rgba(38, 34, 34, .35) inset
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user