diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 659445bbc..e42b2792d 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -32,8 +32,8 @@ "description":"appears as tab name in dashboard" }, "statsPageName":{ - "message":"uBlock₀ — Network request log", - "description":"Title for the network request log window" + "message":"uBlock₀ — Logger", + "description":"Title for the logger window" }, "aboutPageName":{ "message":"About", @@ -72,8 +72,8 @@ "description":"English: Enter element picker mode" }, "popupTipLog":{ - "message":"Go to request log", - "description":"English: Go to request log" + "message":"Open the logger", + "description":"Tooltip used for the logger icon in the panel" }, "popupTipNoPopups":{ "message":"Toggle the blocking of all popups for this site", @@ -91,6 +91,14 @@ "message":"Toggle the blocking of remote fonts for this site", "description":"English: Toggle the blocking of remote fonts for this site" }, + "popupTipGlobalRules":{ + "message":"Global rules: this column is for rules which apply to all sites.", + "description":"Tooltip when hovering the top-most cell of the global-rules column." + }, + "popupTipLocalRules":{ + "message":"Local rules: this column is for rules which apply to the current site only.\nLocal rules override global rules.", + "description":"Tooltip when hovering the top-most cell of the local-rules column." + }, "popupAnyRulePrompt":{ "message":"all", "description":"" diff --git a/src/css/popup.css b/src/css/popup.css index 371d5315a..f78220745 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -237,6 +237,7 @@ body.dirty #refresh:hover { box-sizing: border-box; color: black; cursor: pointer; + direction: ltr; font: 12px sans-serif; left: 5%; line-height: 130%; @@ -251,14 +252,16 @@ body.dirty #refresh:hover { width: 90%; z-index: 100; } +body[dir="rtl"] #tooltip { + direction: rtl; + } #tooltip.show { - transition: opacity 0.2s 0.7s; - -webkit-transition: opacity 0.2s 0.7s; + transition: opacity 0.15s 0.5s; + -webkit-transition: opacity 0.15s 0.5s; visibility: visible; opacity: 1; } - #firewallContainer { border: 0; font-size: 13px; diff --git a/src/popup.html b/src/popup.html index a5d4e3447..1ca5c9767 100644 --- a/src/popup.html +++ b/src/popup.html @@ -32,9 +32,9 @@ -
+
-
+