projects
/
pgopen2019.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bc5764
)
Add Hover styles to PgEU form
author
Sarah Conway
<sarah.conway@crunchydata.com>
Thu, 30 May 2019 21:05:03 +0000
(14:05 -0700)
committer
Sarah Conway
<sarah.conway@crunchydata.com>
Thu, 30 May 2019 21:05:03 +0000
(14:05 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index f2a7d2fce7644af79bcac0d7d61eca888805437e..a07a82de2424d7214e9f61ab02b51affe5710d47 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-148,6
+148,13
@@
form.pgeucfpform select {
padding: 0.25rem 1rem;
}
+form.pgeucfpform input[type=submit]:hover,
+form.pgeucfpform input[type=button]:hover {
+ background-color: #336791;
+ color: white;
+ transition: all 0.2s;
+}
+
/* Small Desktop */
@media (max-width: 1024px) {