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

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

Issue 2310003004: Removed polymer & mirror from Observatory (Closed)
Patch Set: Fixed crash in heap-map page 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 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 background-color: transparent; 520 background-color: transparent;
521 color: #0489c3; 521 color: #0489c3;
522 border-style: none; 522 border-style: none;
523 } 523 }
524 524
525 allocation-profile .collection-item > button:hover { 525 allocation-profile .collection-item > button:hover {
526 text-decoration: underline; 526 text-decoration: underline;
527 } 527 }
528 528
529 /* class-ref */ 529 /* class-ref */
530 /* TODO(cbernaschina) fix class-ref-wrapped to class-ref when wrapper
531 removed */
532 530
533 class-ref-wrapped > a[href]:hover { 531 class-ref > a[href]:hover {
534 text-decoration: underline; 532 text-decoration: underline;
535 } 533 }
536 class-ref-wrapped > a[href] { 534 class-ref > a[href] {
537 color: #0489c3; 535 color: #0489c3;
538 text-decoration: none; 536 text-decoration: none;
539 } 537 }
540 538
541 /* code-ref */ 539 /* code-ref */
542 /* TODO(cbernaschina) fix code-ref-wrapped to code-ref when wrapper
543 removed */
544 540
545 code-ref-wrapped > a[href]:hover { 541 code-ref > a[href]:hover {
546 text-decoration: underline; 542 text-decoration: underline;
547 } 543 }
548 code-ref-wrapped > a[href] { 544 code-ref > a[href] {
549 color: #0489c3; 545 color: #0489c3;
550 text-decoration: none; 546 text-decoration: none;
551 } 547 }
552 548
553 /* class-tree */ 549 /* class-tree */
554 550
555 class-tree { 551 class-tree {
556 position: relative; 552 position: relative;
557 display: block; 553 display: block;
558 height: 100%; 554 height: 100%;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 code-view tr:hover > td { 616 code-view tr:hover > td {
621 background-color: #F4C7C3; 617 background-color: #F4C7C3;
622 } 618 }
623 619
624 code-view .code-comment { 620 code-view .code-comment {
625 color: grey; 621 color: grey;
626 font-style: italic; 622 font-style: italic;
627 } 623 }
628 624
629 /* context-ref */ 625 /* context-ref */
630 /* TODO(cbernaschina) fix context-ref-wrapped to context-ref when wrapper
631 removed */
632 626
633 context-ref-wrapped > a[href]:hover { 627 context-ref > a[href]:hover {
634 text-decoration: underline; 628 text-decoration: underline;
635 } 629 }
636 context-ref-wrapped > a[href] { 630 context-ref > a[href] {
637 color: #0489c3; 631 color: #0489c3;
638 text-decoration: none; 632 text-decoration: none;
639 } 633 }
640 context-ref-wrapped > a[href] * { 634 context-ref > a[href] * {
641 color: inherit; 635 color: inherit;
642 } 636 }
643 637
644 /* cpu-profile */ 638 /* cpu-profile */
645 639
646 cpu-profile { 640 cpu-profile {
647 position: relative; 641 position: relative;
648 display: block; 642 display: block;
649 height: 100%; 643 height: 100%;
650 } 644 }
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 812
819 cpu-profile-virtual-tree .tree-item > .exclusive { 813 cpu-profile-virtual-tree .tree-item > .exclusive {
820 margin-right: 1.5em; 814 margin-right: 1.5em;
821 } 815 }
822 816
823 cpu-profile-virtual-tree .tree-item > .name { 817 cpu-profile-virtual-tree .tree-item > .name {
824 display: inline; 818 display: inline;
825 margin-left: 0.5em; 819 margin-left: 0.5em;
826 } 820 }
827 821
822 /* curly-block */
823
824 curly-block span.curly-block {
825 color: #0489c3;
826 cursor: pointer;
827 }
828 curly-block span.curly-block.disabled {
829 color: white;
830 cursor: wait;
831 }
832
828 /* debugger-console */ 833 /* debugger-console */
829 834
830 debugger-console { 835 debugger-console {
831 display: block; 836 display: block;
832 margin: 0px 20px 10px 20px; 837 margin: 0px 20px 10px 20px;
833 } 838 }
834 debugger-console .normal { 839 debugger-console .normal {
835 font: normal 14px consolas, courier, monospace; 840 font: normal 14px consolas, courier, monospace;
836 white-space: pre; 841 white-space: pre;
837 line-height: 125%; 842 line-height: 125%;
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 line-height: 125%; 1090 line-height: 125%;
1086 } 1091 }
1087 1092
1088 debugger-stack .sampledMessage.hidden, 1093 debugger-stack .sampledMessage.hidden,
1089 debugger-stack .noMessages.hidden, 1094 debugger-stack .noMessages.hidden,
1090 debugger-stack .noStack.hidden { 1095 debugger-stack .noStack.hidden {
1091 display: none; 1096 display: none;
1092 } 1097 }
1093 1098
1094 /* error-ref */ 1099 /* error-ref */
1095 /* TODO(cbernaschina) fix error-ref-wrapped to error-ref when wrapper
1096 removed */
1097 1100
1098 error-ref-wrapped > pre { 1101 error-ref > pre {
1099 background-color: #f5f5f5; 1102 background-color: #f5f5f5;
1100 border: 1px solid #ccc; 1103 border: 1px solid #ccc;
1101 padding-left: 10px; 1104 padding-left: 10px;
1102 padding-right: 10px; 1105 padding-right: 10px;
1103 font-family: consolas, courier, monospace; 1106 font-family: consolas, courier, monospace;
1104 font-size: 1em; 1107 font-size: 1em;
1105 line-height: 1.2em; 1108 line-height: 1.2em;
1106 white-space: pre; 1109 white-space: pre;
1107 } 1110 }
1108 1111
1109 /* eval-box */ 1112 /* eval-box */
1110 /* TODO(cbernaschina) fix eval-box-wrapped to error-ref when wrapper
1111 removed */
1112 1113
1113 eval-box-wrapped a[href]:hover { 1114 eval-box a[href]:hover {
1114 text-decoration: underline; 1115 text-decoration: underline;
1115 } 1116 }
1116 eval-box-wrapped a[href] { 1117 eval-box a[href] {
1117 color: #0489c3; 1118 color: #0489c3;
1118 text-decoration: none; 1119 text-decoration: none;
1119 } 1120 }
1120 eval-box-wrapped .quicks > button:hover { 1121 eval-box .quicks > button:hover {
1121 background-color: transparent; 1122 background-color: transparent;
1122 border: none; 1123 border: none;
1123 text-decoration: underline; 1124 text-decoration: underline;
1124 } 1125 }
1125 eval-box-wrapped .quicks > button { 1126 eval-box .quicks > button {
1126 background-color: transparent; 1127 background-color: transparent;
1127 border: none; 1128 border: none;
1128 color: #0489c3; 1129 color: #0489c3;
1129 padding: 0; 1130 padding: 0;
1130 margin-right: 1em; 1131 margin-right: 1em;
1131 text-decoration: none; 1132 text-decoration: none;
1132 } 1133 }
1133 eval-box-wrapped .emphasize { 1134 eval-box .emphasize {
1134 font-style: italic; 1135 font-style: italic;
1135 } 1136 }
1136 eval-box-wrapped .indent { 1137 eval-box .indent {
1137 margin-left: 1.5em; 1138 margin-left: 1.5em;
1138 font: 400 14px 'Montserrat', sans-serif; 1139 font: 400 14px 'Montserrat', sans-serif;
1139 line-height: 150%; 1140 line-height: 150%;
1140 } 1141 }
1141 eval-box-wrapped .stackTraceBox { 1142 eval-box .stackTraceBox {
1142 margin-left: 1.5em; 1143 margin-left: 1.5em;
1143 background-color: #f5f5f5; 1144 background-color: #f5f5f5;
1144 border: 1px solid #ccc; 1145 border: 1px solid #ccc;
1145 padding: 10px; 1146 padding: 10px;
1146 font-family: consolas, courier, monospace; 1147 font-family: consolas, courier, monospace;
1147 font-size: 12px; 1148 font-size: 12px;
1148 white-space: pre; 1149 white-space: pre;
1149 overflow-x: auto; 1150 overflow-x: auto;
1150 } 1151 }
1151 eval-box-wrapped .heading { 1152 eval-box .heading {
1152 line-height: 30px; 1153 line-height: 30px;
1153 position: relative; 1154 position: relative;
1154 box-sizing: border-box; 1155 box-sizing: border-box;
1155 width: 100%; 1156 width: 100%;
1156 min-width: 450px; 1157 min-width: 450px;
1157 padding-right: 150px; 1158 padding-right: 150px;
1158 } 1159 }
1159 eval-box-wrapped .heading .textbox { 1160 eval-box .heading .textbox {
1160 width: 100%; 1161 width: 100%;
1161 min-width: 300px; 1162 min-width: 300px;
1162 } 1163 }
1163 eval-box-wrapped .heading .buttons { 1164 eval-box .heading .buttons {
1164 position: absolute; 1165 position: absolute;
1165 top: 0; 1166 top: 0;
1166 right: 0px; 1167 right: 0px;
1167 } 1168 }
1168 eval-box-wrapped .heading .buttons button{ 1169 eval-box .heading .buttons button{
1169 margin-right: 1em; 1170 margin-right: 1em;
1170 } 1171 }
1171 eval-box-wrapped.historyExpr, 1172 eval-box.historyExpr,
1172 eval-box-wrapped .historyValue { 1173 eval-box .historyValue {
1173 vertical-align: text-top; 1174 vertical-align: text-top;
1174 font: 400 14px 'Montserrat', sans-serif; 1175 font: 400 14px 'Montserrat', sans-serif;
1175 } 1176 }
1176 eval-box-wrapped .historyExpr button { 1177 eval-box .historyExpr button {
1177 display: block; 1178 display: block;
1178 color: black; 1179 color: black;
1179 border: none; 1180 border: none;
1180 background: none; 1181 background: none;
1181 text-decoration: none; 1182 text-decoration: none;
1182 padding: 6px 6px; 1183 padding: 6px 6px;
1183 cursor: pointer; 1184 cursor: pointer;
1184 white-space: pre-line; 1185 white-space: pre-line;
1185 } 1186 }
1186 eval-box-wrapped .historyExpr button:hover { 1187 eval-box .historyExpr button:hover {
1187 background-color: #fff3e3; 1188 background-color: #fff3e3;
1188 } 1189 }
1189 eval-box-wrapped .historyValue { 1190 eval-box .historyValue {
1190 display: block; 1191 display: block;
1191 padding: 6px 6px; 1192 padding: 6px 6px;
1192 } 1193 }
1193 eval-box-wrapped .historyDelete button { 1194 eval-box .historyDelete button {
1194 border: none; 1195 border: none;
1195 background: none; 1196 background: none;
1196 } 1197 }
1197 eval-box-wrapped .historyDelete button:hover { 1198 eval-box .historyDelete button:hover {
1198 color: #BB3311; 1199 color: #BB3311;
1199 } 1200 }
1200 1201
1201 /* flag-list */ 1202 /* flag-list */
1202 1203
1203 flag-list .comment { 1204 flag-list .comment {
1204 color: #aaa; 1205 color: #aaa;
1205 } 1206 }
1206 1207
1207 flag-list .flag { 1208 flag-list .flag {
1208 padding: 3px 0; 1209 padding: 3px 0;
1209 } 1210 }
1210 1211
1211 flag-list .name { 1212 flag-list .name {
1212 font-weight: bold; 1213 font-weight: bold;
1213 margin-right: 0.7em; 1214 margin-right: 0.7em;
1214 } 1215 }
1215 1216
1216 flag-list .value { 1217 flag-list .value {
1217 margin-left: 0.7em; 1218 margin-left: 0.7em;
1218 } 1219 }
1219 1220
1220 /* function-ref */ 1221 /* function-ref */
1221 /* TODO(cbernaschina) fix function-ref-wrapped to function-ref when wrapper
1222 removed */
1223 1222
1224 function-ref-wrapped > a[href]:hover { 1223 function-ref > a[href]:hover {
1225 text-decoration: underline; 1224 text-decoration: underline;
1226 } 1225 }
1227 function-ref-wrapped > a[href] { 1226 function-ref > a[href] {
1228 color: #0489c3; 1227 color: #0489c3;
1229 text-decoration: none; 1228 text-decoration: none;
1230 } 1229 }
1231 1230
1232 /* heap-snapshot */ 1231 /* heap-snapshot */
1233 1232
1234 heap-snapshot .statusMessage { 1233 heap-snapshot .statusMessage {
1235 font-size: 150%; 1234 font-size: 150%;
1236 font-weight: bold; 1235 font-weight: bold;
1237 } 1236 }
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 background-color: #f5f5f5; 1312 background-color: #f5f5f5;
1314 border: 1px solid #ccc; 1313 border: 1px solid #ccc;
1315 padding: 10px; 1314 padding: 10px;
1316 font-family: consolas, courier, monospace; 1315 font-family: consolas, courier, monospace;
1317 font-size: 12px; 1316 font-size: 12px;
1318 white-space: pre; 1317 white-space: pre;
1319 overflow-x: auto; 1318 overflow-x: auto;
1320 } 1319 }
1321 1320
1322 /* instance-ref */ 1321 /* instance-ref */
1323 /* TODO(cbernaschina) fix instance-ref-wrapped to instance-ref when wrapper
1324 removed */
1325 1322
1326 instance-ref-wrapped > a[href]:hover { 1323 instance-ref > a[href]:hover {
1327 text-decoration: underline; 1324 text-decoration: underline;
1328 } 1325 }
1329 instance-ref-wrapped > a[href] { 1326 instance-ref > a[href] {
1330 color: #0489c3; 1327 color: #0489c3;
1331 text-decoration: none; 1328 text-decoration: none;
1332 } 1329 }
1333 instance-ref-wrapped > a[href] * { 1330 instance-ref > a[href] * {
1334 color: inherit; 1331 color: inherit;
1335 } 1332 }
1336 instance-ref-wrapped .emphasize { 1333 instance-ref .emphasize {
1337 font-style: italic; 1334 font-style: italic;
1338 } 1335 }
1339 instance-ref-wrapped .indent { 1336 instance-ref .indent {
1340 margin-left: 1.5em; 1337 margin-left: 1.5em;
1341 font: 400 14px 'Montserrat', sans-serif; 1338 font: 400 14px 'Montserrat', sans-serif;
1342 line-height: 150%; 1339 line-height: 150%;
1343 } 1340 }
1344 instance-ref-wrapped .stackTraceBox { 1341 instance-ref .stackTraceBox {
1345 margin-left: 1.5em; 1342 margin-left: 1.5em;
1346 background-color: #f5f5f5; 1343 background-color: #f5f5f5;
1347 border: 1px solid #ccc; 1344 border: 1px solid #ccc;
1348 padding: 10px; 1345 padding: 10px;
1349 font-family: consolas, courier, monospace; 1346 font-family: consolas, courier, monospace;
1350 font-size: 12px; 1347 font-size: 12px;
1351 white-space: pre; 1348 white-space: pre;
1352 overflow-x: auto; 1349 overflow-x: auto;
1353 } 1350 }
1354 1351
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 text-decoration: underline; 1386 text-decoration: underline;
1390 } 1387 }
1391 1388
1392 /* isolate-reconnect */ 1389 /* isolate-reconnect */
1393 1390
1394 isolate-reconnect div.doubleSpaced { 1391 isolate-reconnect div.doubleSpaced {
1395 line-height: 2em; 1392 line-height: 2em;
1396 } 1393 }
1397 1394
1398 /* isolate-ref */ 1395 /* isolate-ref */
1399 /* TODO(cbernaschina) fix isolate-ref-wrapped to isolate-ref when wrapper
1400 removed */
1401 1396
1402 isolate-ref-wrapped > a[href]:hover { 1397 isolate-ref > a[href]:hover {
1403 text-decoration: underline; 1398 text-decoration: underline;
1404 } 1399 }
1405 isolate-ref-wrapped > a[href] { 1400 isolate-ref > a[href] {
1406 color: #0489c3; 1401 color: #0489c3;
1407 text-decoration: none; 1402 text-decoration: none;
1408 } 1403 }
1409 1404
1410 /* isolate-run-state */ 1405 /* isolate-run-state */
1411 1406
1412 isolate-run-state > span { 1407 isolate-run-state > span {
1413 font-weight: bold; 1408 font-weight: bold;
1414 } 1409 }
1415 1410
(...skipping 22 matching lines...) Expand all
1438 background-color: #f5f5f5; 1433 background-color: #f5f5f5;
1439 border: 1px solid #ccc; 1434 border: 1px solid #ccc;
1440 padding: 2em; 1435 padding: 2em;
1441 font-family: consolas, courier, monospace; 1436 font-family: consolas, courier, monospace;
1442 font-size: 1em; 1437 font-size: 1em;
1443 line-height: 1.2em; 1438 line-height: 1.2em;
1444 white-space: pre; 1439 white-space: pre;
1445 } 1440 }
1446 1441
1447 /* library-ref */ 1442 /* library-ref */
1448 /* TODO(cbernaschina) fix library-ref-wrapped to library-ref when wrapper
1449 removed */
1450 1443
1451 library-ref-wrapped > a[href]:hover { 1444 library-ref > a[href]:hover {
1452 text-decoration: underline; 1445 text-decoration: underline;
1453 } 1446 }
1454 library-ref-wrapped > a[href] { 1447 library-ref > a[href] {
1455 color: #0489c3; 1448 color: #0489c3;
1456 text-decoration: none; 1449 text-decoration: none;
1457 } 1450 }
1458 1451
1459 .nav-option { 1452 .nav-option {
1460 float: right; 1453 float: right;
1461 margin: 3px; 1454 margin: 3px;
1462 padding: 8px; 1455 padding: 8px;
1463 } 1456 }
1464 1457
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 background-color: #FFE0B2; 1501 background-color: #FFE0B2;
1509 } 1502 }
1510 logging-list .SEVERE { 1503 logging-list .SEVERE {
1511 background-color: #FFCCBC; 1504 background-color: #FFCCBC;
1512 } 1505 }
1513 logging-list .SHOUT { 1506 logging-list .SHOUT {
1514 background-color: #FFCDD2; 1507 background-color: #FFCDD2;
1515 } 1508 }
1516 1509
1517 /* megamorphic-cache-ref */ 1510 /* megamorphic-cache-ref */
1518 /* TODO(cbernaschina) fix megamorphic-cache-ref-wrapped to megamorphic-cache-ref
1519 when wrapper removed */
1520 1511
1521 megamorphic-cache-ref-wrapped > a[href]:hover { 1512 megamorphic-cache-ref > a[href]:hover {
1522 text-decoration: underline; 1513 text-decoration: underline;
1523 } 1514 }
1524 megamorphic-cache-ref-wrapped > a[href] { 1515 megamorphic-cache-ref > a[href] {
1525 color: #0489c3; 1516 color: #0489c3;
1526 text-decoration: none; 1517 text-decoration: none;
1527 } 1518 }
1528 megamorphic-cache-ref-wrapped > a[href] * { 1519 megamorphic-cache-ref > a[href] * {
1529 color: inherit; 1520 color: inherit;
1530 } 1521 }
1531 1522
1532 /* metric-graph */ 1523 /* metric-graph */
1533 1524
1534 metric-graph { 1525 metric-graph {
1535 display: block; 1526 display: block;
1536 height: 100%; 1527 height: 100%;
1537 } 1528 }
1538 1529
(...skipping 15 matching lines...) Expand all
1554 height: 100%; 1545 height: 100%;
1555 } 1546 }
1556 1547
1557 metrics-page > div > .graph { 1548 metrics-page > div > .graph {
1558 display: block; 1549 display: block;
1559 height: 100%; 1550 height: 100%;
1560 margin-top: -300px; 1551 margin-top: -300px;
1561 padding-top: 300px; 1552 padding-top: 300px;
1562 } 1553 }
1563 1554
1555 /* nav-bar */
1556
1557 nav.nav-bar {
1558 line-height: normal;
1559 position: fixed;
1560 top: 0;
1561 width: 100%;
1562 z-index: 1000;
1563 }
1564 nav.nav-bar > ul {
1565 display: inline-table;
1566 position: relative;
1567 list-style: none;
1568 padding-left: 0;
1569 margin: 0;
1570 width: 100%;
1571 z-index: 1000;
1572 font: 400 16px 'Montserrat', sans-serif;
1573 color: white;
1574 background-color: #0489c3;
1575 }
1576
1577 /* nav-menu */
1578 li.nav-menu:before {
1579 display: inline-block;
1580 content: '>';
1581 margin-left: 0.5em;
1582 margin-right: 0.5em;
1583 }
1584 nav.nav-bar > ul *:first-child li.nav-menu:before {
1585 content: '';
1586 margin-left: 0;
1587 margin-right: 0;
1588 }
1589 li.nav-menu, .nav-menu_label {
1590 display: inline-block;
1591 }
1592 .nav-menu_label > a {
1593 display: inline-block;
1594 padding: 12px 8px;
1595 color: White;
1596 text-decoration: none;
1597 }
1598 .nav-menu_label:hover > a {
1599 background: #455;
1600 }
1601 .nav-menu_label > ul {
1602 display: none;
1603 position: absolute;
1604 top: 98%;
1605 list-style: none;
1606 margin: 0;
1607 padding: 0;
1608 width: auto;
1609 z-index: 1000;
1610 font: 400 16px 'Montserrat', sans-serif;
1611 color: white;
1612 background: #567;
1613 }
1614 .nav-menu_label > ul:after {
1615 content: ""; clear: both; display: block;
1616 }
1617 .nav-menu_label:hover > ul {
1618 display: block;
1619 }
1620
1621 /* nav-menu-item */
1622
1623 nav-menu-item li.nav-menu-item {
1624 float: none;
1625 border-top: 1px solid #677;
1626 border-bottom: 1px solid #556; position: relative;
1627 }
1628 nav-menu-item li.nav-menu-item:hover {
1629 background: #455;
1630 }
1631 nav-menu-item li.nav-menu-item > a {
1632 display: block;
1633 padding: 12px 12px;
1634 color: white;
1635 text-decoration: none;
1636 }
1637 nav-menu-item li.nav-menu-item > ul {
1638 display: none;
1639 position: absolute;
1640 top:0;
1641 left: 100%;
1642 list-style: none;
1643 padding: 0;
1644 margin-left: 0;
1645 width: auto;
1646 z-index: 1000;
1647 font: 400 16px 'Montserrat', sans-serif;
1648 color: white;
1649 background: #567;
1650 }
1651 nav-menu-item li.nav-menu-item > ul:after {
1652 content: ""; clear: both; display: block;
1653 }
1654 nav-menu-item li.nav-menu-item:hover > ul {
1655 display: block;
1656 }
1657
1564 /* nav-notify */ 1658 /* nav-notify */
1565 /* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper 1659
1566 removed */ 1660 nav-notify > div {
1567 nav-notify-wrapped > div {
1568 float: right; 1661 float: right;
1569 } 1662 }
1570 nav-notify-wrapped > div > div { 1663 nav-notify > div > div {
1571 display: block; 1664 display: block;
1572 position: absolute; 1665 position: absolute;
1573 top: 98%; 1666 top: 98%;
1574 right: 0; 1667 right: 0;
1575 margin: 0; 1668 margin: 0;
1576 padding: 0; 1669 padding: 0;
1577 width: auto; 1670 width: auto;
1578 z-index: 1000; 1671 z-index: 1000;
1579 background: none; 1672 background: none;
1580 } 1673 }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 font-size: 18px; 1725 font-size: 18px;
1633 cursor: pointer; 1726 cursor: pointer;
1634 text-align: center; 1727 text-align: center;
1635 } 1728 }
1636 1729
1637 nav-exception > div > button:hover, nav-event > div > button:hover { 1730 nav-exception > div > button:hover, nav-event > div > button:hover {
1638 background: rgba(255,255,255,0.5); 1731 background: rgba(255,255,255,0.5);
1639 } 1732 }
1640 1733
1641 /* nav-refresh */ 1734 /* nav-refresh */
1642 /* TODO(cbernaschina) fix nav-refresh-wrapped to nav-refresh when wrapper
1643 removed */
1644 1735
1645 nav-refresh-wrapped > li > button { 1736 nav-refresh > li > button {
1646 color: #000; 1737 color: #000;
1647 margin: 3px; 1738 margin: 3px;
1648 padding: 8px; 1739 padding: 8px;
1649 border-width: 2px; 1740 border-width: 2px;
1650 line-height: 13px; 1741 line-height: 13px;
1651 font-size: 13px; 1742 font-size: 13px;
1652 font: 400 'Montserrat', sans-serif; 1743 font: 400 'Montserrat', sans-serif;
1653 } 1744 }
1654 nav-refresh-wrapped > li > button[disabled] { 1745 nav-refresh > li > button[disabled] {
1655 color: #aaa; 1746 color: #aaa;
1656 cursor: wait; 1747 cursor: wait;
1657 } 1748 }
1658 nav-refresh-wrapped > li { 1749 nav-refresh > li {
1659 float: right; 1750 float: right;
1660 margin: 0; 1751 margin: 0;
1661 } 1752 }
1662 1753
1663 /* object-common && class-instances */ 1754 /* object-common && class-instances */
1664 /* TODO(cbernaschina) fix object-common-wrapped to object-common when wrapper
1665 removed */
1666 1755
1667 class-instances button:hover, 1756 class-instances button:hover,
1668 object-common-wrapped button:hover { 1757 object-common button:hover {
1669 background-color: transparent; 1758 background-color: transparent;
1670 border: none; 1759 border: none;
1671 text-decoration: underline; 1760 text-decoration: underline;
1672 } 1761 }
1673 class-instances button, 1762 class-instances button,
1674 object-common-wrapped button { 1763 object-common button {
1675 background-color: transparent; 1764 background-color: transparent;
1676 border: none; 1765 border: none;
1677 color: #0489c3; 1766 color: #0489c3;
1678 padding: 0; 1767 padding: 0;
1679 margin: -8px 4px; 1768 margin: -8px 4px;
1680 font-size: 20px; 1769 font-size: 20px;
1681 text-decoration: none; 1770 text-decoration: none;
1682 } 1771 }
1683 1772
1684 /* object-pool-ref */ 1773 /* object-pool-ref */
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 text-decoration: underline; 1866 text-decoration: underline;
1778 } 1867 }
1779 1868
1780 /* ports-page */ 1869 /* ports-page */
1781 1870
1782 ports-page .port-number { 1871 ports-page .port-number {
1783 font-weight: bold; 1872 font-weight: bold;
1784 } 1873 }
1785 1874
1786 /* script-ref */ 1875 /* script-ref */
1787 /* TODO(cbernaschina) fix script-ref-wrapped to script-ref when wrapper
1788 removed */
1789 1876
1790 script-ref-wrapped > a[href]:hover { 1877 script-ref > a[href]:hover {
1791 text-decoration: underline; 1878 text-decoration: underline;
1792 } 1879 }
1793 1880
1794 script-ref-wrapped > a[href] { 1881 script-ref > a[href] {
1795 color: #0489c3; 1882 color: #0489c3;
1796 text-decoration: none; 1883 text-decoration: none;
1797 } 1884 }
1798 1885
1799 /* source-link */ 1886 /* source-link */
1800 /* TODO(cbernaschina) fix source-link-wrapped to source-link when wrapper
1801 removed */
1802 1887
1803 source-link-wrapped > a[href]:hover { 1888 source-link > a[href]:hover {
1804 text-decoration: underline; 1889 text-decoration: underline;
1805 } 1890 }
1806 1891
1807 source-link-wrapped > a[href] { 1892 source-link > a[href] {
1808 color: #0489c3; 1893 color: #0489c3;
1809 text-decoration: none; 1894 text-decoration: none;
1810 } 1895 }
1811 1896
1812 1897
1813 /* observatory-application */ 1898 /* observatory-application */
1814 1899
1815 observatory-application { 1900 observatory-application {
1816 display: block; 1901 display: block;
1817 height: 100%; 1902 height: 100%;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 sample-buffer-control .red { 1935 sample-buffer-control .red {
1851 background-color: #f2dede; 1936 background-color: #f2dede;
1852 } 1937 }
1853 1938
1854 sample-buffer-control .shadow { 1939 sample-buffer-control .shadow {
1855 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 1940 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),
1856 0 2px 5px 0 rgba(0, 0, 0, 0.26); 1941 0 2px 5px 0 rgba(0, 0, 0, 0.26);
1857 } 1942 }
1858 1943
1859 /* script-inset */ 1944 /* script-inset */
1860 /* TODO(cbernaschina) fix script-inset-wrapped to script-inset when wrapper
1861 removed */
1862 1945
1863 script-inset-wrapped { 1946 script-inset {
1864 position: relative; 1947 position: relative;
1865 } 1948 }
1866 script-inset-wrapped button.refresh, 1949 script-inset button.refresh,
1867 script-inset-wrapped button.toggle-profile { 1950 script-inset button.toggle-profile {
1868 background-color: transparent; 1951 background-color: transparent;
1869 padding: 0; 1952 padding: 0;
1870 margin: 0; 1953 margin: 0;
1871 border: none; 1954 border: none;
1872 position: absolute; 1955 position: absolute;
1873 display: inline-block; 1956 display: inline-block;
1874 top: 5px; 1957 top: 5px;
1875 color: #888888; 1958 color: #888888;
1876 line-height: 30px; 1959 line-height: 30px;
1877 font: 400 20px 'Montserrat', sans-serif; 1960 font: 400 20px 'Montserrat', sans-serif;
1878 } 1961 }
1879 script-inset-wrapped button.refresh { 1962 script-inset button.refresh {
1880 right: 5px; 1963 right: 5px;
1881 font-size: 25px; 1964 font-size: 25px;
1882 } 1965 }
1883 script-inset-wrapped button.toggle-profile { 1966 script-inset button.toggle-profile {
1884 right: 30px; 1967 right: 30px;
1885 font-size: 20px; 1968 font-size: 20px;
1886 } 1969 }
1887 script-inset-wrapped button.toggle-profile.enabled { 1970 script-inset button.toggle-profile.enabled {
1888 color: #BB3322; 1971 color: #BB3322;
1889 } 1972 }
1890 script-inset-wrapped a { 1973 script-inset a {
1891 color: #0489c3; 1974 color: #0489c3;
1892 text-decoration: none; 1975 text-decoration: none;
1893 } 1976 }
1894 script-inset-wrapped a:hover { 1977 script-inset a:hover {
1895 text-decoration: underline; 1978 text-decoration: underline;
1896 } 1979 }
1897 script-inset-wrapped .sourceInset { 1980 script-inset .sourceInset {
1898 } 1981 }
1899 script-inset-wrapped .sourceTable { 1982 script-inset .sourceTable {
1900 position: relative; 1983 position: relative;
1901 background-color: #f5f5f5; 1984 background-color: #f5f5f5;
1902 border: 1px solid #ccc; 1985 border: 1px solid #ccc;
1903 padding: 10px; 1986 padding: 10px;
1904 width: 100%; 1987 width: 100%;
1905 box-sizing: border-box; 1988 box-sizing: border-box;
1906 overflow-x: scroll; 1989 overflow-x: scroll;
1907 } 1990 }
1908 script-inset-wrapped .sourceRow { 1991 script-inset .sourceRow {
1909 display: flex; 1992 display: flex;
1910 flex-direction: row; 1993 flex-direction: row;
1911 width: 100%; 1994 width: 100%;
1912 } 1995 }
1913 script-inset-wrapped .sourceItem, 1996 script-inset .sourceItem,
1914 script-inset-wrapped .sourceItemCurrent { 1997 script-inset .sourceItemCurrent {
1915 vertical-align: top; 1998 vertical-align: top;
1916 font: 400 14px consolas, courier, monospace; 1999 font: 400 14px consolas, courier, monospace;
1917 line-height: 125%; 2000 line-height: 125%;
1918 white-space: pre; 2001 white-space: pre;
1919 max-width: 0; 2002 max-width: 0;
1920 } 2003 }
1921 script-inset-wrapped .currentLine { 2004 script-inset .currentLine {
1922 background-color: #fff; 2005 background-color: #fff;
1923 } 2006 }
1924 script-inset-wrapped .currentCol { 2007 script-inset .currentCol {
1925 background-color: #6cf; 2008 background-color: #6cf;
1926 } 2009 }
1927 script-inset-wrapped .hitsCurrent, 2010 script-inset .hitsCurrent,
1928 script-inset-wrapped .hitsNone, 2011 script-inset .hitsNone,
1929 script-inset-wrapped .hitsNotExecuted, 2012 script-inset .hitsNotExecuted,
1930 script-inset-wrapped .hitsExecuted, 2013 script-inset .hitsExecuted,
1931 script-inset-wrapped .hitsCompiled, 2014 script-inset .hitsCompiled,
1932 script-inset-wrapped .hitsNotCompiled { 2015 script-inset .hitsNotCompiled {
1933 display: table-cell; 2016 display: table-cell;
1934 vertical-align: top; 2017 vertical-align: top;
1935 font: 400 14px consolas, courier, monospace; 2018 font: 400 14px consolas, courier, monospace;
1936 margin-left: 5px; 2019 margin-left: 5px;
1937 margin-right: 5px; 2020 margin-right: 5px;
1938 text-align: right; 2021 text-align: right;
1939 color: #a8a8a8; 2022 color: #a8a8a8;
1940 } 2023 }
1941 script-inset-wrapped .hitsCurrent { 2024 script-inset .hitsCurrent {
1942 background-color: #6cf; 2025 background-color: #6cf;
1943 color: black; 2026 color: black;
1944 } 2027 }
1945 script-inset-wrapped .hitsNotExecuted { 2028 script-inset .hitsNotExecuted {
1946 background-color: #faa; 2029 background-color: #faa;
1947 } 2030 }
1948 script-inset-wrapped .hitsExecuted { 2031 script-inset .hitsExecuted {
1949 background-color: #aea; 2032 background-color: #aea;
1950 } 2033 }
1951 script-inset-wrapped .hitsCompiled { 2034 script-inset .hitsCompiled {
1952 background-color: #e0e0e0; 2035 background-color: #e0e0e0;
1953 } 2036 }
1954 script-inset-wrapped .hitsNotCompiled { 2037 script-inset .hitsNotCompiled {
1955 background-color: #f0c5c5; 2038 background-color: #f0c5c5;
1956 } 2039 }
1957 script-inset-wrapped .noCopy {} 2040 script-inset .noCopy {}
1958 script-inset-wrapped .emptyBreakpoint, 2041 script-inset .emptyBreakpoint,
1959 script-inset-wrapped .possibleBreakpoint, 2042 script-inset .possibleBreakpoint,
1960 script-inset-wrapped .busyBreakpoint, 2043 script-inset .busyBreakpoint,
1961 script-inset-wrapped .unresolvedBreakpoint, 2044 script-inset .unresolvedBreakpoint,
1962 script-inset-wrapped .resolvedBreakpoint { 2045 script-inset .resolvedBreakpoint {
1963 display: table-cell; 2046 display: table-cell;
1964 vertical-align: top; 2047 vertical-align: top;
1965 font: 400 14px consolas, courier, monospace; 2048 font: 400 14px consolas, courier, monospace;
1966 width: 1em; 2049 width: 1em;
1967 text-align: center; 2050 text-align: center;
1968 cursor: pointer; 2051 cursor: pointer;
1969 } 2052 }
1970 script-inset-wrapped .possibleBreakpoint { 2053 script-inset .possibleBreakpoint {
1971 color: #e0e0e0; 2054 color: #e0e0e0;
1972 } 2055 }
1973 script-inset-wrapped .possibleBreakpoint:hover { 2056 script-inset .possibleBreakpoint:hover {
1974 color: white; 2057 color: white;
1975 background-color: #777; 2058 background-color: #777;
1976 } 2059 }
1977 script-inset-wrapped .busyBreakpoint { 2060 script-inset .busyBreakpoint {
1978 color: white; 2061 color: white;
1979 background-color: black; 2062 background-color: black;
1980 cursor: wait; 2063 cursor: wait;
1981 } 2064 }
1982 script-inset-wrapped .unresolvedBreakpoint { 2065 script-inset .unresolvedBreakpoint {
1983 color: white; 2066 color: white;
1984 background-color: #cac; 2067 background-color: #cac;
1985 } 2068 }
1986 script-inset-wrapped .resolvedBreakpoint { 2069 script-inset .resolvedBreakpoint {
1987 color: white; 2070 color: white;
1988 background-color: #e66; 2071 background-color: #e66;
1989 } 2072 }
1990 script-inset-wrapped .unresolvedBreakAnnotation { 2073 script-inset .unresolvedBreakAnnotation {
1991 color: white; 2074 color: white;
1992 background-color: #cac; 2075 background-color: #cac;
1993 } 2076 }
1994 script-inset-wrapped .resolvedBreakAnnotation { 2077 script-inset .resolvedBreakAnnotation {
1995 color: white; 2078 color: white;
1996 background-color: #e66; 2079 background-color: #e66;
1997 } 2080 }
1998 script-inset-wrapped .notSourceProfile, 2081 script-inset .notSourceProfile,
1999 script-inset-wrapped .noProfile, 2082 script-inset .noProfile,
2000 script-inset-wrapped .coldProfile, 2083 script-inset .coldProfile,
2001 script-inset-wrapped .mediumProfile, 2084 script-inset .mediumProfile,
2002 script-inset-wrapped .hotProfile { 2085 script-inset .hotProfile {
2003 display: table-cell; 2086 display: table-cell;
2004 vertical-align: top; 2087 vertical-align: top;
2005 font: 400 14px consolas, courier, monospace; 2088 font: 400 14px consolas, courier, monospace;
2006 width: 4em; 2089 width: 4em;
2007 text-align: right; 2090 text-align: right;
2008 cursor: pointer; 2091 cursor: pointer;
2009 margin-left: 5px; 2092 margin-left: 5px;
2010 margin-right: 5px; 2093 margin-right: 5px;
2011 } 2094 }
2012 script-inset-wrapped .notSourceProfile { 2095 script-inset .notSourceProfile {
2013 } 2096 }
2014 script-inset-wrapped .noProfile { 2097 script-inset .noProfile {
2015 background-color: #e0e0e0; 2098 background-color: #e0e0e0;
2016 } 2099 }
2017 script-inset-wrapped .coldProfile { 2100 script-inset .coldProfile {
2018 background-color: #aea; 2101 background-color: #aea;
2019 } 2102 }
2020 script-inset-wrapped .mediumProfile { 2103 script-inset .mediumProfile {
2021 background-color: #fe9; 2104 background-color: #fe9;
2022 } 2105 }
2023 script-inset-wrapped .hotProfile { 2106 script-inset .hotProfile {
2024 background-color: #faa; 2107 background-color: #faa;
2025 } 2108 }
2026 2109
2027 /* stack-trace-tree-config */ 2110 /* stack-trace-tree-config */
2028 2111
2029 stack-trace-tree-config { 2112 stack-trace-tree-config {
2030 white-space: nowrap; 2113 white-space: nowrap;
2031 } 2114 }
2032 2115
2033 /* timeline-page */ 2116 /* timeline-page */
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2187 2270
2188 vm-connect-target > button.delete-button:hover { 2271 vm-connect-target > button.delete-button:hover {
2189 background: #ff0000; 2272 background: #ff0000;
2190 } 2273 }
2191 2274
2192 /* vm-connect */ 2275 /* vm-connect */
2193 2276
2194 vm-connect ul { 2277 vm-connect ul {
2195 list-style-type: none; 2278 list-style-type: none;
2196 } 2279 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/cpu_profile_table.dart ('k') | runtime/observatory/lib/src/elements/curly_block.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698