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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/login.css (-6 / +14 lines)
Lines 129-139 label { Link Here
129
}
129
}
130
130
131
.submit input, .submit input:focus, .button {
131
.submit input, .submit input:focus, .button {
132
	background: url(../../img/button-bg.gif );
132
	border: 1px outset #999999;
133
	border: 1px solid #999;
133
	border-top-color: #666;
134
	border-left-color: #ccc;
134
	border-left-color: #666;
135
	border-top-color: #ccc;
135
	-moz-border-radius : 2px;
136
	color: #333;
136
	padding: 0.25em;
137
	background: #ffffff; /* Old browsers */
138
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
139
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
140
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
141
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
142
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
143
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
144
	background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
145
	color: #333333;
137
	padding: 0.25em;
146
	padding: 0.25em;
138
}
147
}
139
148
140
- 

Return to bug 6865