This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
Cloudlog
kopia lustrzana
https://github.com/magicbug/Cloudlog
Obserwuj
1
Polub
0
Forkuj
You've already forked Cloudlog
0
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
4d7076cd79
Cloudlog
/
assets
/
css
/
visitor.css
4 wiersze
50 B
CSS
Czysty
Zwykły widok
Historia
Unescape
Escape
Make search input field uppercase only on focus
2023-07-14 05:54:43 +00:00
#
searchcall
:
focus
{
Code Prettier
2023-11-15 10:57:22 +00:00
text-transform
:
uppercase
;
Make search input field uppercase only on focus
2023-07-14 05:54:43 +00:00
}