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

Side by Side Diff: chrome_linux64/resources/inspector/layersPanel.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years 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) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 } 119 }
120 120
121 .layer-container.selected { 121 .layer-container.selected {
122 border-color: black; 122 border-color: black;
123 } 123 }
124 124
125 .layer-container.hovered:not(.selected) { 125 .layer-container.hovered:not(.selected) {
126 border-color: rgb(150, 150, 255); 126 border-color: rgb(150, 150, 255);
127 } 127 }
128 128
129 .layer-container .paint-rect {
130 position: absolute;
131 border-style: solid;
132 }
133
129 .layer-details-view .empty-view { 134 .layer-details-view .empty-view {
130 font-size: 16px; 135 font-size: 16px;
131 } 136 }
132 137
133 .layer-details-view table td { 138 .layer-details-view table td {
134 padding-left: 8px; 139 padding-left: 8px;
135 } 140 }
136 141
137 .layer-details-view table td:first-child { 142 .layer-details-view table td:first-child {
138 font-weight: bold; 143 font-weight: bold;
139 } 144 }
140 145
141 } 146 }
OLDNEW
« no previous file with comments | « chrome_linux64/resources/inspector/inspectorCommon.css ('k') | chrome_linux64/resources/inspector/navigatorView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698