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

Side by Side Diff: Source/WebCore/inspector/front-end/inspector.css

Issue 10388247: Merge 116946 - Web Inspector: [Styles] css properties copied into clipboard contain extra line brea… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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 | 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 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 width: 1em; 1491 width: 1em;
1492 height: 1em; 1492 height: 1em;
1493 border: 1px solid rgba(128, 128, 128, 0.6); 1493 border: 1px solid rgba(128, 128, 128, 0.6);
1494 background-image: url(Images/checker.png); 1494 background-image: url(Images/checker.png);
1495 display: inline-block; 1495 display: inline-block;
1496 } 1496 }
1497 1497
1498 .swatch-inner { 1498 .swatch-inner {
1499 width: 100%; 1499 width: 100%;
1500 height: 100%; 1500 height: 100%;
1501 display: block; 1501 display: inline-block;
1502 margin-bottom: 1px;
1502 } 1503 }
1503 1504
1504 .swatch:hover { 1505 .swatch:hover {
1505 border: 1px solid rgba(64, 64, 64, 0.8); 1506 border: 1px solid rgba(64, 64, 64, 0.8);
1506 } 1507 }
1507 1508
1508 .pane:not(.expanded) + .pane, .pane:first-of-type { 1509 .pane:not(.expanded) + .pane, .pane:first-of-type {
1509 margin-top: -1px; 1510 margin-top: -1px;
1510 } 1511 }
1511 1512
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
2694 -webkit-border-image: url(Images/trackVert.png) 11 0 11 0; 2695 -webkit-border-image: url(Images/trackVert.png) 11 0 11 0;
2695 border-color: transparent; 2696 border-color: transparent;
2696 border-width: 11px 0 0 0; 2697 border-width: 11px 0 0 0;
2697 } 2698 }
2698 2699
2699 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:increment { 2700 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:increment {
2700 -webkit-border-image: url(Images/trackVert.png) 11 0 11 0; 2701 -webkit-border-image: url(Images/trackVert.png) 11 0 11 0;
2701 border-color: transparent; 2702 border-color: transparent;
2702 border-width: 0 0 11px 0; 2703 border-width: 0 0 11px 0;
2703 } 2704 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698