This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
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 #rrggbbaa color to rgba for better browser compatibility (
#4990
)
tags/v1.6.0-dev
SagePtr
Lauris BH
7 years ago
parent
bc9520c72e
commit
bb4b1eb139
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/index.css
+2
-2
public/less/_repository.less
+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File
+ 2
- 2
public/less/_repository.less
View File
@@ -928,9 +928,9 @@
}
&.isSigned.isVerified{
border: 1px solid #21BA45;
background:
#21BA4518
;
background:
fade(#21BA45, 10%)
;
.detail.icon{
border-left: 1px solid
#21BA4580
;
border-left: 1px solid
fade(#21BA45, 50%)
;
}
}
}
Write
Preview
Loading…
Cancel
Save