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

Side by Side Diff: Source/WebCore/css/html.css

Issue 7828001: Merge 94268 - REGRESSION(r88115): "Choose File" button doesn't respect font-size property for the... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 3 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 * The default style sheet used to render HTML. 2 * The default style sheet used to render HTML.
3 * 3 *
4 * Copyright (C) 2000 Lars Knoll (knoll@kde.org) 4 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
5 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. 5 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
6 * 6 *
7 * This library is free software; you can redistribute it and/or 7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public 8 * modify it under the terms of the GNU Library General Public
9 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version. 10 * version 2 of the License, or (at your option) any later version.
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 547
548 input[type="button"], input[type="submit"], input[type="reset"] { 548 input[type="button"], input[type="submit"], input[type="reset"] {
549 -webkit-appearance: push-button; 549 -webkit-appearance: push-button;
550 white-space: pre 550 white-space: pre
551 } 551 }
552 552
553 input[type="file"]::-webkit-file-upload-button { 553 input[type="file"]::-webkit-file-upload-button {
554 -webkit-appearance: push-button; 554 -webkit-appearance: push-button;
555 white-space: nowrap; 555 white-space: nowrap;
556 margin: 0; 556 margin: 0;
557 font-size: inherit;
557 } 558 }
558 559
559 input[type="button"], input[type="submit"], input[type="reset"], input[type="fil e"]::-webkit-file-upload-button, button { 560 input[type="button"], input[type="submit"], input[type="reset"], input[type="fil e"]::-webkit-file-upload-button, button {
560 -webkit-box-align: center; 561 -webkit-box-align: center;
561 text-align: center; 562 text-align: center;
562 cursor: default; 563 cursor: default;
563 color: ButtonText; 564 color: ButtonText;
564 padding: 2px 6px 3px 6px; 565 padding: 2px 6px 3px 6px;
565 border: 2px outset ButtonFace; 566 border: 2px outset ButtonFace;
566 background-color: ButtonFace; 567 background-color: ButtonFace;
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 @page { 988 @page {
988 /* FIXME: Define the right default values for page properties. */ 989 /* FIXME: Define the right default values for page properties. */
989 size: auto; 990 size: auto;
990 margin: auto; 991 margin: auto;
991 padding: 0px; 992 padding: 0px;
992 border-width: 0px; 993 border-width: 0px;
993 } 994 }
994 995
995 /* noscript is handled internally, as it depends on settings. */ 996 /* noscript is handled internally, as it depends on settings. */
996 997
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