Other themes are now supported as well
This commit is contained in:
parent
3067663909
commit
58a261a29a
|
@ -3312,6 +3312,17 @@ div.jGrowl div.info {
|
|||
}
|
||||
|
||||
/* notifications popup menu */
|
||||
.manage-notify {
|
||||
font-size: 10px;
|
||||
padding: 1px 3px;
|
||||
top: 0px;
|
||||
min-width: 15px;
|
||||
text-align: center;
|
||||
float: right;
|
||||
margin-top: -14px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.nav-notify {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
|
@ -4040,6 +4040,22 @@ div.jGrowl-notification {
|
|||
}
|
||||
|
||||
/* notifications popup menu */
|
||||
.manage-notify {
|
||||
padding: 1px 3px;
|
||||
top: 0px;
|
||||
min-width: 15px;
|
||||
text-align: center;
|
||||
float: right;
|
||||
margin-top: -14px;
|
||||
margin-right: -20px;
|
||||
|
||||
font-size: 0.8em;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
background-color: gold !important;
|
||||
}
|
||||
|
||||
.nav-notify {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
|
@ -4216,6 +4216,17 @@ a.active {
|
|||
}
|
||||
|
||||
/* notifications popup menu */
|
||||
.manage-notify {
|
||||
font-size: 10px;
|
||||
padding: 1px 3px;
|
||||
top: 0px;
|
||||
min-width: 15px;
|
||||
text-align: center;
|
||||
float: right;
|
||||
margin-top: -14px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.nav-notify {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue