From: Manuel Munz Date: Tue, 23 Nov 2010 01:20:20 +0000 (+0000) Subject: themes/freifunk-generic: Add changes from r6523 for new button types X-Git-Tag: 0.10.0~381 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5486d7f8e6002e04d69ffec74491b43488f6d3d1 themes/freifunk-generic: Add changes from r6523 for new button types --- diff --git a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css index ec8ac0996..fe6d84aae 100644 --- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css +++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css @@ -484,7 +484,8 @@ div.cbi-tab-descr { input[type=submit], input[type=reset], -input[type=image] { +input[type=image], +input[type=button] { cursor: pointer; } @@ -593,6 +594,15 @@ input.cbi-button-save { input.cbi-input-apply, input.cbi-button-apply { background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center; + background-color: inherit; + color: #000; + padding-left: 17px; + padding-right: 1px; +} + +input.cbi-input-link, + input.cbi-button-link { + background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; background-color: inherit; color: #000; padding-left: 17px;