Skinned my account page
This commit is contained in:
@@ -27,6 +27,7 @@ div {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
input {
|
||||
color: #a0a0a0;
|
||||
background-color: #2C3737;
|
||||
@@ -38,6 +39,22 @@ input {
|
||||
input:hover {
|
||||
background-color: #445A5E;
|
||||
}
|
||||
*/
|
||||
|
||||
input, select, textarea {
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
textarea,
|
||||
select,
|
||||
input[type="text"] {
|
||||
padding: 0.25em 0.3em;
|
||||
margin: 0.1em 0;
|
||||
vertical-align: middle;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
a, a:link, a:hover, a:visited, a:active {
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user