projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6988b
)
change hover for input
author
xenophenes
<sarah.conway@crunchydata.com>
Sun, 18 Mar 2018 23:16:46 +0000
(16:16 -0700)
committer
xenophenes
<sarah.conway@crunchydata.com>
Sun, 18 Mar 2018 23:16:46 +0000
(16:16 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 9faf3f850fa4a27928bb4211ea4ee98862748221..23a51f667901c4c4461867ae3583f8f57b39c139 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-863,7
+863,7
@@
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
- background-color: #D95A4B;
+ background-color: #D95A4B
!important
;
text-decoration: none;
}
@@
-871,7
+871,7
@@
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
- background-color: #D95A4B;
+ background-color: #D95A4B
!important
;
text-decoration: none;
}