This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
UI: Tweak tab text and icon colors (
#6760
)
This adds a hover highlight and fades out the icon on inactive tabs.
tags/v1.21.12.1
silverwind
techknowlogick
7 years ago
parent
8d0d7bc28d
commit
c64fe091d3
2 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/index.css
+11
-0
public/less/_base.less
+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File
+ 11
- 0
public/less/_base.less
View File
@@ -760,3 +760,14 @@ footer {
.oauth2-authorize-application-box {
margin-top: 3em !important;
}
/* Tab color tweaks */
.ui.tabular.menu .item {
color: rgba(0,0,0,.5);
}
.ui.tabular.menu .item:hover {
color: rgba(0,0,0,.8);
}
.ui.tabular.menu .item.active {
color: rgba(0,0,0,.9);
}
Write
Preview
Loading…
Cancel
Save