View | Details | Raw Unified | Return to bug 8107
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-1 / +10 lines)
Lines 1713-1718 input[type=submit], input[type=reset], input[type=button], input.submit, button. Link Here
1713
	color: #333333;
1713
	color: #333333;
1714
}
1714
}
1715
1715
1716
input[type=submit]:disabled,
1717
input[type=reset]:disabled,
1718
input[type=button]:disabled,
1719
input.submit:disabled,
1720
button.submit:disabled {
1721
    color : #999;
1722
    border : 1px solid #C0C0C0;
1723
    background : #EEE none;
1724
}
1725
1716
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1726
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1717
	border : 1px inset #999999;
1727
	border : 1px inset #999999;
1718
}
1728
}
1719
- 

Return to bug 8107