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

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

Issue 2274013006: Converted Observatory objectstore-view element (Closed)
Patch Set: Fixed link color Created 4 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
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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 line-height: 25px; 563 line-height: 25px;
564 height: 25px; 564 height: 25px;
565 padding-left: 10%; 565 padding-left: 10%;
566 padding-right: 10%; 566 padding-right: 10%;
567 } 567 }
568 568
569 class-tree virtual-tree .class-tree-item .name { 569 class-tree virtual-tree .class-tree-item .name {
570 margin-left: 0.5em; 570 margin-left: 0.5em;
571 } 571 }
572 572
573 /* context-ref */
574 /* TODO(cbernaschina) fix context-ref-wrapped to context-ref when wrapper
575 removed */
576
577 context-ref-wrapped > a[href]:hover {
578 text-decoration: underline;
579 }
580 context-ref-wrapped > a[href] {
581 color: #0489c3;
582 text-decoration: none;
583 }
584 context-ref-wrapped > a[href] * {
585 color: inherit;
586 }
587
573 /* cpu-profile */ 588 /* cpu-profile */
574 589
575 cpu-profile { 590 cpu-profile {
576 position: relative; 591 position: relative;
577 display: block; 592 display: block;
578 height: 100%; 593 height: 100%;
579 } 594 }
580 595
581 cpu-profile > cpu-profile-virtual-tree { 596 cpu-profile > cpu-profile-virtual-tree {
582 position: absolute; 597 position: absolute;
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1613 1628
1614 vm-connect-target > button.delete-button:hover { 1629 vm-connect-target > button.delete-button:hover {
1615 background: #ff0000; 1630 background: #ff0000;
1616 } 1631 }
1617 1632
1618 /* vm-connect */ 1633 /* vm-connect */
1619 1634
1620 vm-connect ul { 1635 vm-connect ul {
1621 list-style-type: none; 1636 list-style-type: none;
1622 } 1637 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/app/page.dart ('k') | runtime/observatory/lib/src/elements/objectstore_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698