| Index: third_party/WebKit/Source/devtools/front_end/emulation/overrides.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/overrides.css b/third_party/WebKit/Source/devtools/front_end/emulation/overrides.css
|
| deleted file mode 100644
|
| index 85a72a7523ed7ad55312363f36bf06aee4819dd7..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/overrides.css
|
| +++ /dev/null
|
| @@ -1,217 +0,0 @@
|
| -/*
|
| - * Copyright (C) 2013 Google Inc. All rights reserved.
|
| - *
|
| - * Redistribution and use in source and binary forms, with or without
|
| - * modification, are permitted provided that the following conditions are
|
| - * met:
|
| - *
|
| - * * Redistributions of source code must retain the above copyright
|
| - * notice, this list of conditions and the following disclaimer.
|
| - * * Redistributions in binary form must reproduce the above
|
| - * copyright notice, this list of conditions and the following disclaimer
|
| - * in the documentation and/or other materials provided with the
|
| - * distribution.
|
| - * * Neither the name of Google Inc. nor the names of its
|
| - * contributors may be used to endorse or promote products derived from
|
| - * this software without specific prior written permission.
|
| - *
|
| - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - */
|
| -
|
| -.overrides-view fieldset {
|
| - border: none;
|
| - flex: 0 0 auto;
|
| - padding: 0;
|
| - margin: 0;
|
| -}
|
| -
|
| -.overrides-view fieldset p {
|
| - display: inline-block;
|
| - padding: 0;
|
| - margin: 0;
|
| - border: 0;
|
| -}
|
| -
|
| -.overrides-device-model-settings p label {
|
| - display: inline-block;
|
| -}
|
| -
|
| -.overrides-view .field-error-message {
|
| - display: none;
|
| -}
|
| -
|
| -.overrides-view input[type='text']:focus::-webkit-input-placeholder {
|
| - color: transparent !important;
|
| -}
|
| -
|
| -.overrides-view > .tabbed-pane {
|
| - overflow: hidden;
|
| -}
|
| -
|
| -/* Device tab */
|
| -
|
| -.overrides-device {
|
| - flex: 1 1 auto;
|
| - overflow: auto;
|
| - padding: 12px;
|
| -}
|
| -
|
| -.overrides-device input.numeric {
|
| - text-align: right;
|
| -}
|
| -
|
| -.overrides-device input[type=range] {
|
| - width: 100%;
|
| -}
|
| -
|
| -.overrides-device > label {
|
| - display: block;
|
| - margin-bottom: 7px;
|
| - white-space: nowrap;
|
| -}
|
| -
|
| -.overrides-device label {
|
| - margin-bottom: 10px;
|
| -}
|
| -
|
| -.overrides-device table {
|
| - margin-bottom: 5px;
|
| - white-space: nowrap !important;
|
| -}
|
| -
|
| -.overrides-device > label {
|
| - margin-bottom: 4px;
|
| -}
|
| -
|
| -.overrides-device .help-footnote {
|
| - border-top: 1px solid #EEEEEE;
|
| - margin: 0;
|
| - padding: 12px;
|
| -}
|
| -
|
| -.overrides-view label {
|
| - display: flex;
|
| - height: auto;
|
| -}
|
| -
|
| -.overrides-view fieldset[disabled] * {
|
| - cursor: default !important;
|
| -}
|
| -
|
| -.overrides-device .overrides-device-model-section {
|
| - white-space: nowrap;
|
| -}
|
| -
|
| -.overrides-device .overrides-device-model-section > span {
|
| - padding-right: 10px;
|
| -}
|
| -
|
| -.overrides-device .overrides-device-model-section select {
|
| - height: 20px;
|
| -}
|
| -
|
| -.overrides-device .overrides-device-model-section select.device-select {
|
| - width: 180px;
|
| - margin-right: 6px;
|
| -}
|
| -
|
| -.overrides-device .overrides-device-model-section .mode-container {
|
| - display: inline-block;
|
| - width: 140px;
|
| -}
|
| -
|
| -.overrides-device .overrides-device-model-section .mode-container label {
|
| - margin: 0;
|
| - display: inline-block;
|
| -}
|
| -
|
| -fieldset.overrides-device-model-settings {
|
| - padding: 16px;
|
| -}
|
| -
|
| -.overrides-device-model-settings > fieldset {
|
| - margin-left: 16px;
|
| -}
|
| -
|
| -.overrides-view input[type=text]:enabled:focus,
|
| -.overrides-view select:enabled:focus {
|
| - -webkit-transition: border-color 200ms;
|
| - border-color: rgb(77, 144, 254);
|
| - outline: none;
|
| -}
|
| -
|
| -.overrides-view input[type=text],
|
| -.overrides-view select {
|
| - border: 1px solid #bfbfbf;
|
| - border-radius: 2px;
|
| - box-sizing: border-box;
|
| - color: #444;
|
| - font: inherit;
|
| - border-width: 1px;
|
| -}
|
| -
|
| -.overrides-view input[type=text] {
|
| - margin-left: 3px;
|
| - min-height: 2em;
|
| - padding: 3px;
|
| -}
|
| -
|
| -.overrides-view input[readonly] {
|
| - background-color: rgb(235, 235, 228);
|
| -}
|
| -
|
| -.overrides-view .overrides-footer {
|
| - flex: 0 0 auto;
|
| - padding: 5px 8px;
|
| - border-top: 1px solid rgb(203,203,203);
|
| - background-color: #eee;
|
| -}
|
| -
|
| -.overrides-view .overrides-footer::before {
|
| - background-image: url(Images/toolbarButtonGlyphs.png);
|
| - background-size: 352px 168px;
|
| - width: 10px;
|
| - height: 10px;
|
| - content: "";
|
| - position: relative;
|
| - top: 2px;
|
| - background-position: -202px -107px;
|
| - float: left;
|
| - margin-right: 4px;
|
| -}
|
| -
|
| -@media (-webkit-min-device-pixel-ratio: 1.5) {
|
| -.overrides-view .overrides-footer::before {
|
| - background-image: url(Images/toolbarButtonGlyphs_2x.png);
|
| -}
|
| -} /* media */
|
| -
|
| -.overrides-view .overrides-footer label[is=dt-icon-label] {
|
| - margin-right: 3px;
|
| -}
|
| -
|
| -.overrides-splash-screen {
|
| - flex: auto;
|
| - padding: 12px;
|
| -}
|
| -
|
| -.overrides-splash-screen .toolbar {
|
| - display: inline-block;
|
| - margin-left: -4px;
|
| - position: relative;
|
| - top: 8px;
|
| -}
|
| -
|
| -#overrides-disable-button {
|
| - margin-bottom: 12px;
|
| -}
|
|
|