This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
root
/
PyWebIO
mirror da
https://github.com/pywebio/PyWebIO.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
maint(frontend): update file input style
wangweimin
5 anni fa
parent
b3ef639af4
commit
b71cb9b406
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
pywebio/html/css/app.css
+ 4
- 0
pywebio/html/css/app.css
Vedi File
@@ -129,3 +129,7 @@ img {
opacity: 1
}
}
+
+.custom-file {
+ margin-bottom: 8px;
+}