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

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

Issue 477113002: DevTools: [SSP] fix "insert style rule" button on mac (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/elementsPanel.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 padding: 4px; 193 padding: 4px;
194 color: #888; 194 color: #888;
195 background-color: #FFFFC2; 195 background-color: #FFFFC2;
196 } 196 }
197 197
198 .sidebar-pane-button-new-rule { 198 .sidebar-pane-button-new-rule {
199 background-image: url(Images/paneAddButtons.png); 199 background-image: url(Images/paneAddButtons.png);
200 background-position: 0 0; 200 background-position: 0 0;
201 position: absolute; 201 position: absolute;
202 height: 16px; 202 height: 16px;
203 width: 22px; 203 width: 23px;
204 right: 0px; 204 right: 10px;
205 bottom: 1px; 205 bottom: 1px;
206 visibility: hidden; 206 visibility: hidden;
207 } 207 }
208 208
209 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru le { 209 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru le {
210 visibility: visible; 210 visibility: visible;
211 } 211 }
212 212
213 .sidebar-pane-button-new-rule:hover { 213 .sidebar-pane-button-new-rule:hover {
214 background-position: -23px 0; 214 background-position: -23px 0;
215 } 215 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elementsPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698