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

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

Issue 2277543004: Converted Observatory script-inset & source-inset elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed long line 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 error-ref-wrapped > pre { 761 error-ref-wrapped > pre {
762 background-color: #f5f5f5; 762 background-color: #f5f5f5;
763 border: 1px solid #ccc; 763 border: 1px solid #ccc;
764 padding: 10px; 764 padding: 10px;
765 font-family: consolas, courier, monospace; 765 font-family: consolas, courier, monospace;
766 font-size: 1em; 766 font-size: 1em;
767 line-height: 1.2em; 767 line-height: 1.2em;
768 white-space: pre; 768 white-space: pre;
769 } 769 }
770 770
771 /* eval-box */
772 /* TODO(cbernaschina) fix eval-box-wrapped to error-ref when wrapper
773 removed */
774
775 eval-box-wrapped a[href]:hover {
776 text-decoration: underline;
777 }
778 eval-box-wrapped a[href] {
779 color: #0489c3;
780 text-decoration: none;
781 }
782 eval-box-wrapped .empathize {
783 font-style: italic;
784 }
785 eval-box-wrapped .indent {
786 margin-left: 1.5em;
787 font: 400 14px 'Montserrat', sans-serif;
788 line-height: 150%;
789 }
790 eval-box-wrapped .stackTraceBox {
791 margin-left: 1.5em;
792 background-color: #f5f5f5;
793 border: 1px solid #ccc;
794 padding: 10px;
795 font-family: consolas, courier, monospace;
796 font-size: 12px;
797 white-space: pre;
798 overflow-x: auto;
799 }
800 eval-box-wrapped .heading {
801 line-height: 30px;
802 position: relative;
803 box-sizing: border-box;
804 width: 100%;
805 min-width: 450px;
806 padding-right: 150px;
807 }
808 eval-box-wrapped .heading .textbox {
809 width: 100%;
810 min-width: 300px;
811 }
812 eval-box-wrapped .heading .buttons {
813 position: absolute;
814 top: 0;
815 right: 0px;
816 }
817 eval-box-wrapped.historyExpr,
818 eval-box-wrapped .historyValue {
819 vertical-align: text-top;
820 font: 400 14px 'Montserrat', sans-serif;
821 }
822 eval-box-wrapped .historyExpr button {
823 display: block;
824 color: black;
825 border: none;
826 background: none;
827 text-decoration: none;
828 padding: 6px 6px;
829 cursor: pointer;
830 white-space: pre-line;
831 }
832 eval-box-wrapped .historyExpr button:hover {
833 background-color: #fff3e3;
834 }
835 eval-box-wrapped .historyValue {
836 display: block;
837 padding: 6px 6px;
838 }
839 eval-box-wrapped .historyDelete button {
840 border: none;
841 background: none;
842 }
843 eval-box-wrapped .historyDelete button:hover {
844 color: #BB3311;
845 }
846
771 /* flag-list */ 847 /* flag-list */
772 848
773 flag-list .comment { 849 flag-list .comment {
774 color: #aaa; 850 color: #aaa;
775 } 851 }
776 852
777 flag-list .flag { 853 flag-list .flag {
778 padding: 3px 0; 854 padding: 3px 0;
779 } 855 }
780 856
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 1311
1236 sample-buffer-control .red { 1312 sample-buffer-control .red {
1237 background-color: #f2dede; 1313 background-color: #f2dede;
1238 } 1314 }
1239 1315
1240 sample-buffer-control .shadow { 1316 sample-buffer-control .shadow {
1241 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 1317 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),
1242 0 2px 5px 0 rgba(0, 0, 0, 0.26); 1318 0 2px 5px 0 rgba(0, 0, 0, 0.26);
1243 } 1319 }
1244 1320
1321 /* script-inset */
1322 /* TODO(cbernaschina) fix script-inset-wrapped to script-inset when wrapper
1323 removed */
1324
1325 script-inset-wrapped {
1326 position: relative;
1327 }
1328 script-inset-wrapped button.refresh,
1329 script-inset-wrapped button.toggle-profile {
1330 background-color: transparent;
1331 padding: 0;
1332 margin: 0;
1333 border: none;
1334 position: absolute;
1335 display: inline-block;
1336 top: 5px;
1337 color: #888888;
1338 line-height: 30px;
1339 }
1340 script-inset-wrapped button.refresh {
1341 right: 5px;
1342 font-size: 25px;
1343 }
1344 script-inset-wrapped button.toggle-profile {
1345 right: 30px;
1346 font-size: 20px;
1347 }
1348 script-inset-wrapped button.toggle-profile.enabled {
1349 color: #BB3322;
1350 }
1351 script-inset-wrapped a {
1352 color: #0489c3;
1353 text-decoration: none;
1354 }
1355 script-inset-wrapped a:hover {
1356 text-decoration: underline;
1357 }
1358 script-inset-wrapped .sourceInset {
1359 }
1360 script-inset-wrapped .sourceTable {
1361 position: relative;
1362 background-color: #f5f5f5;
1363 border: 1px solid #ccc;
1364 padding: 10px;
1365 width: 100%;
1366 box-sizing: border-box;
1367 overflow-x: scroll;
1368 }
1369 script-inset-wrapped .sourceRow {
1370 display: flex;
1371 flex-direction: row;
1372 width: 100%;
1373 }
1374 script-inset-wrapped .sourceItem, .sourceItemCurrent {
1375 vertical-align: top;
1376 font: 400 14px consolas, courier, monospace;
1377 line-height: 125%;
1378 white-space: pre;
1379 max-width: 0;
1380 }
1381 script-inset-wrapped .currentLine {
1382 background-color: #fff;
1383 }
1384 script-inset-wrapped .currentCol {
1385 background-color: #6cf;
1386 }
1387 script-inset-wrapped .hitsCurrent,
1388 script-inset-wrapped .hitsNone,
1389 script-inset-wrapped .hitsNotExecuted,
1390 script-inset-wrapped .hitsExecuted,
1391 script-inset-wrapped .hitsCompiled,
1392 script-inset-wrapped .hitsNotCompiled {
1393 display: table-cell;
1394 vertical-align: top;
1395 font: 400 14px consolas, courier, monospace;
1396 margin-left: 5px;
1397 margin-right: 5px;
1398 text-align: right;
1399 color: #a8a8a8;
1400 }
1401 script-inset-wrapped .hitsCurrent {
1402 background-color: #6cf;
1403 color: black;
1404 }
1405 script-inset-wrapped .hitsNotExecuted {
1406 background-color: #faa;
1407 }
1408 script-inset-wrapped .hitsExecuted {
1409 background-color: #aea;
1410 }
1411 script-inset-wrapped .hitsCompiled {
1412 background-color: #e0e0e0;
1413 }
1414 script-inset-wrapped .hitsNotCompiled {
1415 background-color: #f0c5c5;
1416 }
1417 script-inset-wrapped .noCopy {}
1418 script-inset-wrapped .emptyBreakpoint,
1419 script-inset-wrapped .possibleBreakpoint,
1420 script-inset-wrapped .busyBreakpoint,
1421 script-inset-wrapped .unresolvedBreakpoint,
1422 script-inset-wrapped .resolvedBreakpoint {
1423 display: table-cell;
1424 vertical-align: top;
1425 font: 400 14px consolas, courier, monospace;
1426 width: 1em;
1427 text-align: center;
1428 cursor: pointer;
1429 }
1430 script-inset-wrapped .possibleBreakpoint {
1431 color: #e0e0e0;
1432 }
1433 script-inset-wrapped .possibleBreakpoint:hover {
1434 color: white;
1435 background-color: #777;
1436 }
1437 script-inset-wrapped .busyBreakpoint {
1438 color: white;
1439 background-color: black;
1440 cursor: wait;
1441 }
1442 script-inset-wrapped .unresolvedBreakpoint {
1443 color: white;
1444 background-color: #cac;
1445 }
1446 script-inset-wrapped .resolvedBreakpoint {
1447 color: white;
1448 background-color: #e66;
1449 }
1450 script-inset-wrapped .unresolvedBreakAnnotation {
1451 color: white;
1452 background-color: #cac;
1453 }
1454 script-inset-wrapped .resolvedBreakAnnotation {
1455 color: white;
1456 background-color: #e66;
1457 }
1458 script-inset-wrapped .notSourceProfile,
1459 script-inset-wrapped .noProfile,
1460 script-inset-wrapped .coldProfile,
1461 script-inset-wrapped .mediumProfile,
1462 script-inset-wrapped .hotProfile {
1463 display: table-cell;
1464 vertical-align: top;
1465 font: 400 14px consolas, courier, monospace;
1466 width: 4em;
1467 text-align: right;
1468 cursor: pointer;
1469 margin-left: 5px;
1470 margin-right: 5px;
1471 }
1472 script-inset-wrapped .notSourceProfile {
1473 }
1474 script-inset-wrapped .noProfile {
1475 background-color: #e0e0e0;
1476 }
1477 script-inset-wrapped .coldProfile {
1478 background-color: #aea;
1479 }
1480 script-inset-wrapped .mediumProfile {
1481 background-color: #fe9;
1482 }
1483 script-inset-wrapped .hotProfile {
1484 background-color: #faa;
1485 }
1486
1245 /* stack-trace-tree-config */ 1487 /* stack-trace-tree-config */
1246 1488
1247 stack-trace-tree-config { 1489 stack-trace-tree-config {
1248 white-space: nowrap; 1490 white-space: nowrap;
1249 } 1491 }
1250 1492
1251 /* view-footer */ 1493 /* view-footer */
1252 1494
1253 view-footer { 1495 view-footer {
1254 padding: 1em; 1496 padding: 1em;
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 1613
1372 vm-connect-target > button.delete-button:hover { 1614 vm-connect-target > button.delete-button:hover {
1373 background: #ff0000; 1615 background: #ff0000;
1374 } 1616 }
1375 1617
1376 /* vm-connect */ 1618 /* vm-connect */
1377 1619
1378 vm-connect ul { 1620 vm-connect ul {
1379 list-style-type: none; 1621 list-style-type: none;
1380 } 1622 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/class_view.html ('k') | runtime/observatory/lib/src/elements/debugger.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698