projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
959a076
)
Set foreground colour for input fields
author
Tom Hughes
<tom@compton.nu>
Sun, 1 Feb 2015 14:10:15 +0000
(14:10 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 1 Feb 2015 14:10:15 +0000
(14:10 +0000)
app/assets/stylesheets/common.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.scss
b/app/assets/stylesheets/common.scss
index 36e0278e6c0e580f0954e3e2831e024df977dd14..c807cd31134428af7e8c5a8190abdbc1f10077c3 100644
(file)
--- a/
app/assets/stylesheets/common.scss
+++ b/
app/assets/stylesheets/common.scss
@@
-1,4
+1,4
@@
-@import "parameters";
+
>
@import "parameters";
/* Styles common to large and small screens */
@@
-1875,6
+1875,7
@@
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
+ color: #222;
background-color: #fff;
border: 1px solid #ccc;
padding: 2px 5px;