UNPKG

4.51 kBCSSView Raw
1.aiw-WinFxq-anchor {
2 -webkit-font-smoothing: antialiased;
3 -moz-osx-font-smoothing: grayscale;
4 font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
5 font-size: 9pt;
6 position: absolute;
7 top: 0;
8 left: 0;
9}
10
11.aiw-WinFxq-contextMenuHandler {
12 width: fit-content;
13 height: fit-content;
14}
15
16.aiw-WinFxq-contextMenu {
17 opacity: 1;
18 z-index: 10000;
19 background-color: #fbfdf6;
20 border: 1px solid #111418;
21 transition: opacity .3s linear;
22 position: absolute;
23 box-shadow: 4px 4px 4px #404040bf;
24}
25
26.aiw-WinFxq-contextMenu.aiw-WinFxq-hidden {
27 opacity: 0;
28}
29
30.aiw-WinFxq-contextMenu.aiw-WinFxq-visible {
31 opacity: 1;
32}
33
34.aiw-WinFxq-contextMenuItem {
35 color: #111418;
36 cursor: pointer;
37 white-space: nowrap;
38 flex-direction: row;
39 justify-content: space-between;
40 min-width: 80px;
41 padding: 0 4px;
42 display: flex;
43 position: relative;
44}
45
46.aiw-WinFxq-contextMenuItem.aiw-WinFxq-disabled {
47 cursor: not-allowed;
48 background-color: #0003;
49}
50
51.aiw-WinFxq-contextMenuItem:first-child {
52 padding-top: 4px;
53}
54
55.aiw-WinFxq-contextMenuItem:last-child {
56 padding-bottom: 4px;
57}
58
59.aiw-WinFxq-contextMenuItem:not(.aiw-WinFxq-disabled):hover {
60 background-color: #fbe9e6;
61}
62
63.aiw-WinFxq-contextMenuItem .aiw-WinFxq-caretHolder {
64 align-self: flex-end;
65}
66
67.aiw-WinFxq-contextMenuItem .aiw-WinFxq-caretHolder .aiw-WinFxq-subMenu {
68 z-index: 1;
69 position: relative;
70}
71
72.aiw-WinFxq-contextMenuItemLabel {
73 flex-grow: 1;
74 height: 19px;
75}
76
77.aiw-JfzGeq-lowMenu {
78 z-index: 2;
79 margin: 0;
80 transition: opacity .3s linear;
81 position: absolute;
82}
83
84.aiw-JfzGeq-lowMenuButtonHolder {
85 background-color: #111418;
86 border: 2px solid #111418;
87 border-top-right-radius: 4px;
88 border-bottom-right-radius: 4px;
89 border-bottom-left-radius: 4px;
90 flex-flow: wrap;
91 gap: 2px;
92 width: fit-content;
93 display: flex;
94 box-shadow: 2px 2px 2px #40404080;
95}
96
97.aiw-JfzGeq-lowMenu.aiw-JfzGeq-hidden {
98 opacity: 0;
99}
100
101.aiw-JfzGeq-lowMenu.aiw-JfzGeq-visible, .aiw-JfzGeq-lowMenu:hover {
102 opacity: 1;
103}
104
105.aiw-JfzGeq-lowMenuItem {
106 color: #111418;
107 cursor: pointer;
108 white-space: nowrap;
109 background-color: #fbfdf6;
110 border: 0;
111 flex-direction: row;
112 justify-content: space-between;
113 padding: 0 4px;
114 display: flex;
115 position: relative;
116}
117
118.aiw-JfzGeq-lowMenuItem.aiw-JfzGeq-disabled {
119 cursor: not-allowed;
120 background-color: #c8c8c8;
121}
122
123.aiw-JfzGeq-lowMenuItem:not(.aiw-JfzGeq-disabled):hover {
124 background-color: #fbe9e6;
125}
126
127.aiw-JfzGeq-lowMenu-item .aiw-JfzGeq-caretHolder {
128 align-self: flex-end;
129}
130
131.aiw-JfzGeq-lowMenuItem .aiw-JfzGeq-caretHolder .aiw-JfzGeq-subMenu {
132 z-index: 1;
133 position: relative;
134}
135
136.aiw-RIIF9a-contextWindowAnchor {
137 position: relative;
138}
139
140.aiw-RIIF9a-contextWindow {
141 z-index: 2001;
142 resize: both;
143 background-color: #fafafa;
144 border: 1px solid #000;
145 border-top-left-radius: 8px;
146 border-top-right-radius: 8px;
147 border-bottom-left-radius: 8px;
148 justify-content: flex-start;
149 margin: 0;
150 padding: 4px;
151 transition: opacity .25s linear;
152 position: absolute;
153 overflow: auto;
154 box-shadow: 6px 6px 6px #40404080;
155}
156
157.aiw-RIIF9a-contextWindowTitle {
158 cursor: grab;
159 align-items: top;
160 border-bottom: 1px dashed #000;
161 width: calc(100% - 8px);
162 height: 24px;
163 max-height: 24px;
164 margin: 0 4px 3px;
165 padding-bottom: 4px;
166 display: flex;
167}
168
169.aiw-RIIF9a-contextWindowTitle.aiw-RIIF9a-moving {
170 cursor: grabbing;
171}
172
173.aiw-RIIF9a-contextWindowTitleText {
174 text-overflow: ellipsis;
175 white-space: nowrap;
176 width: calc(100% - 16px);
177 font-size: 18px;
178 font-weight: 600;
179 display: inline-block;
180 overflow: hidden;
181}
182
183.aiw-RIIF9a-contextWindowTitleClose {
184 color: #000;
185 cursor: pointer;
186 background-color: #fff;
187 border-radius: 3px;
188 width: 16px;
189 height: 16px;
190 margin-left: 2px;
191 display: inline-block;
192}
193
194.aiw-RIIF9a-contextWindowTitleClose:hover {
195 color: #fff;
196 background-color: #000;
197}
198
199.aiw-RIIF9a-contextWindowBody {
200 height: calc(100% - 40px);
201 margin-right: 4px;
202 padding-bottom: 8px;
203 overflow: auto;
204}
205
206.aiw-RIIF9a-contextWindowBody::-webkit-scrollbar {
207 width: 8px;
208 height: 8px;
209}
210
211.aiw-RIIF9a-contextWindowBody::-webkit-scrollbar-track {
212 background: #fff;
213 border-radius: 8px;
214}
215
216.aiw-RIIF9a-contextWindowBody::-webkit-scrollbar-thumb {
217 background: #d3d3d3;
218 border: none;
219 border-radius: 8px;
220}
221
222.aiw-RIIF9a-contextWindowBody::-webkit-scrollbar-thumb:hover {
223 background: gray;
224}
225/*# sourceMappingURL=main.css.map */