mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Improve visibility of "Pending" indicator (#8685)
* Improve visibility of "Pending" indicator * Use background-color instead of just background * Tone down the yellow
This commit is contained in:
@@ -738,6 +738,11 @@
|
||||
font-size: 12px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-radius: 3px;
|
||||
&.pending {
|
||||
color: black;
|
||||
background-color: #fffbb2;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
Reference in New Issue
Block a user