themes/freifunk-generic: Add changes from r6523 for new button types

This commit is contained in:
Manuel Munz 2010-11-23 01:20:20 +00:00
parent 0ef9ecc1d7
commit 5486d7f8e6

View file

@ -484,7 +484,8 @@ div.cbi-tab-descr {
input[type=submit], input[type=submit],
input[type=reset], input[type=reset],
input[type=image] { input[type=image],
input[type=button] {
cursor: pointer; cursor: pointer;
} }
@ -597,6 +598,15 @@ input.cbi-button-apply {
color: #000; color: #000;
padding-left: 17px; padding-left: 17px;
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: #000;
padding-left: 17px;
padding-right: 1px;
border: none; border: none;
} }