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

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

Issue 1310433002: Devtools: [LayoutEditor] highlight changed value in the SSP (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 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
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 .styles-section .style-properties li.filter-match, 192 .styles-section .style-properties li.filter-match,
193 .styles-section .simple-selector.filter-match { 193 .styles-section .simple-selector.filter-match {
194 background-color: rgba(255, 255, 0, 0.5); 194 background-color: rgba(255, 255, 0, 0.5);
195 } 195 }
196 196
197 .styles-section .style-properties li.overloaded.filter-match { 197 .styles-section .style-properties li.overloaded.filter-match {
198 background-color: rgba(255, 255, 0, 0.25); 198 background-color: rgba(255, 255, 0, 0.25);
199 } 199 }
200 200
201 .styles-section .style-properties li .css-update-highlight {
202 border-radius: 2px;
203 }
204
205 .styles-section .style-properties li .css-update-highlight.first-part {
206 color: white !important;
207 }
208
201 .styles-section .style-properties li.not-parsed-ok .exclamation-mark { 209 .styles-section .style-properties li.not-parsed-ok .exclamation-mark {
202 display: inline-block; 210 display: inline-block;
203 position: relative; 211 position: relative;
204 width: 11px; 212 width: 11px;
205 height: 10px; 213 height: 10px;
206 margin: 0 7px 0 0; 214 margin: 0 7px 0 0;
207 top: 1px; 215 top: 1px;
208 left: -36px; /* outdent to compensate for the top-level property indent */ 216 left: -36px; /* outdent to compensate for the top-level property indent */
209 -webkit-user-select: none; 217 -webkit-user-select: none;
210 cursor: default; 218 cursor: default;
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 734
727 .style-properties li.editing-sub-part { 735 .style-properties li.editing-sub-part {
728 padding: 3px 6px 8px 18px; 736 padding: 3px 6px 8px 18px;
729 margin: -1px -6px -8px -6px; 737 margin: -1px -6px -8px -6px;
730 text-overflow: clip; 738 text-overflow: clip;
731 } 739 }
732 740
733 .properties-widget-section { 741 .properties-widget-section {
734 padding: 2px 0px 2px 5px; 742 padding: 2px 0px 2px 5px;
735 } 743 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | Source/devtools/front_end/elements/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698