browser/themes/shared/customizableui/customizeTip.inc.css

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

mercurial