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 3 * found in the LICENSE file. */ 4 5 /* These additional styles constrain the size of the proxy page to the height of 6 the dialog containing them. */ 7 html { 8 height: 100%; 9 } 10 11 body { 12 -webkit-box-sizing: border-box; 13 height: 100%; 14 margin: 0; 15 padding: 8px; 16 } 17 18 #proxyPage { 19 height: 100%; 20 } 21 22 #proxy-page-title { 23 /* We have a title on the window, so the title in domui should be hidden. */ 24 display: none; 25 } 26 27 #internet-details-content-area > .subpages-tab-contents { 28 height: 100% !important; 29 } 30 31 #advanced-config { 32 padding-top: 10px; 33 } 34 35 html[highlight=strong] input[type='button']:focus, 36 html[highlight=strong] input[type='checkbox']:focus, 37 html[highlight=strong] input[type='radio']:focus, 38 html[highlight=strong] input[type='text']:focus, 39 html[highlight=strong] input[type='url']:focus, 40 html[highlight=strong] button:focus, 41 html[highlight=strong] list:focus { 42 box-shadow: 0 0 23px rgb(77, 144, 254) !important; 43 } 44 45 html[highlight=strong] #network-proxy-tab { 46 padding: 10px; 47 } 48