Skip to content

Commit

Permalink
version 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenNess committed Jan 19, 2016
1 parent f62600e commit 461b3bb
Show file tree
Hide file tree
Showing 10 changed files with 2,024 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,13 @@ node_modules\.bin\gulp dist

## Changelog

### 1.03

- Added full support in "disabled" attribute.
- New grabbing cursor.
- Fixed some font size problems.
- Improved buttons css.

### 1.02

- Switched to gulp and scss.
Expand Down
Binary file added dist/img/cursor/grab-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions dist/rpgui.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ label {
.rpgui-cursor-grab-open * {
cursor: url("img/cursor/grab-open.png") 10 0, auto !important; }

/* for grabbing stuff */
/* this rule is for when you specifically request this cursor class */
.rpgui-cursor-grab-close,
.rpgui-cursor-grab-close * {
cursor: url("img/cursor/grab-close.png") 10 0, auto !important; }

/**
* Customized dropdown with rpgui design.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/rpgui.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 461b3bb

Please sign in to comment.