This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix css for same code
master
Alexey Makhov
10 years ago
parent
2f40f614b5
commit
04adc94b26
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
public/ng/less/gogs/repository.less
+ 5
- 0
public/ng/less/gogs/repository.less
View File
@@ -657,6 +657,11 @@
background-color: #ffffdd !important;
background-color: #ffffdd !important;
}
}
}
}
&.same-code {
td.selected-line, td.selected-line pre {
background-color: #ffffdd !important;
}
}
&.del-code {
&.del-code {
td, pre {
td, pre {
background-color: #ffe2dd !important;
background-color: #ffe2dd !important;
Write
Preview
Loading…
Cancel
Save