diff --git a/chrome/skin/classic/msgNotificationBar.css b/chrome/skin/classic/msgNotificationBar.css index 62a9119..91fe14e 100644 --- a/chrome/skin/classic/msgNotificationBar.css +++ b/chrome/skin/classic/msgNotificationBar.css @@ -138,7 +138,12 @@ padding: 0px 9px 9px 9px; width: 75px; font-weight: 400; - border-radius: .28571429rem; - box-shadow: 0 0 0 1px #1b1c1d inset!important; - color: #1b1c1d!important; + color: #777!important; + cursor: pointer; +} + +#mailhopsNoficationBox .toolbarbutton:hover { + color: #333; + background-color: #e5e5e5; + border-radius: 10px; } \ No newline at end of file