pedf
/
oli
Archived
2
0
Fork 0

Opravdové odstranění výchozích stylů u tlačítka

master
Emil Miler 4 years ago
parent ba19ecff68
commit f040a9bdb0

@ -105,4 +105,4 @@ article: nth-child(1)::before {
}
/* Odstraneni stylu u tlacitka */
input, button, submit { border:none; }
input, button, submit { border:none; background-color: inherit; }