diff --git a/README.md b/README.md index 34e7d3d1..16d56267 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Copyright © 2005-2014 [Jason Barnabe](jason.barnabe@gmail.com) Current Stylus: -Copyright © 2017-2018 [Stylus Team](https://github.com/openstyles/stylus/graphs/contributors) +Copyright © 2017-2019 [Stylus Team](https://github.com/openstyles/stylus/graphs/contributors) **[GNU GPLv3](./LICENSE)** diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2c5f55f6..8a2ab7da 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -242,6 +242,14 @@ "message": "Yes", "description": "'Yes' button in a confirm dialog" }, + "copied": { + "message": "Copied to clipboard", + "description": "Message shown when content has been copied to the clipboard" + }, + "copy": { + "message": "Copy to clipboard", + "description": "Tooltip for elements which can be copied" + }, "dateInstalled": { "message": "Date installed", "description": "Option text for the user to sort the style by install date" diff --git a/global.css b/global.css index 16c49b88..c010a958 100644 --- a/global.css +++ b/global.css @@ -198,6 +198,11 @@ select[disabled] > option { color: graytext; } +select:disabled + .select-arrow, +select[disabled] + .select-arrow { + fill: hsl(0, 0%, 50%); +} + /* global stuff we use everywhere */ .hidden { display: none !important; diff --git a/options.html b/options.html index 8e7f4613..ec8a217c 100644 --- a/options.html +++ b/options.html @@ -140,15 +140,18 @@

-