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

Side by Side Diff: Source/devtools/front_end/elementsPanel.css

Issue 471873002: DevTools: CSS cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 } 639 }
640 640
641 .sidebar-pane.composite .platform-fonts .sidebar-separator { 641 .sidebar-pane.composite .platform-fonts .sidebar-separator {
642 border-top: none; 642 border-top: none;
643 } 643 }
644 644
645 .sidebar-pane.composite .platform-fonts .stats-section { 645 .sidebar-pane.composite .platform-fonts .stats-section {
646 margin-bottom: 5px; 646 margin-bottom: 5px;
647 } 647 }
648 648
649 .sidebar-pane.composite .platform-fonts .css-font-value {
650 margin-left: 1ex;
651 }
652
653 .sidebar-pane.composite .platform-fonts .font-stats-item { 649 .sidebar-pane.composite .platform-fonts .font-stats-item {
654 padding-left: 1em; 650 padding-left: 1em;
655 } 651 }
656 652
657 .sidebar-pane.composite .platform-fonts .font-stats-item .delimeter { 653 .sidebar-pane.composite .platform-fonts .font-stats-item .delimeter {
658 margin: 0 1ex 0 1ex; 654 margin: 0 1ex 0 1ex;
659 } 655 }
660 656
661 .sidebar-pane.composite .metrics-and-styles .metrics { 657 .sidebar-pane.composite .metrics-and-styles .metrics {
662 border-bottom: none; 658 border-bottom: none;
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 747
752 .crumbs .crumb.selected, .crumbs .crumb.selected:hover { 748 .crumbs .crumb.selected, .crumbs .crumb.selected:hover {
753 background-color: rgb(56, 121, 217); 749 background-color: rgb(56, 121, 217);
754 color: white; 750 color: white;
755 text-shadow: rgba(255, 255, 255, 0.5) 0 0 0; 751 text-shadow: rgba(255, 255, 255, 0.5) 0 0 0;
756 } 752 }
757 753
758 .crumbs .crumb:hover { 754 .crumbs .crumb:hover {
759 background-color: rgb(216, 216, 216); 755 background-color: rgb(216, 216, 216);
760 } 756 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698