diff --git a/securedrop/sass/source.sass b/securedrop/sass/source.sass index ee89ce9cba1..9f4528e0966 100644 --- a/securedrop/sass/source.sass +++ b/securedrop/sass/source.sass @@ -244,3 +244,25 @@ p#max-file-size image-rendering: crisp-edges margin-bottom: 10px margin-top: 5px + +#regenerate-submit + span + font-size: 0 + + &:after + content: "" + display: inline-block + background: + image: url(/static/i/font-awesome/refresh-white.png) + position: center + repeat: no-repeat + size: contain + opacity: 0.9 + height: 20px + width: 20px + + &:hover, &:active + span + &:active + background: + image: url(/static/i/font-awesome/refresh-white.png) \ No newline at end of file diff --git a/securedrop/source_templates/generate.html b/securedrop/source_templates/generate.html index 8a66daaff81..483833a4c1f 100644 --- a/securedrop/source_templates/generate.html +++ b/securedrop/source_templates/generate.html @@ -18,11 +18,7 @@

{{ gettext('Welcome') }}