git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0ce6a28
)
themes/openwrt: fix input placeholder color for firefox, add css for internet explorer
author
Jo-Philipp Wich
<redacted>
Sun, 1 Jan 2012 15:41:16 +0000
(15:41 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 1 Jan 2012 15:41:16 +0000
(15:41 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
patch
|
blob
|
history
diff --git
a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index 95e6a075e4036a6789aff5d2e4a5fd73c50b58cb..90ee1ff9f023b19a5ec19f21ea4d2581cf6956b5 100644
(file)
--- a/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@
-357,7
+357,11
@@
input:-webkit-input-placeholder {
color: #AAAAAA;
}
-input:-moz-input-placeholder {
+input:-moz-placeholder {
+ color: #AAAAAA;
+}
+
+input:-ms-input-placeholder {
color: #AAAAAA;
}
git clone https://git.99rst.org/PROJECT