update #292:Change buttondesign in IE
-removed black borders (all of them) -design close to modern browsers
This commit is contained in:
parent
98e7399b1a
commit
5259aac53d
@ -578,7 +578,7 @@ input.formbutton_header {
|
||||
|
||||
input.formbutton {
|
||||
width:120px;
|
||||
border:1px solid #5f90bb;
|
||||
border:1px solid #5f90bb; /* see adjustment in style_screen_msie.css */
|
||||
padding:1px 0px 1px 0;
|
||||
background-color:#dbe6f1;
|
||||
color: #000000;
|
||||
|
@ -11,3 +11,7 @@
|
||||
/* buttons */
|
||||
.exportlist { background: white; }
|
||||
.exportbutton { padding: 1px; width:180px; }
|
||||
input.formbutton {
|
||||
border: none !important;
|
||||
filter: progid:DXImageTransform.Microsoft.glow(color=#5f90bb,strength=1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user