mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
minor fix to #2335
This commit is contained in:
@@ -641,15 +641,17 @@
|
||||
.diff-box {
|
||||
.count {
|
||||
margin-right: 12px;
|
||||
font-size: 13px;
|
||||
|
||||
.bar {
|
||||
background-color: #e75316;
|
||||
background-color: #bd2c00 ;
|
||||
height: 12px;
|
||||
width: 40px;
|
||||
display: inline-block;
|
||||
margin: 2px 4px 0 4px;
|
||||
vertical-align: text-top;
|
||||
.add {
|
||||
background-color: #77c64a;
|
||||
background-color: #55a532;
|
||||
height: 12px;
|
||||
}
|
||||
}
|
||||
@@ -716,6 +718,7 @@
|
||||
// }
|
||||
// }
|
||||
&.del-code {
|
||||
// Duplicate here to enforce add code color.
|
||||
td.add-code {
|
||||
background-color: #eaffea !important;
|
||||
border-color: #c1e9c1 !important;
|
||||
@@ -749,6 +752,13 @@
|
||||
// background-color: #ffffdd !important;
|
||||
// }
|
||||
}
|
||||
|
||||
.removed-code {
|
||||
background-color: #ff9999;
|
||||
}
|
||||
.added-code {
|
||||
background-color: #99ff99;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1218,10 +1228,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
.removed-code {
|
||||
background-color: #ff9999;
|
||||
}
|
||||
|
||||
.added-code {
|
||||
background-color: #99ff99;
|
||||
}
|
||||
|
Reference in New Issue
Block a user