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
More fine graned colors
master
Andrey Nering
8 years ago
parent
341a3b571b
commit
f59672a18d
2 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
public/css/index.css
+3
-3
public/less/_user.less
+ 3
- 3
public/css/index.css
View File
@@ -2704,13 +2704,13 @@ footer .ui.language .menu {
}
.user.notification .octicon-issue-opened,
.user.notification .octicon-git-pull-request {
color:
green
;
color:
#21ba45
;
}
.user.notification .octicon-issue-closed {
color:
red
;
color:
#d01919
;
}
.user.notification .octicon-git-merge {
color:
purple
;
color:
#a333c8
;
}
.dashboard {
padding-top: 15px;
+ 3
- 3
public/less/_user.less
View File
@@ -86,13 +86,13 @@
}
.octicon-issue-opened, .octicon-git-pull-request {
color:
green
;
color:
#21ba45
;
}
.octicon-issue-closed {
color:
red
;
color:
#d01919
;
}
.octicon-git-merge {
color:
purple
;
color:
#a333c8
;
}
}
}
Write
Preview
Loading…
Cancel
Save