Skip to content

Commit

Permalink
removed unused and unrelated CSS classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketinventor committed Oct 28, 2016
1 parent d1cf0d3 commit f3b5725
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions In Javascript/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ body {
padding: 0px;
}

.todo {
font-size: 12px;
}

.header {
color: white;
font-size: 50px;
Expand All @@ -25,11 +21,6 @@ body {
color: white;
}

#instructionBlock,
.data {
font-size: 12px !important;
}

.data td {
border: 1px solid black;
border-bottom: 0px;
Expand Down Expand Up @@ -70,7 +61,6 @@ a.button {
}

input.button {
//font-size:15px!important;
padding: 5px 20px;
}

Expand All @@ -91,9 +81,7 @@ input.button:hover {
}

input[type="text"],
input[type="password"],
textarea,
select {
textarea {
margin-left: 0px;
background-color: #F7f7f7;
border: 1px solid black;
Expand All @@ -106,27 +94,19 @@ select {
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
// border :1px solid pink;
textarea:hover {
box-shadow: 0px 0px 9px black;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
textarea:focus {
border: 1px solid #CB4242;
box-shadow: 0px 0px 9px #cb4242;
}

input,
textarea,
keygen,
select,
button,
isindex {
button {
outline: none;
resize: none;
}
Expand Down

0 comments on commit f3b5725

Please sign in to comment.