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

Side by Side Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2202973002: Converted Observatory isolate-reconnect element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed typo Created 4 years, 4 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 /* Global styles */ 1 /* Global styles */
2 * { 2 * {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 font: 400 14px 'Montserrat', sans-serif; 5 font: 400 14px 'Montserrat', sans-serif;
6 color: #333; 6 color: #333;
7 box-sizing: border-box; 7 box-sizing: border-box;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 removed */ 454 removed */
455 455
456 function-ref-wrapped > a[href]:hover { 456 function-ref-wrapped > a[href]:hover {
457 text-decoration: underline; 457 text-decoration: underline;
458 } 458 }
459 function-ref-wrapped > a[href] { 459 function-ref-wrapped > a[href] {
460 color: #0489c3; 460 color: #0489c3;
461 text-decoration: none; 461 text-decoration: none;
462 } 462 }
463 463
464 /* isolate-reconnect */
465
466 isolate-reconnect div.doubleSpaced {
467 line-height: 2em;
468 }
469
464 /* isolate-ref */ 470 /* isolate-ref */
465 /* TODO(cbernaschina) fix isolate-ref-wrapped to isolate-ref when wrapper 471 /* TODO(cbernaschina) fix isolate-ref-wrapped to isolate-ref when wrapper
466 removed */ 472 removed */
467 473
468 isolate-ref-wrapped > a[href]:hover { 474 isolate-ref-wrapped > a[href]:hover {
469 text-decoration: underline; 475 text-decoration: underline;
470 } 476 }
471 isolate-ref-wrapped > a[href] { 477 isolate-ref-wrapped > a[href] {
472 color: #0489c3; 478 color: #0489c3;
473 text-decoration: none; 479 text-decoration: none;
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 740
735 vm-connect-target > button.delete-button:hover { 741 vm-connect-target > button.delete-button:hover {
736 background: #ff0000; 742 background: #ff0000;
737 } 743 }
738 744
739 /* vm-connect */ 745 /* vm-connect */
740 746
741 vm-connect ul { 747 vm-connect ul {
742 list-style-type: none; 748 list-style-type: none;
743 } 749 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/app/page.dart ('k') | runtime/observatory/lib/src/elements/isolate_reconnect.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698