diff --git a/style.css b/style.css index 660b08ed28..550437b3ff 100644 --- a/style.css +++ b/style.css @@ -16,7 +16,6 @@ body { .header__more-inf { font-family: fantasy, cursive; } - @media (max-width:768px) { .header { text-align: center; @@ -39,10 +38,12 @@ body { margin: 0; padding: 0px; } -li, h3 { +li, +h3 { list-style: none; } -input,button{ +input, +button { outline: none; } button { @@ -57,7 +58,6 @@ button { button:hover { color: #3a3a3a; } -/* Heading */ h3, label[for="new-task"] { color: #333; @@ -83,8 +83,6 @@ input[type="text"] { input[type="text"]:focus { color: #333; } - -/* New Task */ label[for="new-task"] { display: block; margin: 0 0 20px; @@ -92,8 +90,6 @@ label[for="new-task"] { input#new-task { width: 318px; } - -/* Task list */ li { overflow: hidden; padding: 20px 0; @@ -106,7 +102,6 @@ li { li > * { vertical-align: middle; } - li > input[type="checkbox"] { margin: 0 10px; } @@ -127,23 +122,17 @@ button.delete img { button.delete img:hover { transform: rotateZ(0); } - -/* Completed */ ul#completed-tasks label { text-decoration: line-through; color: #888; } - -/* Edit Task */ ul li input[type="text"] { display: none; } - ul li.editMode input[type="text"] { display:inline-block; width: 224px; } - ul li.editMode label { display: none; } \ No newline at end of file