projects
/
pgdu2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b81eb
)
add hover styles to type=button
author
Sarah Conway
<sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 15:08:01 +0000
(08:08 -0700)
committer
Sarah Conway
<sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 15:08:01 +0000
(08:08 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 9564646070808a5b4439bcdd9c8e7d9145dda49f..79cec75c1229f43693c9e0e47983d5abf051893a 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-144,7
+144,7
@@
input[type="submit"], input[type="reset"], input[type="button"], .button {
white-space: nowrap;
}
-input[type="submit"]:hover {
+input[type="submit"]:hover
, input[type="button"]:hover
{
background-color: #34495e;
}