diff --git a/chrome/content/mailhops-2-msgNotificationBar.js b/chrome/content/mailhops-2-msgNotificationBar.js index dd62430..79e9d82 100644 --- a/chrome/content/mailhops-2-msgNotificationBar.js +++ b/chrome/content/mailhops-2-msgNotificationBar.js @@ -60,7 +60,7 @@ var mailHopsDisplay = }); this.mailhopsDataPaneHops.addEventListener("click", function () { - this.classList.toggle('active'); + this.parentElement.classList.toggle('active'); if(mailHopsDisplay.resultDetails.style.display !== 'block') mailHopsDisplay.resultDetails.style.display = 'block'; else diff --git a/chrome/content/mailhops-3.js b/chrome/content/mailhops-3.js index de4dfd8..de2ec1a 100644 --- a/chrome/content/mailhops-3.js +++ b/chrome/content/mailhops-3.js @@ -8,7 +8,7 @@ var mailHops = { msgURI: null, isLoaded: false, options: { - 'version':'MailHops Plugin 3.7.5', + 'version':'MailHops Plugin 3.7.6', 'lan':'en', 'unit':'mi', 'api_http':'https://', diff --git a/chrome/content/msgNotificationBar.xul b/chrome/content/msgNotificationBar.xul index 6f91861..cdb20a3 100644 --- a/chrome/content/msgNotificationBar.xul +++ b/chrome/content/msgNotificationBar.xul @@ -29,9 +29,15 @@ - - - + + + + + + + + + @@ -39,9 +45,7 @@ - - - + diff --git a/chrome/skin/classic/msgNotificationBar.css b/chrome/skin/classic/msgNotificationBar.css index 9e24efb..1caf87b 100644 --- a/chrome/skin/classic/msgNotificationBar.css +++ b/chrome/skin/classic/msgNotificationBar.css @@ -131,18 +131,25 @@ margin-left: 22px; } +#mailhopsNoficationBox toolbarseparator { + appearance: none; + -moz-appearance: none; + margin: 3px 0px 3px 0px!important; +} + #mailhopsNoficationBox .toolbarbutton { font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; - margin: 0 .25em 0 0; - padding: 0px 9px 9px 9px; - width: 75px; - font-weight: 400; + font-weight: 400; + padding: 0 4px 0 4px; + margin: unset!important; color: #777!important; cursor: pointer; } -#mailhopsNoficationBox .toolbarbutton:hover, -#mailhopsNoficationBox .toolbarbutton.active { +#mailhopsNoficationBox #mailhopsHopsBox:hover, +#mailhopsNoficationBox #mailhopsRefreshBox:hover, +#mailhopsNoficationBox #mailhopsUnsubscribeBox:hover, +#mailhopsNoficationBox #mailhopsHopsBox.active { color: #333; background-color: #e5e5e5; border-radius: 10px; diff --git a/manifest.json b/manifest.json index d146c2d..986854c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", - "version": "3.7.5", + "version": "3.7.6", "author": "Hopsware LLC", "developer": { "name": "Andrew Van Tassel",