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:
cd33db1
)
themes/openwrt: add various CSS fixes
author
Jo-Philipp Wich
<redacted>
Thu, 11 Nov 2010 14:29:59 +0000
(14:29 +0000)
committer
Jo-Philipp Wich
<redacted>
Thu, 11 Nov 2010 14:29:59 +0000
(14:29 +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 b0ae18bf6d9b1d1d198ce672dd5434212fb3e6c2..9c9c31e2e3d3c85a327c0c986bb3540ba22b9963 100644
(file)
--- a/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@
-23,6
+23,10
@@
body {
padding: 0;
}
+a img {
+ border: none;
+}
+
ul.tabmenu {
margin: 0;
clear: both;
@@
-323,13
+327,20
@@
ul.cbi-apply {
font-size: 90%;
}
+input:-webkit-input-placeholder {
+ color: #AAAAAA;
+}
+
+input:-moz-input-placeholder {
+ color: #AAAAAA;
+}
+
input[type=submit],
input[type=reset],
input[type=image] {
cursor: pointer;
}
-
select,
input,
textarea {
git clone https://git.99rst.org/PROJECT