Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2690)

Unified Diff: chrome/browser/resources/file_manager/images/common/spinner.svg

Issue 11946012: Changed opacity of a spinner in Files.app's search box to 50%. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/images/common/spinner.svg
diff --git a/chrome/browser/resources/file_manager/images/common/spinner.svg b/chrome/browser/resources/file_manager/images/common/spinner.svg
index 403413815e1ca5aff768b38726ab9dc6b710dbb9..20515374e0ca50db466d1c471a2148fa5db7c1d9 100644
--- a/chrome/browser/resources/file_manager/images/common/spinner.svg
+++ b/chrome/browser/resources/file_manager/images/common/spinner.svg
@@ -2,7 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg viewBox="0 0 100 100" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g stroke-opacity="0" transform="translate(50,50)">
+ <g stroke-opacity="0" opacity="0.5" transform="translate(50,50)">
<animateTransform attributeName="transform" attributeType="XML"
additive="sum" type="rotate"
calcMode="discrete" values="30;60;90;120;150;180;210;240;270;300;330;360"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698