| Index: chrome/browser/resources/options2/browser_options.css
|
| diff --git a/chrome/browser/resources/options2/browser_options.css b/chrome/browser/resources/options2/browser_options.css
|
| deleted file mode 100644
|
| index 7e2096406489353f44cc0c3c7c823966d748cd18..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/options2/browser_options.css
|
| +++ /dev/null
|
| @@ -1,425 +0,0 @@
|
| -/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file. */
|
| -
|
| -#change-home-page-section {
|
| - margin-left: 30px;
|
| -}
|
| -
|
| -#home-page-url {
|
| - display: inline-block;
|
| - max-width: 400px;
|
| - overflow: hidden;
|
| - text-overflow: ellipsis;
|
| -}
|
| -
|
| -#default-browser-state {
|
| - margin-top: 6px;
|
| -}
|
| -
|
| -#sync-overview p {
|
| - display: inline;
|
| -}
|
| -
|
| -#account-picture-wrapper {
|
| - border: 1px solid rgba(0, 0, 0, 0.3);
|
| - border-radius: 4px;
|
| - cursor: pointer;
|
| - display: inline-block;
|
| - float: left;
|
| - margin: 0 2px 10px 0;
|
| - padding: 3px;
|
| - position: relative;
|
| -}
|
| -
|
| -html[dir=rtl] #account-picture-wrapper {
|
| - float: right;
|
| -}
|
| -
|
| -#account-picture {
|
| - height: 56px;
|
| - vertical-align: middle;
|
| - width: 56px;
|
| -}
|
| -
|
| -#change-picture-caption {
|
| - background: rgba(0, 0, 0, 0.5);
|
| - bottom: 0;
|
| - color: white;
|
| - font-size: small;
|
| - margin: 3px 0;
|
| - position: absolute;
|
| - text-align: center;
|
| - /* Width of #account-picture. */
|
| - width: 56px;
|
| -}
|
| -
|
| -#account-picture-wrapper:not(:hover) #change-picture-caption {
|
| - visibility: hidden;
|
| -}
|
| -
|
| -#sync-general {
|
| - -webkit-margin-start: 76px;
|
| - margin-bottom: 10px;
|
| -}
|
| -
|
| -#sync-buttons {
|
| - clear: both;
|
| -}
|
| -
|
| -#profiles-list {
|
| - margin-bottom: 10px;
|
| - min-height: 0;
|
| -}
|
| -
|
| -#profiles-list > * {
|
| - height: 40px;
|
| -}
|
| -
|
| -#profiles-list:focus {
|
| - border-color: rgb(77, 144, 254);
|
| -}
|
| -
|
| -.profile-img {
|
| - height: 31px;
|
| - padding: 3px;
|
| - vertical-align: middle;
|
| - width: 38px;
|
| -}
|
| -
|
| -.profile-item-current {
|
| - font-weight: bold;
|
| -}
|
| -
|
| -#profiles-buttons {
|
| - white-space: nowrap;
|
| -}
|
| -
|
| -.sync-error {
|
| - background: rgb(255, 219, 219);
|
| - border: 1px solid rgb(206, 76, 76);
|
| - border-radius: 2px;
|
| - padding: 10px;
|
| -}
|
| -
|
| -.sync-error .link-button {
|
| - margin: 0 1ex;
|
| - padding: 0;
|
| -}
|
| -
|
| -#mac-passwords-warning {
|
| - margin-top: 10px;
|
| -}
|
| -
|
| -input[type='range'] {
|
| - vertical-align: middle;
|
| -}
|
| -
|
| -/* Internet settings */
|
| -
|
| -#network-settings {
|
| - position: relative;
|
| -}
|
| -
|
| -#network-list {
|
| - min-height: 0;
|
| - width: 320px;
|
| -}
|
| -
|
| -.network-group {
|
| - -webkit-box-orient: horizontal;
|
| - display: -webkit-box;
|
| - height: 42px;
|
| - vertical-align: middle;
|
| -}
|
| -
|
| -list:not([disabled]) > .network-group:hover,
|
| -list:not([disabled]) > .network-group[selected] {
|
| - background-color: #f8f8f8 !important;
|
| - background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
|
| - rgba(255, 255, 255, 0)) !important;
|
| - box-shadow: inset 0 0 1px 1px #f0f0f0;
|
| -}
|
| -
|
| -.network-group-labels {
|
| - -webkit-box-flex: 1;
|
| - -webkit-box-orient: vertical;
|
| - display: -webkit-box;
|
| - padding-top: 3px;
|
| -}
|
| -
|
| -.network-icon {
|
| - -webkit-margin-end: 8px;
|
| - background-position: left top;
|
| - background-size: 25px;
|
| - display: -webkit-box;
|
| - height: 25px;
|
| - width: 25px;
|
| -}
|
| -
|
| -@-webkit-keyframes connecting-animation {
|
| - 0% {
|
| - background-position: 0 25%;
|
| - }
|
| - 12.5% {
|
| - background-position: 0 50%;
|
| - }
|
| - 25% {
|
| - background-position: 0 75%;
|
| - }
|
| - 37.5% {
|
| - background-position: 0 100%;
|
| - }
|
| - 50% {
|
| - background-position: 0 100%;
|
| - }
|
| - 62.5% {
|
| - background-position: 0 75%;
|
| - }
|
| - 75% {
|
| - background-position: 0 50%;
|
| - }
|
| - 87.5% {
|
| - background-position: 0 25%;
|
| - }
|
| -}
|
| -
|
| -.network-wifi {
|
| - background-image: url('chrome://theme/IDR_STATUSBAR_NETWORK_ARCS_DARK');
|
| - background-size: 25px;
|
| -}
|
| -
|
| -.network-wimax {
|
| - background-image: url('chrome://theme/IDR_STATUSBAR_NETWORK_BARS_DARK');
|
| - background-size: 25px;
|
| -}
|
| -
|
| -.network-cellular {
|
| - background-image: url('chrome://theme/IDR_STATUSBAR_NETWORK_BARS_DARK');
|
| - background-size: 25px;
|
| -}
|
| -
|
| -.network-vpn {
|
| - background-image: url('chrome://theme/IDR_STATUSBAR_VPN');
|
| - background-size: 25px;
|
| -}
|
| -
|
| -.network-add-connection,
|
| -.network-control-active,
|
| -.network-control-inactive {
|
| - background-position: center center !important;
|
| - background-repeat: no-repeat;
|
| -}
|
| -
|
| -.network-add-connection {
|
| - background-image: url('chrome://theme/IDR_SIDETABS_NEW_TAB');
|
| - background-size: 16px;
|
| -}
|
| -
|
| -.network-control-inactive {
|
| - background-image: none;
|
| -}
|
| -
|
| -.network-control-active {
|
| - background-image: url('chrome://theme/IDR_PROFILE_SELECTED');
|
| - background-size: 16px;
|
| -}
|
| -
|
| -.network-options-button {
|
| - -webkit-box-flex: 0;
|
| - -webkit-transform: scale(0.6);
|
| - background-image: none;
|
| - background-position: center center;
|
| - display: block;
|
| - opacity: 0.5;
|
| - vertical-align: middle;
|
| - width: 19px;
|
| -}
|
| -
|
| -.network-group > .controlled-setting-indicator,
|
| -.network-menu-item > .controlled-setting-indicator {
|
| - -webkit-box-flex: 0;
|
| - -webkit-margin-end: 5px;
|
| - display: block;
|
| - height: 16px;
|
| - margin-top: 9px;
|
| - width: 16px;
|
| -}
|
| -
|
| -.network-group > .controlled-setting-indicator {
|
| - margin-top: 0;
|
| -}
|
| -
|
| -.network-options-button:hover {
|
| - opacity: 1;
|
| -}
|
| -
|
| -@-webkit-keyframes vpn-connecting-animation {
|
| - from {
|
| - opacity: 1;
|
| - }
|
| - to {
|
| - opacity: 0.2;
|
| - }
|
| -}
|
| -
|
| -.network-connecting {
|
| - -webkit-animation: connecting-animation 1s step-end infinite;
|
| -}
|
| -
|
| -.network-vpn.network-connecting {
|
| - -webkit-animation: vpn-connecting-animation 500ms alternate infinite;
|
| -}
|
| -
|
| -.network-title {
|
| - font-weight: 600;
|
| - line-height: 120%;
|
| -}
|
| -
|
| -.network-subtitle {
|
| - color: #333;
|
| - display: inline-block;
|
| - line-height: 100%;
|
| - max-width: 260px;
|
| - opacity: 0.4;
|
| - overflow: hidden;
|
| - padding-bottom: 3px;
|
| - text-overflow: ellipsis;
|
| - white-space: nowrap;
|
| -}
|
| -
|
| -.network-selector {
|
| - background: right center no-repeat;
|
| - background-image: url('../shared/images/select.png');
|
| - padding-right: 20px;
|
| -}
|
| -
|
| -.network-menu {
|
| - -webkit-box-shadow:
|
| - 0 0 0 1px rgba(0,0,0,0.1),
|
| - 0 5px 1px 1px rgba(0,0,0,0.1),
|
| - 0 5px 2px 1px rgba(0,0,0,0.1),
|
| - 0 5px 12px 1px rgba(0,0,0,0.5);
|
| - background: #fff;
|
| - display: block;
|
| - position: absolute;
|
| - width: 320px;
|
| - z-index: 1;
|
| -}
|
| -
|
| -.network-menu-item {
|
| - -webkit-padding-start: 32px;
|
| - background: left center no-repeat;
|
| - background-size: 25px;
|
| - display: -webkit-box;
|
| - height: 32px;
|
| - margin-left: 4px;
|
| - margin-right: 4px;
|
| - vertical-align: middle;
|
| -}
|
| -
|
| -@media (pointer:coarse) {
|
| - network-menu-item {
|
| - height: 40px;
|
| - }
|
| -}
|
| -
|
| -.network-menu-item-label {
|
| - -webkit-box-flex: 1;
|
| - color: #555;
|
| - display: block;
|
| - overflow-x: hidden;
|
| - padding-top: 8px;
|
| - text-overflow: ellipsis;
|
| - vertical-align: middle;
|
| - white-space: nowrap;
|
| -}
|
| -
|
| -.active-network {
|
| - color: black;
|
| - font-weight: bold;
|
| -}
|
| -
|
| -@media (pointer:coarse) {
|
| - .network-menu-item-label {
|
| - padding-top: 14px;
|
| - }
|
| -}
|
| -
|
| -.network-disabled-control {
|
| - color: #999;
|
| -}
|
| -
|
| -/* Restrict the size of the networks menu, by limiting the number of
|
| - visible networks. */
|
| -.network-menu-group {
|
| - max-height: 192px;
|
| - overflow-x: hidden;
|
| - overflow-y: auto;
|
| - text-overflow: ellipsis;
|
| -}
|
| -
|
| -@media (pointer:coarse) {
|
| - .network-menu-group {
|
| - max-height: 200px;
|
| - }
|
| -}
|
| -
|
| -html[dir=rtl] .network-menu-item {
|
| - background: right center no-repeat;
|
| -}
|
| -
|
| -.network-menu-item:hover {
|
| - background-color: #eee;
|
| -}
|
| -
|
| -.network-menu > hr {
|
| - opacity: 0.4;
|
| -}
|
| -
|
| -#shared-proxies {
|
| - margin-top: 12px;
|
| -}
|
| -
|
| -#web-content-section select,
|
| -.web-content-select-label {
|
| - min-width: 145px;
|
| -}
|
| -
|
| -.web-content-select-label > span:only-of-type {
|
| - display: inline-block;
|
| - min-width: 100px;
|
| -}
|
| -
|
| -#timezone-value {
|
| - display: inline-block;
|
| - vertical-align: baseline;
|
| -}
|
| -
|
| -#privacy-explanation {
|
| - line-height: 1.8em;
|
| -}
|
| -
|
| -#advanced-settings {
|
| - height: 0;
|
| - margin-top: 8px;
|
| - overflow: hidden;
|
| -}
|
| -
|
| -#auto-open-file-types-label {
|
| - padding: 0.45em 0
|
| -}
|
| -
|
| -.sliding {
|
| - -webkit-transition: height 200ms;
|
| - overflow-y: hidden;
|
| -}
|
| -
|
| -#keyboard-overlay .option-value > select {
|
| - width: 100%;
|
| -}
|
| -
|
| -#keyboard-overlay table {
|
| - /* Same as .settings-row {margin}. */
|
| - -webkit-border-vertical-spacing: 0.65em;
|
| -}
|
|
|