update #292:Change buttondesign in IE

-removed black borders (all of them)
-design close to modern browsers
This commit is contained in:
clickos 2014-01-29 10:48:03 +01:00
parent 98e7399b1a
commit 5259aac53d
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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);
}