summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-13 01:24:44 +0000
committerSteven Barth <steven@midlink.org>2008-08-13 01:24:44 +0000
commit07fdaa87dbac0582960cded4e9aa981d4a141782 (patch)
tree158e9c66902494de736ea282b216a374ba01f516 /themes
parent0e3fda59e094a272bafc43b67e6393dc6f2b279e (diff)
modules/admin-full: Network interface configuration optimization part #1
Diffstat (limited to 'themes')
-rw-r--r--themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css6
-rw-r--r--themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css6
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css6
3 files changed, 18 insertions, 0 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
index d9ec173d8..a6dbcf833 100644
--- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
+++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
@@ -252,6 +252,12 @@ td input[type=password] {
width: 99%;
}
+button.clean {
+ cursor: pointer;
+ border: none;
+ background-color: inherit;
+}
+
textarea {
margin-left: -1px;
margin-bottom: 0.5em;
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
index a4203a6f4..42b9b33a5 100644
--- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
+++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
@@ -237,6 +237,12 @@ td input[type=password] {
width: 99%;
}
+button.clean {
+ cursor: pointer;
+ border: none;
+ background-color: inherit;
+}
+
textarea {
margin-left: -1px;
margin-bottom: 0.5em;
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 8144a10d9..218d7674d 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -245,6 +245,12 @@ td input[type=password] {
width: 99%;
}
+button.clean {
+ cursor: pointer;
+ border: none;
+ background-color: inherit;
+}
+
textarea {
margin-left: -1px;
margin-bottom: 0.5em;