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

Side by Side Diff: telemetry/third_party/snap-it/style.css

Issue 3010063002: [Telemetry] Add script to snapshot page's HTML (Closed)
Patch Set: fix --interactive flag spec Created 3 years, 3 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
(Empty)
1 #button {
2 -moz-border-radius:28px;
3 -webkit-border-radius:28px;
4 border-radius:28px;
5 border:1px solid #18ab29;
6 display:inline-block;
7 cursor:pointer;
8 color:#ffffff;
9 font-family:Arial;
10 font-size:17px;
11 padding:16px 31px;
12 text-align:center;
13 text-decoration:none;
14 text-shadow:0px 1px 0px #2f6627;
15 width: 80px;
16 max-width: 80px;
17 }
18
19 #button:focus {
20 outline: none;
21 }
22
23 .capture {
24 background-color:#0f9d58;
25 }
26
27 .capture:hover {
28 background-color:#34a853;
29 }
30
31 .serialize {
32 background-color:#f4b400;
33 }
34
35 .download {
36 background-color:#3366ff;
37 }
38
39 .download:hover {
40 background-color:#4285f4;
41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698