small modifications to spin button

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@280 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Pavol Rusnak 2009-07-07 15:06:19 +00:00
parent aecefebcc0
commit cc545ba273
3 changed files with 275 additions and 275 deletions

View File

@ -27,7 +27,7 @@ INPUT.spin-button {
padding: 2px 20px 2px 2px;
background-repeat:no-repeat; /* Warning: Img may disappear in Firefox if you use 'background-attachment:fixed' ! */
background-position:100% 0%;
background-image:url(spinbtn_updn.gif);
background-image:url('spinbtn_updn.png');
background-color:white; /* Needed for Opera */
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB