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
Enforce transparent background on editor toolbar elements (
#11569
)
Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.13.0-rc1
Cirno the Strongest
GitHub
5 years ago
parent
c69d8ecb29
commit
bc7b8ca209
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
web_src/less/_editor.less
+ 4
- 0
web_src/less/_editor.less
View File
@@ -29,6 +29,10 @@
opacity: 1 !important;
opacity: 1 !important;
}
}
.editor-toolbar a:not(:hover) {
background-color: transparent !important;
}
.editor-toolbar i.separator {
.editor-toolbar i.separator {
border-left: none;
border-left: none;
}
}
Write
Preview
Loading…
Cancel
Save