Update main.css

This commit is contained in:
Roman Kelesidis 2024-12-14 01:22:33 +07:00
parent 5db310dbe8
commit 5615266593

View File

@ -303,6 +303,13 @@ a.postLink-name, a.postLink-name:visited { text-decoration: none; }
/* ---------------------------------- * /* ---------------------------------- *
Inputs, buttons, forms Inputs, buttons, forms
* ---------------------------------- */ * ---------------------------------- */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
button {
cursor: pointer;
}
input, textarea, select { input, textarea, select {
font-family: Verdana,sans-serif; font-family: Verdana,sans-serif;
} }