Skip to content
Snippets Groups Projects
Commit b8943104 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Minor styling

parent 0fe73c9e
No related branches found
No related tags found
No related merge requests found
Pipeline #16773 passed
html,
body { body {
position: relative; position: relative;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #212121;
color: #ccc;
font-size: large;
} }
body { body {
color: #333;
margin: 0; margin: 0;
padding: 8px; padding: 8px;
box-sizing: border-box; box-sizing: border-box;
...@@ -31,28 +32,19 @@ label { ...@@ -31,28 +32,19 @@ label {
display: block; display: block;
} }
input, button {
button,
select,
textarea {
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
-webkit-padding: 0.4em 0; -webkit-padding: 0.4em 0;
padding: 0.4em; padding: 0.4em;
margin: 0 0 0.5em 0; margin: 0 0 1% 0;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 2px; border-radius: 2px;
}
input:disabled {
color: #ccc;
}
button {
color: #333; color: #333;
background-color: #f4f4f4; background-color: #f4f4f4;
outline: none; outline: none;
width: 99%;
} }
button:disabled { button:disabled {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment