small modifications to spin button
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@280 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
aecefebcc0
commit
cc545ba273
|
@ -27,7 +27,7 @@ INPUT.spin-button {
|
||||||
padding: 2px 20px 2px 2px;
|
padding: 2px 20px 2px 2px;
|
||||||
background-repeat:no-repeat; /* Warning: Img may disappear in Firefox if you use 'background-attachment:fixed' ! */
|
background-repeat:no-repeat; /* Warning: Img may disappear in Firefox if you use 'background-attachment:fixed' ! */
|
||||||
background-position:100% 0%;
|
background-position:100% 0%;
|
||||||
background-image:url(spinbtn_updn.gif);
|
background-image:url('spinbtn_updn.png');
|
||||||
background-color:white; /* Needed for Opera */
|
background-color:white; /* Needed for Opera */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue