2013-05-15 23:10:49 +00:00
|
|
|
|
/* We have to include the #pt-notifications selector due to monobook */
|
|
|
|
|
#pt-notifications .mw-echo-notifications-badge {
|
|
|
|
|
min-width: 7px;
|
|
|
|
|
border-radius: 2px;
|
2013-05-23 18:59:20 +00:00
|
|
|
|
padding: 0.25em 0.45em 0.2em 0.45em;
|
2013-05-15 23:10:49 +00:00
|
|
|
|
margin-left: -4px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #d2d2d2;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: white;
|
|
|
|
|
text-shadow: 0 1px rgba(0, 0, 0, 0.4);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2013-06-02 20:04:29 +00:00
|
|
|
|
#pt-notifications .mw-echo-notifications-badge:hover,
|
|
|
|
|
#pt-notifications .mw-echo-notifications-badge:active,
|
|
|
|
|
#pt-notifications .mw-echo-notifications-badge:focus {
|
2013-05-15 23:10:49 +00:00
|
|
|
|
background-color: #c2c2c2;
|
2013-05-30 22:45:16 +00:00
|
|
|
|
text-decoration: none;
|
2013-06-02 20:04:29 +00:00
|
|
|
|
outline: none;
|
|
|
|
|
-moz-outline-style: none;
|
2013-05-15 23:10:49 +00:00
|
|
|
|
}
|
|
|
|
|
#pt-notifications .mw-echo-notifications-badge.mw-echo-unread-notifications {
|
|
|
|
|
background-color: #cc0000;
|
|
|
|
|
}
|
|
|
|
|
#pt-notifications .mw-echo-notifications-badge.mw-echo-unread-notifications:hover {
|
|
|
|
|
background-color: #bf0000;
|
|
|
|
|
}
|