Button styles
This commit is contained in:
parent
889a47691c
commit
489463475a
1 changed files with 3 additions and 2 deletions
|
@ -194,13 +194,14 @@ input:hover, textarea:hover {
|
|||
}
|
||||
|
||||
button, input[type=submit] {
|
||||
background: #a1efe4;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:focus, input[type=submit]:focus,
|
||||
button:hover, input[type=submit]:hover {
|
||||
background: #66d9ef;
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
|
|
Loading…
Reference in a new issue