This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
PyWebIO
mirror of
https://github.com/pywebio/PyWebIO.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
maint(frontend): update file input style
wangweimin
5 years ago
parent
b3ef639af4
commit
b71cb9b406
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
pywebio/html/css/app.css
+ 4
- 0
pywebio/html/css/app.css
View File
@@ -129,3 +129,7 @@ img {
opacity: 1
}
}
+
+.custom-file {
+ margin-bottom: 8px;
+}