Skip to content

Commit

Permalink
* added 'gritter-light' option for a class_name
Browse files Browse the repository at this point in the history
* added global $.gritter.options.class_name
  • Loading branch information
Jordan Boesch committed Dec 8, 2011
1 parent 4a94f2e commit 0d8032c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion css/jquery.gritter.css
Expand Up @@ -72,7 +72,7 @@
font-weight:bold; font-weight:bold;
padding:0 0 7px 0; padding:0 0 7px 0;
display:block; display:block;
text-shadow:1px 1px #000; /* Not supported by IE :( */ text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
} }
.gritter-image { .gritter-image {
width:48px; width:48px;
Expand All @@ -87,3 +87,14 @@
width:220px; width:220px;
float:right; float:right;
} }
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-close {
background-image: url(../images/gritter-light.png);
color: #222;
}
.gritter-light .gritter-title {
text-shadow: none;
}

0 comments on commit 0d8032c

Please sign in to comment.