themes/freifunk-generic: Add changes from r6523 for new button types
authorManuel Munz <freifunk@somakoma.de>
Tue, 23 Nov 2010 01:20:20 +0000 (01:20 +0000)
committerManuel Munz <freifunk@somakoma.de>
Tue, 23 Nov 2010 01:20:20 +0000 (01:20 +0000)
themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css

index ec8ac09..fe6d84a 100644 (file)
@@ -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;