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

Side by Side Diff: chrome/browser/resources/history/history.css

Issue 11785007: Changed history menu style to match new C++ menus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « no previous file | chrome/browser/resources/shared/css/menu.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body:not(.uber-frame) { 5 body:not(.uber-frame) {
6 color: rgb(48, 57, 66); 6 color: rgb(48, 57, 66);
7 margin: 0 8px 0 8px; 7 margin: 0 8px 0 8px;
8 } 8 }
9 9
10 #editing-controls, 10 #editing-controls,
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 -webkit-transition: opacity 200ms; 226 -webkit-transition: opacity 200ms;
227 opacity: 0; 227 opacity: 0;
228 } 228 }
229 229
230 .menu-button.drop-down { 230 .menu-button.drop-down {
231 position: relative; 231 position: relative;
232 top: 2px; 232 top: 2px;
233 } 233 }
234 234
235 #action-menu > :not(hr) { 235 #action-menu > :not(hr) {
236 line-height: 28px; 236 line-height: 29px;
237 } 237 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/shared/css/menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698