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

Side by Side Diff: experimental/webtry/css/webtry.css

Issue 261533006: Display the color at a point. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: comments Created 6 years, 7 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
« no previous file with comments | « no previous file | experimental/webtry/js/webtry.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 font-family: helvetica arial sans-serif; 2 font-family: helvetica arial sans-serif;
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 } 5 }
6 6
7 img { 7 img {
8 box-shadow: 2px 2px 5px gray; 8 box-shadow: 2px 2px 5px gray;
9 } 9 }
10 10
11 .zoom { 11 .zoom {
12 cursor: crosshair; 12 cursor: crosshair;
13 } 13 }
14 14
15 .zoomCanvas { 15 .zoomCanvas {
16 position: absolute; 16 position: absolute;
17 width: 100%; 17 width: 100%;
18 height: 100%; 18 height: 100%;
19 top: 0; 19 top: 0;
20 left: 0; 20 left: 0;
21 z-index: -1; 21 z-index: -1;
22 } 22 }
23 23
24 #zoomCopy {
25 display: none;
26 }
27
24 h1 { 28 h1 {
25 font-size: 18px; 29 font-size: 18px;
26 } 30 }
27 31
28 h2 { 32 h2 {
29 font-size: 16px; 33 font-size: 16px;
30 } 34 }
31 35
32 .waiting, .waiting * { 36 .waiting, .waiting * {
33 cursor: wait; 37 cursor: wait;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 } 92 }
89 93
90 #tryHistory .tries { 94 #tryHistory .tries {
91 float: none; 95 float: none;
92 } 96 }
93 97
94 #gitInfo { 98 #gitInfo {
95 float: right; 99 float: right;
96 font-size: 70%; 100 font-size: 70%;
97 } 101 }
OLDNEW
« no previous file with comments | « no previous file | experimental/webtry/js/webtry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698