1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/shared/customizableui/customizeTip.inc.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,76 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +#customization-tipPanel > .panel-arrowcontainer > .panel-arrowcontent { 1.9 + padding: 0; 1.10 + margin: 0; 1.11 + min-width: 400px; 1.12 + max-width: 1000px; 1.13 + min-height: 200px; 1.14 + border-radius: 3px; 1.15 + background-image: linear-gradient(90deg, #a0dfff 0%, #ceeeff 100%); 1.16 + border: 0px solid rgba(0,148,221,.5); 1.17 + box-shadow: 0 1px 5px 0 rgba(0,0,0,.5), inset 0 1px 1px 0 #fff; 1.18 +} 1.19 + 1.20 +#customization-tipPanel > .panel-arrowcontainer > .panel-arrowcontent:-moz-locale-dir(rtl) { 1.21 + background-image: linear-gradient(90deg, #ceeeff 0%, #a0dfff 100%); 1.22 +} 1.23 + 1.24 +.customization-tipPanel-infoBox { 1.25 + margin: 20px 25px 25px; 1.26 + width: 25px; 1.27 + background-image: url(chrome://browser/skin/customizableui/info-icon-customizeTip.png); 1.28 + background-repeat: no-repeat; 1.29 +} 1.30 + 1.31 +.customization-tipPanel-content { 1.32 + margin: 25px 0; 1.33 + font-size: 12px; 1.34 + line-height: 18px; 1.35 +} 1.36 + 1.37 +.customization-tipPanel-em { 1.38 + margin: 0; 1.39 + font-weight: bold; 1.40 +} 1.41 + 1.42 +.customization-tipPanel-contentImage { 1.43 + margin-top: 25px; 1.44 + list-style-image: url(chrome://browser/skin/customizableui/customize-illustration.png); 1.45 + min-width: 300px; 1.46 + max-width: 300px; 1.47 + min-height: 190px; 1.48 + max-height: 190px; 1.49 + display: -moz-box; 1.50 +} 1.51 + 1.52 +.customization-tipPanel-contentImage:-moz-locale-dir(rtl) { 1.53 + list-style-image: url(chrome://browser/skin/customizableui/customize-illustration-rtl.png); 1.54 +} 1.55 + 1.56 +.customization-tipPanel-link { 1.57 + -moz-appearance: none; 1.58 + background: transparent; 1.59 + border: none; 1.60 + box-shadow: none; 1.61 + color: rgb(25,82,171); 1.62 + margin: 0; 1.63 + cursor: pointer; 1.64 +} 1.65 + 1.66 +.customization-tipPanel-link > .button-box > .button-text { 1.67 + margin: 0 !important; 1.68 +} 1.69 + 1.70 +.customization-tipPanel-closeBox > .close-icon { 1.71 + -moz-appearance: none; 1.72 + border: 0; 1.73 + -moz-margin-end: -25px; 1.74 +} 1.75 + 1.76 +#customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="left"], 1.77 +#customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="right"] { 1.78 + list-style-image: url("chrome://browser/skin/customizableui/panelarrow-customizeTip.png"); 1.79 +}