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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 1418453009: Devtools UI: Colorize node links and make pseudo links clearer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/Source/devtools/front_end/components/domUtils.css ('k') | no next file » | 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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 padding: 0 5px; 673 padding: 0 5px;
674 border-top: 1px solid #ccc; 674 border-top: 1px solid #ccc;
675 border-bottom: 1px solid #ccc; 675 border-bottom: 1px solid #ccc;
676 color: rgb(50, 50, 50); 676 color: rgb(50, 50, 50);
677 white-space: nowrap; 677 white-space: nowrap;
678 text-overflow: ellipsis; 678 text-overflow: ellipsis;
679 overflow: hidden; 679 overflow: hidden;
680 line-height: 16px; 680 line-height: 16px;
681 } 681 }
682 682
683 .sidebar-separator > span.monospace {
684 background: rgb(255, 255, 255);
685 padding: 0px 3px;
686 border-radius: 2px;
687 border: 1px solid #C1C1C1;
688 }
689
683 .swatch-inner { 690 .swatch-inner {
684 width: 100%; 691 width: 100%;
685 height: 100%; 692 height: 100%;
686 display: inline-block; 693 display: inline-block;
687 border: 1px solid rgba(128, 128, 128, 0.6); 694 border: 1px solid rgba(128, 128, 128, 0.6);
688 } 695 }
689 696
690 .swatch-inner:hover { 697 .swatch-inner:hover {
691 border: 1px solid rgba(64, 64, 64, 0.8); 698 border: 1px solid rgba(64, 64, 64, 0.8);
692 } 699 }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 right: 2px; 751 right: 2px;
745 bottom: 2px; 752 bottom: 2px;
746 visibility: hidden; 753 visibility: hidden;
747 background-color: rgba(255, 255, 255, 0.8); 754 background-color: rgba(255, 255, 255, 0.8);
748 border: 1px solid #e5e5e5; 755 border: 1px solid #e5e5e5;
749 } 756 }
750 757
751 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar { 758 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar {
752 visibility: visible; 759 visibility: visible;
753 } 760 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/domUtils.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698