Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | #customization-tipPanel > .panel-arrowcontainer > .panel-arrowcontent { |
michael@0 | 6 | padding: 0; |
michael@0 | 7 | margin: 0; |
michael@0 | 8 | min-width: 400px; |
michael@0 | 9 | max-width: 1000px; |
michael@0 | 10 | min-height: 200px; |
michael@0 | 11 | border-radius: 3px; |
michael@0 | 12 | background-image: linear-gradient(90deg, #a0dfff 0%, #ceeeff 100%); |
michael@0 | 13 | border: 0px solid rgba(0,148,221,.5); |
michael@0 | 14 | box-shadow: 0 1px 5px 0 rgba(0,0,0,.5), inset 0 1px 1px 0 #fff; |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | #customization-tipPanel > .panel-arrowcontainer > .panel-arrowcontent:-moz-locale-dir(rtl) { |
michael@0 | 18 | background-image: linear-gradient(90deg, #ceeeff 0%, #a0dfff 100%); |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | .customization-tipPanel-infoBox { |
michael@0 | 22 | margin: 20px 25px 25px; |
michael@0 | 23 | width: 25px; |
michael@0 | 24 | background-image: url(chrome://browser/skin/customizableui/info-icon-customizeTip.png); |
michael@0 | 25 | background-repeat: no-repeat; |
michael@0 | 26 | } |
michael@0 | 27 | |
michael@0 | 28 | .customization-tipPanel-content { |
michael@0 | 29 | margin: 25px 0; |
michael@0 | 30 | font-size: 12px; |
michael@0 | 31 | line-height: 18px; |
michael@0 | 32 | } |
michael@0 | 33 | |
michael@0 | 34 | .customization-tipPanel-em { |
michael@0 | 35 | margin: 0; |
michael@0 | 36 | font-weight: bold; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .customization-tipPanel-contentImage { |
michael@0 | 40 | margin-top: 25px; |
michael@0 | 41 | list-style-image: url(chrome://browser/skin/customizableui/customize-illustration.png); |
michael@0 | 42 | min-width: 300px; |
michael@0 | 43 | max-width: 300px; |
michael@0 | 44 | min-height: 190px; |
michael@0 | 45 | max-height: 190px; |
michael@0 | 46 | display: -moz-box; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | .customization-tipPanel-contentImage:-moz-locale-dir(rtl) { |
michael@0 | 50 | list-style-image: url(chrome://browser/skin/customizableui/customize-illustration-rtl.png); |
michael@0 | 51 | } |
michael@0 | 52 | |
michael@0 | 53 | .customization-tipPanel-link { |
michael@0 | 54 | -moz-appearance: none; |
michael@0 | 55 | background: transparent; |
michael@0 | 56 | border: none; |
michael@0 | 57 | box-shadow: none; |
michael@0 | 58 | color: rgb(25,82,171); |
michael@0 | 59 | margin: 0; |
michael@0 | 60 | cursor: pointer; |
michael@0 | 61 | } |
michael@0 | 62 | |
michael@0 | 63 | .customization-tipPanel-link > .button-box > .button-text { |
michael@0 | 64 | margin: 0 !important; |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | .customization-tipPanel-closeBox > .close-icon { |
michael@0 | 68 | -moz-appearance: none; |
michael@0 | 69 | border: 0; |
michael@0 | 70 | -moz-margin-end: -25px; |
michael@0 | 71 | } |
michael@0 | 72 | |
michael@0 | 73 | #customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="left"], |
michael@0 | 74 | #customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="right"] { |
michael@0 | 75 | list-style-image: url("chrome://browser/skin/customizableui/panelarrow-customizeTip.png"); |
michael@0 | 76 | } |