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

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

Issue 468973002: DevTools: [SSP] fix design glitches in "Insert New Rule" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: insert rule title consistent with SSP 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 | Annotate | Revision Log
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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 } 184 }
185 185
186 .styles-section { 186 .styles-section {
187 padding: 2px 2px 4px 4px; 187 padding: 2px 2px 4px 4px;
188 min-height: 18px; 188 min-height: 18px;
189 white-space: nowrap; 189 white-space: nowrap;
190 background-origin: padding; 190 background-origin: padding;
191 background-clip: padding; 191 background-clip: padding;
192 -webkit-user-select: text; 192 -webkit-user-select: text;
193 border-bottom: 1px solid rgb(191, 191, 191); 193 border-bottom: 1px solid rgb(191, 191, 191);
194 position: relative;
194 } 195 }
195 196
196 .styles-pane .sidebar-separator { 197 .styles-pane .sidebar-separator {
197 border-top: 0px none; 198 border-top: 0px none;
198 } 199 }
199 200
200 .styles-section.user-rule { 201 .styles-section.user-rule {
201 display: none; 202 display: none;
202 } 203 }
203 204
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 751
751 .crumbs .crumb.selected, .crumbs .crumb.selected:hover { 752 .crumbs .crumb.selected, .crumbs .crumb.selected:hover {
752 background-color: rgb(56, 121, 217); 753 background-color: rgb(56, 121, 217);
753 color: white; 754 color: white;
754 text-shadow: rgba(255, 255, 255, 0.5) 0 0 0; 755 text-shadow: rgba(255, 255, 255, 0.5) 0 0 0;
755 } 756 }
756 757
757 .crumbs .crumb:hover { 758 .crumbs .crumb:hover {
758 background-color: rgb(216, 216, 216); 759 background-color: rgb(216, 216, 216);
759 } 760 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | Source/devtools/front_end/sidebarPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698