This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
IHOLL
/
squeezelite-esp32
mirror de
https://github.com/sle118/squeezelite-esp32
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
progress bar text color
Christian Herzog
há 5 anos atrás
pai
2edd11a92c
commit
16519f4b70
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
components/wifi-manager/style.css
+ 1
- 0
components/wifi-manager/style.css
Ver Ficheiro
@@ -
298
,
6
+
298
,
7
@@ input, textarea {
}
.progress-bar
{
+
color
:
#fff
;
background-color
:
#037AF0
;
}