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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-11 / +1 lines)
Lines 1122-1142 div.first fieldset { Link Here
1122
 .dialog input[type="submit"] {
1122
 .dialog input[type="submit"] {
1123
	background : #FFF none;
1123
	background : #FFF none;
1124
 }
1124
 }
1125
 
1125
1126
.dialog input.approve, td input.approve {
1127
 	background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1128
	padding : .4em .4em .4em 25px;	
1129
 }
1130
 
1131
td input.approve {
1126
td input.approve {
1132
	background-color : #FFC;
1127
	background-color : #FFC;
1133
}
1128
}
1134
1129
1135
.dialog input.deny {
1136
 	background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1137
	padding : .4em .4em .4em 25px;
1138
 }
1139
1140
.dialog input.save {
1130
.dialog input.save {
1141
	background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1131
	background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1142
	color:black;
1132
	color:black;

Return to bug 16062