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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-progress/README.md

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 paper-progress 1 paper-progress
2 =================== 2 ===================
3 3
4 The progress bars are for situations where the percentage completed can be 4 The progress bars are for situations where the percentage completed can be
5 determined. They give users a quick sense of how much longer an operation 5 determined. They give users a quick sense of how much longer an operation
6 will take. 6 will take.
7 7
8 Example: 8 Example:
9 9
10 ```html 10 ```html
(...skipping 27 matching lines...) Expand all
38 } 38 }
39 ``` 39 ```
40 40
41 To change the progress bar background color: 41 To change the progress bar background color:
42 42
43 ```css 43 ```css
44 paper-progress { 44 paper-progress {
45 --paper-progress-container-color: #64ffda; 45 --paper-progress-container-color: #64ffda;
46 } 46 }
47 ``` 47 ```
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698