X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=themes%2Fopenwrt.org%2Fhtdocs%2Fluci-static%2Fopenwrt.org%2Fcascade.css;h=f86a837ee10460d8b6185a8569727b5bbe4883c4;hb=e42779fcabec3995b87a50e233e95a2f3f7bc466;hp=2b1946c0fb20908d89d6cd0eedec37d75e78853d;hpb=fce110981700dfd57cd9f8c381d3bdd15ee8befd;p=project%2Fluci.git 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 2b1946c0fb..f86a837ee1 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -241,7 +241,7 @@ select:focus, select:hover, textarea:focus, textarea:hover { - background: #ffffff; + background-color: #ffffff; } select, @@ -256,35 +256,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; }