From 3721ce19a095d0b7c5c2edeb52336b3b6cd6f560 Mon Sep 17 00:00:00 2001 From: Andrew Van Tassel Date: Thu, 19 Dec 2019 10:23:09 -0700 Subject: [PATCH] Updated button styles --- chrome/skin/classic/msgNotificationBar.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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