Skip to content

Commit

Permalink
Update background transparency image
Browse files Browse the repository at this point in the history
Reference #67.
  • Loading branch information
drublic committed Sep 13, 2013
1 parent d4394f9 commit 26e4766
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## HEAD

* Update background transparency image (#67)
* Bugfix: Prevent body jump in Chrome Canary
* Add better function documentation in JavaScript
* Rewrite trigger method to use `new CustomEvent` (#56)
Expand Down
2 changes: 1 addition & 1 deletion build/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ html > body {
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=");
}
.modal--show .modal-close:after {
content: '\00d7';
Expand Down
2 changes: 1 addition & 1 deletion modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ html {
z-index: 10;

// Background for overlay: Data URI because of IE8 not supporting rgba
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==');
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=');
}

// Actual close button on modal
Expand Down
2 changes: 1 addition & 1 deletion tests/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ html > body {
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=");
}
.modal--fade .modal-close:after, .modal--plainscreen .modal-close:after, .modal--zoomin .modal-close:after, .modal--zoomout .modal-close:after, .modal--slidefromtop .modal-close:after, .modal--bouncefromtop .modal-close:after, .modal--bouncefromtopshaky .modal-close:after, .modal--show .modal-close:after, ._modal .modal-close:after {
content: '\00d7';
Expand Down

0 comments on commit 26e4766

Please sign in to comment.