themes/openwrt: add CSS for link-type buttons
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 21 Nov 2010 00:20:42 +0000 (00:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 21 Nov 2010 00:20:42 +0000 (00:20 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 76f7e0e..5278723 100644 (file)
@@ -342,7 +342,8 @@ input:-moz-input-placeholder {
 
 input[type=submit],
 input[type=reset],
 
 input[type=submit],
 input[type=reset],
-input[type=image] {
+input[type=image],
+input[type=button] {
        cursor: pointer;
 }
 
        cursor: pointer;
 }
 
@@ -454,6 +455,15 @@ input.cbi-button-apply {
        padding-right: 1px;
 }
 
        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;
 input.cbi-input-remove,
 div.cbi-section-remove input {
        background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;