OLD | NEW |
1 /* Global styles */ | 1 /* Global styles */ |
2 * { | 2 * { |
3 margin: 0; | 3 margin: 0; |
4 padding: 0; | 4 padding: 0; |
5 box-sizing: border-box; | 5 box-sizing: border-box; |
6 } | 6 } |
7 | 7 |
8 body { | 8 body { |
9 padding-top: 56px; | 9 padding-top: 56px; |
10 color: #333; | 10 color: #333; |
(...skipping 1712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1723 script-inset-wrapped .hotProfile { | 1723 script-inset-wrapped .hotProfile { |
1724 background-color: #faa; | 1724 background-color: #faa; |
1725 } | 1725 } |
1726 | 1726 |
1727 /* stack-trace-tree-config */ | 1727 /* stack-trace-tree-config */ |
1728 | 1728 |
1729 stack-trace-tree-config { | 1729 stack-trace-tree-config { |
1730 white-space: nowrap; | 1730 white-space: nowrap; |
1731 } | 1731 } |
1732 | 1732 |
| 1733 /* timeline-page */ |
| 1734 |
| 1735 timeline-page .iframe { |
| 1736 height: 100%; |
| 1737 width: 100%; |
| 1738 margin-top: -120px; |
| 1739 padding-top: 120px; |
| 1740 } |
| 1741 timeline-page .iframe iframe { |
| 1742 width: 100%; |
| 1743 height: 100%; |
| 1744 border: none; |
| 1745 } |
| 1746 |
1733 /* type-arguments-ref */ | 1747 /* type-arguments-ref */ |
1734 | 1748 |
1735 type-arguments-ref a[href]:hover { | 1749 type-arguments-ref a[href]:hover { |
1736 text-decoration: underline; | 1750 text-decoration: underline; |
1737 } | 1751 } |
1738 type-arguments-ref a[href] { | 1752 type-arguments-ref a[href] { |
1739 color: #0489c3; | 1753 color: #0489c3; |
1740 text-decoration: none; | 1754 text-decoration: none; |
1741 } | 1755 } |
1742 | 1756 |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1873 | 1887 |
1874 vm-connect-target > button.delete-button:hover { | 1888 vm-connect-target > button.delete-button:hover { |
1875 background: #ff0000; | 1889 background: #ff0000; |
1876 } | 1890 } |
1877 | 1891 |
1878 /* vm-connect */ | 1892 /* vm-connect */ |
1879 | 1893 |
1880 vm-connect ul { | 1894 vm-connect ul { |
1881 list-style-type: none; | 1895 list-style-type: none; |
1882 } | 1896 } |
OLD | NEW |