diff --git a/web-extension/_locales/en/messages.json b/web-extension/_locales/en/messages.json index 32ee8ca..7c6d576 100644 --- a/web-extension/_locales/en/messages.json +++ b/web-extension/_locales/en/messages.json @@ -4,13 +4,10 @@ "description": "Extension name" }, "includeStyle": { - "message": "Include Style" - }, - "styleLabel": { - "message": "Custom Style:" + "message": "Include Original Style" }, "applyStyle": { - "message": "Apply" + "message": "Apply Custom Style" }, "editStyles": { "message": "Edit Styles ..." diff --git a/web-extension/menu.html b/web-extension/menu.html index d261441..f2e6d5b 100644 --- a/web-extension/menu.html +++ b/web-extension/menu.html @@ -24,13 +24,22 @@ font-weight: bold; padding: 5px 0; font-family: sans-serif; + padding-top: 10px; + padding-left: 5px; + } + + .optionContainer { + font-family: sans-serif; + font-size: 14px; + padding: 6px 0; + padding-left: 3px; } button { font-family: sans-serif; font-size: 14px; width: 100%; - padding: 4px 0; + padding: 6px 0; padding-left: 8px; border: none; background-color: white; @@ -82,29 +91,11 @@ } } - #styleLabel { - padding: 5px 0; - font-family: sans-serif; - font-size: 15px; - padding: 7px 0; - background-color: white; - } - #styleLabel:disabled { - color: gray; - } - - #allStylesList { - display: inline-block; - width: 100%; - padding: 3px; - } - #includeStyle { font-family: sans-serif; font-size: 14px; padding: 0; padding-bottom: 8px; - border-bottom: dashed 1px #ccc; background-color: white; text-align: left; } @@ -116,8 +107,15 @@ outline: none; } - #includeStyleCheck { - outline: none; + input[type="checkbox"] { + outline: none; + font-family: sans-serif; + font-size: 14px; + } + #applyStyle, #includeStyle { + outline: none; + font-family: sans-serif; + font-size: 14px; } .shortcut { font-size: 10px; @@ -130,17 +128,13 @@