From 331be7aa2bcabb0e8556a23963a7f48adfaba193 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sat, 8 Dec 2018 08:42:29 -0600 Subject: [PATCH] Add css tooltips --- _locales/en/messages.json | 3 +- manage.html | 43 +++++------ manage/manage-ui.js | 18 ++--- manage/manage.css | 35 ++++----- manage/tooltips.css | 145 ++++++++++++++++++++++++++++++++++++++ manage/updater-ui.js | 12 ++-- 6 files changed, 197 insertions(+), 59 deletions(-) create mode 100644 manage/tooltips.css diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 816024c0..5e72abb7 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1267,7 +1267,8 @@ "description": "Title added to links in the manager page header to inform the user on how to sort the columns" }, "sortHeaderOrderLabel": { - "message": "Click and drag the icon to change the style injection order" + "message": "Click and drag the icon to\nchange the style injection order", + "description": "Tooltip shown on manage page while hovering over the sort column header" }, "styleBadRegexp": { "message": "Regexp is invalid.", diff --git a/manage.html b/manage.html index 40795064..a96f1167 100644 --- a/manage.html +++ b/manage.html @@ -10,6 +10,7 @@ +