mirror of
https://github.com/kognise/water.css.git
synced 2025-08-12 16:14:34 +02:00
Update some button selectors
This commit is contained in:
11
water.css
11
water.css
@@ -11,7 +11,7 @@ body {
|
|||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input[type='submit'] {
|
button, input[type='submit'], input[type='button'], input[type='checkbox'] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,7 +80,9 @@ button, input[type='submit'] {
|
|||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover, input[type='submit']:hover {
|
button:hover,
|
||||||
|
input[type='submit']:hover,
|
||||||
|
input[type='button']:hover {
|
||||||
background: #324759;
|
background: #324759;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -131,8 +133,9 @@ body.light textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.light button:hover,
|
body.light button:hover,
|
||||||
body.light input[type='submit']:hover {
|
body.light input[type='submit']:hover,
|
||||||
background: #ddd;
|
body.light input[type='button']:hover {
|
||||||
|
background: #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
::placeholder {
|
::placeholder {
|
||||||
|
Reference in New Issue
Block a user