|
18 | 18 | */ |
19 | 19 |
|
20 | 20 | .inAppBrowserWrap { |
21 | | - margin: 0; |
22 | | - padding: 0; |
23 | | - outline: 0; |
24 | | - font-size: 100%; |
25 | | - vertical-align: baseline; |
26 | | - background: 0 0; |
27 | | - position: fixed; |
28 | | - top: 0; |
29 | | - left: 0; |
30 | | - width: 100%; |
31 | | - height: 100%; |
32 | | - z-index: 9999999; |
33 | | - box-sizing: border-box; |
34 | | - border: 40px solid #bfbfbf; |
35 | | - border: 40px solid rgba(0, 0, 0, 0.25); |
| 21 | + margin: 0; |
| 22 | + padding: 0; |
| 23 | + outline: 0; |
| 24 | + font-size: 100%; |
| 25 | + vertical-align: baseline; |
| 26 | + background: 0 0; |
| 27 | + position: fixed; |
| 28 | + top: 0; |
| 29 | + left: 0; |
| 30 | + width: 100%; |
| 31 | + height: 100%; |
| 32 | + z-index: 9999999; |
| 33 | + box-sizing: border-box; |
| 34 | + border: 40px solid #bfbfbf; |
| 35 | + border: 40px solid rgba(0, 0, 0, 0.25); |
36 | 36 | } |
37 | 37 |
|
38 | 38 | .inAppBrowserWrapFullscreen { |
39 | | - border: 0; |
| 39 | + border: 0; |
40 | 40 | } |
41 | 41 |
|
42 | 42 | .inappbrowser-app-bar { |
43 | | - height: 70px; |
44 | | - background-color: #404040; |
45 | | - z-index: 9999999; |
| 43 | + height: 70px; |
| 44 | + background-color: #404040; |
| 45 | + z-index: 9999999; |
46 | 46 | } |
47 | 47 |
|
48 | 48 | .inappbrowser-app-bar-inner { |
49 | | - padding-top: 10px; |
50 | | - height: 60px; |
51 | | - width: 155px; |
52 | | - margin: 0 auto; |
53 | | - background-color: #404040; |
54 | | - z-index: 9999999; |
| 49 | + padding-top: 10px; |
| 50 | + height: 60px; |
| 51 | + width: 155px; |
| 52 | + margin: 0 auto; |
| 53 | + background-color: #404040; |
| 54 | + z-index: 9999999; |
55 | 55 | } |
56 | 56 |
|
57 | 57 | .app-bar-action { |
58 | | - width: auto; |
59 | | - height: 40px; |
60 | | - margin-left: 20px; |
61 | | - font-family: "Segoe UI Symbol"; |
62 | | - float: left; |
63 | | - color: white; |
64 | | - font-size: 12px; |
65 | | - text-transform: lowercase; |
66 | | - text-align: center; |
67 | | - cursor: default; |
| 58 | + width: auto; |
| 59 | + height: 40px; |
| 60 | + margin-left: 20px; |
| 61 | + font-family: 'Segoe UI Symbol'; |
| 62 | + float: left; |
| 63 | + color: white; |
| 64 | + font-size: 12px; |
| 65 | + text-transform: lowercase; |
| 66 | + text-align: center; |
| 67 | + cursor: default; |
68 | 68 | } |
69 | 69 |
|
70 | 70 | .app-bar-action[disabled] { |
71 | | - color: gray; |
72 | | - /*disable click*/ |
73 | | - pointer-events: none; |
| 71 | + color: gray; |
| 72 | + /*disable click*/ |
| 73 | + pointer-events: none; |
74 | 74 | } |
75 | 75 |
|
76 | 76 | .app-bar-action::before { |
77 | | - font-size: 28px; |
78 | | - display: block; |
79 | | - height: 36px; |
| 77 | + font-size: 28px; |
| 78 | + display: block; |
| 79 | + height: 36px; |
80 | 80 | } |
81 | 81 |
|
82 | 82 | /* Back */ |
83 | | -.action-back { |
84 | | - margin-left: 0px; |
| 83 | +.action-back { |
| 84 | + margin-left: 0px; |
85 | 85 | } |
86 | 86 |
|
87 | 87 | .action-back::before { |
88 | | - content: "\E0BA"; |
| 88 | + content: '\E0BA'; |
89 | 89 | } |
90 | 90 |
|
91 | 91 | .action-back:not([disabled]):hover::before { |
92 | | - content: "\E0B3"; |
| 92 | + content: '\E0B3'; |
93 | 93 | } |
94 | 94 |
|
95 | 95 | /* Forward */ |
96 | 96 | .action-forward::before { |
97 | | - content: "\E0AC"; |
| 97 | + content: '\E0AC'; |
98 | 98 | } |
99 | 99 |
|
100 | 100 | .action-forward:not([disabled]):hover::before { |
101 | | - content: "\E0AF"; |
| 101 | + content: '\E0AF'; |
102 | 102 | } |
103 | 103 |
|
104 | 104 | /* Close */ |
105 | 105 | .action-close::before { |
106 | | - content: "\E0C7"; |
107 | | - /* close icon is larger so we re-size it to fit other icons */ |
108 | | - font-size: 20px; |
109 | | - line-height: 40px; |
| 106 | + content: '\E0C7'; |
| 107 | + /* close icon is larger so we re-size it to fit other icons */ |
| 108 | + font-size: 20px; |
| 109 | + line-height: 40px; |
110 | 110 | } |
111 | 111 |
|
112 | 112 | .action-close:not([disabled]):hover::before { |
113 | | - content: "\E0CA"; |
| 113 | + content: '\E0CA'; |
114 | 114 | } |
0 commit comments