mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Page: Commits and fix #249
This commit is contained in:
@@ -16,11 +16,13 @@
|
||||
.label-gray {
|
||||
background-color: @labelGrayColor;
|
||||
}
|
||||
|
||||
.label-green {
|
||||
background-color: @labelGreenColor;
|
||||
background-color: @labelGreenColor;
|
||||
&:hover {
|
||||
background-color: @btnHoverGreenColor;
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
|
||||
.label-orange {
|
||||
background-color: @labelOrangeColor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user