app/assets/styleseets/toastr.scss in toastr_rails-2.1.0.2 vs app/assets/styleseets/toastr.scss in toastr_rails-2.1.1
- old
+ new
@@ -156,21 +156,19 @@
background-color: #2f96b4;
}
.toast-warning {
background-color: #f89406;
}
-
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000000;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
-
/*Responsive Design*/
@media all and (max-width: 240px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 11em;