| Index: third_party/WebKit/Source/core/css/html.css
|
| diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
|
| index 586eef8a472c3ea73fac1a12bb94b0c504f501f1..e0a689655e37b8b47e6d06e6ee947a3ed0f16e0c 100644
|
| --- a/third_party/WebKit/Source/core/css/html.css
|
| +++ b/third_party/WebKit/Source/core/css/html.css
|
| @@ -391,11 +391,11 @@ button {
|
| }
|
|
|
| /* Form controls don't go vertical. */
|
| -input, textarea, keygen, select, button, meter, progress {
|
| +input, textarea, select, button, meter, progress {
|
| -webkit-writing-mode: horizontal-tb !important;
|
| }
|
|
|
| -input, textarea, keygen, select, button {
|
| +input, textarea, select, button {
|
| margin: 0__qem;
|
| font: -webkit-small-control;
|
| text-rendering: auto; /* FIXME: Remove when tabs work with optimizeLegibility. */
|
| @@ -483,14 +483,10 @@ input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-inner-spin-button {
|
| pointer-events: auto;
|
| }
|
|
|
| -keygen, select {
|
| +select {
|
| border-radius: 5px;
|
| }
|
|
|
| -keygen::-webkit-keygen-select {
|
| - margin: 0px;
|
| -}
|
| -
|
| textarea {
|
| -webkit-appearance: textarea;
|
| background-color: white;
|
| @@ -609,7 +605,7 @@ input[type="range" i]::-webkit-slider-thumb, input[type="range" i]::-webkit-medi
|
|
|
| input[type="button" i]:disabled, input[type="submit" i]:disabled, input[type="reset" i]:disabled,
|
| input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled,
|
| -select:disabled, keygen:disabled, optgroup:disabled, option:disabled,
|
| +select:disabled, optgroup:disabled, option:disabled,
|
| select[disabled]>option {
|
| color: GrayText
|
| }
|
| @@ -977,7 +973,7 @@ embed:focus, iframe:focus, object:focus {
|
| outline: none
|
| }
|
|
|
| -input:focus, textarea:focus, keygen:focus, select:focus {
|
| +input:focus, textarea:focus, select:focus {
|
| outline-offset: -2px
|
| }
|
|
|
|
|