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:
8e590d6
)
themes/openwrt.org: add css class for invalid fields
author
Jo-Philipp Wich
<redacted>
Mon, 26 Apr 2010 00:27:37 +0000
(
00:27
+0000)
committer
Jo-Philipp Wich
<redacted>
Mon, 26 Apr 2010 00:27:37 +0000
(
00:27
+0000)
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
patch
|
blob
|
history
diff --git
a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 122dc2379946265b2006ab599dab3685fd0ef1be..ae9d45a97be31ff91eb92259892b776a6dd07fc7 100644
(file)
--- a/
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@
-548,6
+548,14
@@
div.cbi-section-remove input {
padding-right: 1px;
}
+.cbi-input-invalid {
+ background-image: url('../resources/cbi/reset.gif');
+ background-repeat: no-repeat;
+ background-position: right;
+ color: #FF0000 !important;
+ border-color: #FF0000;
+}
+
div.cbi-section-remove input {
border-bottom: none;
}
git clone https://git.99rst.org/PROJECT