-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed: Adjusted transparency of .GIF skin background images to re…
…move halo when using non-white background color. - Added: .PNG skin background images with alpha transparency.
- Loading branch information
RichardDavies79
authored and
RichardDavies79
committed
Feb 10, 2010
1 parent
b88ede9
commit 59967d8
Showing
14 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* [email protected] | ||
* | ||
* VERSION: | ||
* 1.0.1 | ||
* 1.0.2 | ||
* | ||
* LICENSE: | ||
* Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0) | ||
|
@@ -143,6 +143,9 @@ | |
/* | ||
* Button Skins | ||
* | ||
* .PNG background images with alpha transparency are also supplied if you'd rather use them instead of the | ||
* default .GIF images. (Just beware of IE6's lack of support.) | ||
* | ||
* Additional skins can be added below. The images/skins/ButtonTemplate.psd can be used to create new skins. | ||
* Prefix the skin name with "sexy" to avoid any potential conflicts with other class names. | ||
*/ | ||
|