Skip to content

Commit

Permalink
css issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshwarpatlolla committed Jul 21, 2016
1 parent 2d805cb commit d2e9fca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/ionic-toast.bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions src/ionic-toast.css
@@ -1,19 +1,23 @@

.ionic_toast {
z-index: 9999;
}

.toast_section {
color: #FFF;
cursor: default;
font-size: 1em;
/*display: none;*/
border-radius: 2px;
display: none;
border-radius: 5px;
opacity: 1;
padding: 10px 25px;
padding: 10px 30px 10px 10px;
margin: 10px;
position: fixed;
left: 0;
right: 0;
text-align: center;
background: rgba(0, 0, 0, 0.80);
z-index: 9999;
background-color: rgba(0, 0, 0, 0.75);
}

.ionic_toast_top {
Expand Down Expand Up @@ -50,5 +54,5 @@
}

.ionic_toast_close:active {

}

0 comments on commit d2e9fca

Please sign in to comment.