diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-21 00:20:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-21 00:20:42 +0000 |
commit | cd4c263de080990664fe458e224d2a56423ad695 (patch) | |
tree | 1fc87d3207f2c3e637e29623933e4561d749c1c4 | |
parent | 25754119d45d3cf8695ae0ee8c8332d69f9985c3 (diff) |
themes/openwrt: add CSS for link-type buttons
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 76f7e0efc..527872313 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -342,7 +342,8 @@ input:-moz-input-placeholder { input[type=submit], input[type=reset], -input[type=image] { +input[type=image], +input[type=button] { cursor: pointer; } @@ -454,6 +455,15 @@ input.cbi-button-apply { 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: #000000; + padding-left: 17px; + padding-right: 1px; +} + input.cbi-input-remove, div.cbi-section-remove input { background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center; |