summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-14 11:50:44 +0000
committerSteven Barth <steven@midlink.org>2008-08-14 11:50:44 +0000
commite42779fcabec3995b87a50e233e95a2f3f7bc466 (patch)
treeb6ca90c55625a8568a64fc8a1730a5089b3e86f9 /themes/fledermaus
parentfce110981700dfd57cd9f8c381d3bdd15ee8befd (diff)
User interface improvements part #3
Diffstat (limited to 'themes/fledermaus')
-rw-r--r--themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css50
1 files changed, 41 insertions, 9 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
index c12a9e406..537b2ea8e 100644
--- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
+++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
@@ -248,7 +248,7 @@ select:focus,
select:hover,
textarea:focus,
textarea:hover {
- background: #f2f3f9;
+ background-color: #f2f3f9;
}
select,
@@ -263,35 +263,67 @@ td input[type=password] {
width: 99%;
}
-input.cbi-button {
+input.cbi-input-user {
+ background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
+ background-color: inherit;
+ padding-left: 17px;
+}
+
+input.cbi-input-key {
+ background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
+ background-color: inherit;
padding-left: 17px;
- padding-right: 1px;
}
+input.cbi-input-add,
input.cbi-button-add {
- background: transparent url('../resources/cbi/add.gif') no-repeat scroll 1px center;
+ background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
+ background-color: inherit;
+ padding-left: 17px;
+ padding-right: 1px;
}
+input.cbi-input-fieldadd,
input.cbi-button-fieldadd {
- background: transparent url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
+ background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
+ background-color: inherit;
+ padding-left: 17px;
+ padding-right: 1px;
}
+input.cbi-input-reset,
input.cbi-button-reset {
- background: transparent url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
+ background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
+ background-color: inherit;
+ padding-left: 17px;
+ padding-right: 1px;
}
+input.cbi-input-save,
input.cbi-button-save {
- background: transparent url('../resources/cbi/save.gif') no-repeat scroll 1px center;
+ background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
+ background-color: inherit;
+ padding-left: 17px;
+ padding-right: 1px;
}
+input.cbi-input-apply,
input.cbi-button-apply {
- background: transparent url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
+ background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
+ background-color: inherit;
+ padding-left: 17px;
+ padding-right: 1px;
}
+input.cbi-input-remove,
div.cbi-section-remove input {
- background: transparent url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
+ background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
+ background-color: inherit;
padding-left: 17px;
padding-right: 1px;
+}
+
+div.cbi-section-remove input {
border-bottom: none;
}