diff options
Diffstat (limited to 'reveal.js/dist/theme/jupyter.css')
| -rw-r--r-- | reveal.js/dist/theme/jupyter.css | 14572 |
1 files changed, 14572 insertions, 0 deletions
diff --git a/reveal.js/dist/theme/jupyter.css b/reveal.js/dist/theme/jupyter.css new file mode 100644 index 0000000..78a634f --- /dev/null +++ b/reveal.js/dist/theme/jupyter.css | |||
| @@ -0,0 +1,14572 @@ | |||
| 1 | pre { line-height: 125%; } | ||
| 2 | td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } | ||
| 3 | span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } | ||
| 4 | td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } | ||
| 5 | span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } | ||
| 6 | .highlight .hll { background-color: var(--jp-cell-editor-active-background) } | ||
| 7 | .highlight { background: var(--jp-cell-editor-background); color: var(--jp-mirror-editor-variable-color) } | ||
| 8 | .highlight .c { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment */ | ||
| 9 | .highlight .err { color: var(--jp-mirror-editor-error-color) } /* Error */ | ||
| 10 | .highlight .k { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword */ | ||
| 11 | .highlight .o { color: var(--jp-mirror-editor-operator-color); font-weight: bold } /* Operator */ | ||
| 12 | .highlight .p { color: var(--jp-mirror-editor-punctuation-color) } /* Punctuation */ | ||
| 13 | .highlight .ch { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Hashbang */ | ||
| 14 | .highlight .cm { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Multiline */ | ||
| 15 | .highlight .cp { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Preproc */ | ||
| 16 | .highlight .cpf { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.PreprocFile */ | ||
| 17 | .highlight .c1 { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Single */ | ||
| 18 | .highlight .cs { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Special */ | ||
| 19 | .highlight .kc { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Constant */ | ||
| 20 | .highlight .kd { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Declaration */ | ||
| 21 | .highlight .kn { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Namespace */ | ||
| 22 | .highlight .kp { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Pseudo */ | ||
| 23 | .highlight .kr { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Reserved */ | ||
| 24 | .highlight .kt { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Type */ | ||
| 25 | .highlight .m { color: var(--jp-mirror-editor-number-color) } /* Literal.Number */ | ||
| 26 | .highlight .s { color: var(--jp-mirror-editor-string-color) } /* Literal.String */ | ||
| 27 | .highlight .ow { color: var(--jp-mirror-editor-operator-color); font-weight: bold } /* Operator.Word */ | ||
| 28 | .highlight .w { color: var(--jp-mirror-editor-variable-color) } /* Text.Whitespace */ | ||
| 29 | .highlight .mb { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Bin */ | ||
| 30 | .highlight .mf { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Float */ | ||
| 31 | .highlight .mh { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Hex */ | ||
| 32 | .highlight .mi { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Integer */ | ||
| 33 | .highlight .mo { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Oct */ | ||
| 34 | .highlight .sa { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Affix */ | ||
| 35 | .highlight .sb { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Backtick */ | ||
| 36 | .highlight .sc { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Char */ | ||
| 37 | .highlight .dl { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Delimiter */ | ||
| 38 | .highlight .sd { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Doc */ | ||
| 39 | .highlight .s2 { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Double */ | ||
| 40 | .highlight .se { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Escape */ | ||
| 41 | .highlight .sh { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Heredoc */ | ||
| 42 | .highlight .si { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Interpol */ | ||
| 43 | .highlight .sx { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Other */ | ||
| 44 | .highlight .sr { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Regex */ | ||
| 45 | .highlight .s1 { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Single */ | ||
| 46 | .highlight .ss { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Symbol */ | ||
| 47 | .highlight .il { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Integer.Long */ | ||
| 48 | /*----------------------------------------------------------------------------- | ||
| 49 | | Copyright (c) Jupyter Development Team. | ||
| 50 | | Distributed under the terms of the Modified BSD License. | ||
| 51 | |----------------------------------------------------------------------------*/ | ||
| 52 | |||
| 53 | /* | ||
| 54 | * Mozilla scrollbar styling | ||
| 55 | */ | ||
| 56 | |||
| 57 | /* use standard opaque scrollbars for most nodes */ | ||
| 58 | [data-jp-theme-scrollbars='true'] { | ||
| 59 | scrollbar-color: rgb(var(--jp-scrollbar-thumb-color)) | ||
| 60 | var(--jp-scrollbar-background-color); | ||
| 61 | } | ||
| 62 | |||
| 63 | /* for code nodes, use a transparent style of scrollbar. These selectors | ||
| 64 | * will match lower in the tree, and so will override the above */ | ||
| 65 | [data-jp-theme-scrollbars='true'] .CodeMirror-hscrollbar, | ||
| 66 | [data-jp-theme-scrollbars='true'] .CodeMirror-vscrollbar { | ||
| 67 | scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent; | ||
| 68 | } | ||
| 69 | |||
| 70 | /* tiny scrollbar */ | ||
| 71 | |||
| 72 | .jp-scrollbar-tiny { | ||
| 73 | scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent; | ||
| 74 | scrollbar-width: thin; | ||
| 75 | } | ||
| 76 | |||
| 77 | /* | ||
| 78 | * Webkit scrollbar styling | ||
| 79 | */ | ||
| 80 | |||
| 81 | /* use standard opaque scrollbars for most nodes */ | ||
| 82 | |||
| 83 | [data-jp-theme-scrollbars='true'] ::-webkit-scrollbar, | ||
| 84 | [data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-corner { | ||
| 85 | background: var(--jp-scrollbar-background-color); | ||
| 86 | } | ||
| 87 | |||
| 88 | [data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-thumb { | ||
| 89 | background: rgb(var(--jp-scrollbar-thumb-color)); | ||
| 90 | border: var(--jp-scrollbar-thumb-margin) solid transparent; | ||
| 91 | background-clip: content-box; | ||
| 92 | border-radius: var(--jp-scrollbar-thumb-radius); | ||
| 93 | } | ||
| 94 | |||
| 95 | [data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-track:horizontal { | ||
| 96 | border-left: var(--jp-scrollbar-endpad) solid | ||
| 97 | var(--jp-scrollbar-background-color); | ||
| 98 | border-right: var(--jp-scrollbar-endpad) solid | ||
| 99 | var(--jp-scrollbar-background-color); | ||
| 100 | } | ||
| 101 | |||
| 102 | [data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-track:vertical { | ||
| 103 | border-top: var(--jp-scrollbar-endpad) solid | ||
| 104 | var(--jp-scrollbar-background-color); | ||
| 105 | border-bottom: var(--jp-scrollbar-endpad) solid | ||
| 106 | var(--jp-scrollbar-background-color); | ||
| 107 | } | ||
| 108 | |||
| 109 | /* for code nodes, use a transparent style of scrollbar */ | ||
| 110 | |||
| 111 | [data-jp-theme-scrollbars='true'] .CodeMirror-hscrollbar::-webkit-scrollbar, | ||
| 112 | [data-jp-theme-scrollbars='true'] .CodeMirror-vscrollbar::-webkit-scrollbar, | ||
| 113 | [data-jp-theme-scrollbars='true'] | ||
| 114 | .CodeMirror-hscrollbar::-webkit-scrollbar-corner, | ||
| 115 | [data-jp-theme-scrollbars='true'] | ||
| 116 | .CodeMirror-vscrollbar::-webkit-scrollbar-corner { | ||
| 117 | background-color: transparent; | ||
| 118 | } | ||
| 119 | |||
| 120 | [data-jp-theme-scrollbars='true'] | ||
| 121 | .CodeMirror-hscrollbar::-webkit-scrollbar-thumb, | ||
| 122 | [data-jp-theme-scrollbars='true'] | ||
| 123 | .CodeMirror-vscrollbar::-webkit-scrollbar-thumb { | ||
| 124 | background: rgba(var(--jp-scrollbar-thumb-color), 0.5); | ||
| 125 | border: var(--jp-scrollbar-thumb-margin) solid transparent; | ||
| 126 | background-clip: content-box; | ||
| 127 | border-radius: var(--jp-scrollbar-thumb-radius); | ||
| 128 | } | ||
| 129 | |||
| 130 | [data-jp-theme-scrollbars='true'] | ||
| 131 | .CodeMirror-hscrollbar::-webkit-scrollbar-track:horizontal { | ||
| 132 | border-left: var(--jp-scrollbar-endpad) solid transparent; | ||
| 133 | border-right: var(--jp-scrollbar-endpad) solid transparent; | ||
| 134 | } | ||
| 135 | |||
| 136 | [data-jp-theme-scrollbars='true'] | ||
| 137 | .CodeMirror-vscrollbar::-webkit-scrollbar-track:vertical { | ||
| 138 | border-top: var(--jp-scrollbar-endpad) solid transparent; | ||
| 139 | border-bottom: var(--jp-scrollbar-endpad) solid transparent; | ||
| 140 | } | ||
| 141 | |||
| 142 | /* tiny scrollbar */ | ||
| 143 | |||
| 144 | .jp-scrollbar-tiny::-webkit-scrollbar, | ||
| 145 | .jp-scrollbar-tiny::-webkit-scrollbar-corner { | ||
| 146 | background-color: transparent; | ||
| 147 | height: 4px; | ||
| 148 | width: 4px; | ||
| 149 | } | ||
| 150 | |||
| 151 | .jp-scrollbar-tiny::-webkit-scrollbar-thumb { | ||
| 152 | background: rgba(var(--jp-scrollbar-thumb-color), 0.5); | ||
| 153 | } | ||
| 154 | |||
| 155 | .jp-scrollbar-tiny::-webkit-scrollbar-track:horizontal { | ||
| 156 | border-left: 0px solid transparent; | ||
| 157 | border-right: 0px solid transparent; | ||
| 158 | } | ||
| 159 | |||
| 160 | .jp-scrollbar-tiny::-webkit-scrollbar-track:vertical { | ||
| 161 | border-top: 0px solid transparent; | ||
| 162 | border-bottom: 0px solid transparent; | ||
| 163 | } | ||
| 164 | |||
| 165 | /* | ||
| 166 | * Phosphor | ||
| 167 | */ | ||
| 168 | |||
| 169 | .lm-ScrollBar[data-orientation='horizontal'] { | ||
| 170 | min-height: 16px; | ||
| 171 | max-height: 16px; | ||
| 172 | min-width: 45px; | ||
| 173 | border-top: 1px solid #a0a0a0; | ||
| 174 | } | ||
| 175 | |||
| 176 | .lm-ScrollBar[data-orientation='vertical'] { | ||
| 177 | min-width: 16px; | ||
| 178 | max-width: 16px; | ||
| 179 | min-height: 45px; | ||
| 180 | border-left: 1px solid #a0a0a0; | ||
| 181 | } | ||
| 182 | |||
| 183 | .lm-ScrollBar-button { | ||
| 184 | background-color: #f0f0f0; | ||
| 185 | background-position: center center; | ||
| 186 | min-height: 15px; | ||
| 187 | max-height: 15px; | ||
| 188 | min-width: 15px; | ||
| 189 | max-width: 15px; | ||
| 190 | } | ||
| 191 | |||
| 192 | .lm-ScrollBar-button:hover { | ||
| 193 | background-color: #dadada; | ||
| 194 | } | ||
| 195 | |||
| 196 | .lm-ScrollBar-button.lm-mod-active { | ||
| 197 | background-color: #cdcdcd; | ||
| 198 | } | ||
| 199 | |||
| 200 | .lm-ScrollBar-track { | ||
| 201 | background: #f0f0f0; | ||
| 202 | } | ||
| 203 | |||
| 204 | .lm-ScrollBar-thumb { | ||
| 205 | background: #cdcdcd; | ||
| 206 | } | ||
| 207 | |||
| 208 | .lm-ScrollBar-thumb:hover { | ||
| 209 | background: #bababa; | ||
| 210 | } | ||
| 211 | |||
| 212 | .lm-ScrollBar-thumb.lm-mod-active { | ||
| 213 | background: #a0a0a0; | ||
| 214 | } | ||
| 215 | |||
| 216 | .lm-ScrollBar[data-orientation='horizontal'] .lm-ScrollBar-thumb { | ||
| 217 | height: 100%; | ||
| 218 | min-width: 15px; | ||
| 219 | border-left: 1px solid #a0a0a0; | ||
| 220 | border-right: 1px solid #a0a0a0; | ||
| 221 | } | ||
| 222 | |||
| 223 | .lm-ScrollBar[data-orientation='vertical'] .lm-ScrollBar-thumb { | ||
| 224 | width: 100%; | ||
| 225 | min-height: 15px; | ||
| 226 | border-top: 1px solid #a0a0a0; | ||
| 227 | border-bottom: 1px solid #a0a0a0; | ||
| 228 | } | ||
| 229 | |||
| 230 | .lm-ScrollBar[data-orientation='horizontal'] | ||
| 231 | .lm-ScrollBar-button[data-action='decrement'] { | ||
| 232 | background-image: var(--jp-icon-caret-left); | ||
| 233 | background-size: 17px; | ||
| 234 | } | ||
| 235 | |||
| 236 | .lm-ScrollBar[data-orientation='horizontal'] | ||
| 237 | .lm-ScrollBar-button[data-action='increment'] { | ||
| 238 | background-image: var(--jp-icon-caret-right); | ||
| 239 | background-size: 17px; | ||
| 240 | } | ||
| 241 | |||
| 242 | .lm-ScrollBar[data-orientation='vertical'] | ||
| 243 | .lm-ScrollBar-button[data-action='decrement'] { | ||
| 244 | background-image: var(--jp-icon-caret-up); | ||
| 245 | background-size: 17px; | ||
| 246 | } | ||
| 247 | |||
| 248 | .lm-ScrollBar[data-orientation='vertical'] | ||
| 249 | .lm-ScrollBar-button[data-action='increment'] { | ||
| 250 | background-image: var(--jp-icon-caret-down); | ||
| 251 | background-size: 17px; | ||
| 252 | } | ||
| 253 | |||
| 254 | /*----------------------------------------------------------------------------- | ||
| 255 | | Copyright (c) Jupyter Development Team. | ||
| 256 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 257 | | | ||
| 258 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 259 | | | ||
| 260 | | The full license is in the file LICENSE, distributed with this software. | ||
| 261 | |----------------------------------------------------------------------------*/ | ||
| 262 | |||
| 263 | |||
| 264 | /* <DEPRECATED> */ .p-Widget, /* </DEPRECATED> */ | ||
| 265 | .lm-Widget { | ||
| 266 | box-sizing: border-box; | ||
| 267 | position: relative; | ||
| 268 | overflow: hidden; | ||
| 269 | cursor: default; | ||
| 270 | } | ||
| 271 | |||
| 272 | |||
| 273 | /* <DEPRECATED> */ .p-Widget.p-mod-hidden, /* </DEPRECATED> */ | ||
| 274 | .lm-Widget.lm-mod-hidden { | ||
| 275 | display: none !important; | ||
| 276 | } | ||
| 277 | |||
| 278 | /*----------------------------------------------------------------------------- | ||
| 279 | | Copyright (c) Jupyter Development Team. | ||
| 280 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 281 | | | ||
| 282 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 283 | | | ||
| 284 | | The full license is in the file LICENSE, distributed with this software. | ||
| 285 | |----------------------------------------------------------------------------*/ | ||
| 286 | |||
| 287 | |||
| 288 | /* <DEPRECATED> */ .p-CommandPalette, /* </DEPRECATED> */ | ||
| 289 | .lm-CommandPalette { | ||
| 290 | display: flex; | ||
| 291 | flex-direction: column; | ||
| 292 | -webkit-user-select: none; | ||
| 293 | -moz-user-select: none; | ||
| 294 | -ms-user-select: none; | ||
| 295 | user-select: none; | ||
| 296 | } | ||
| 297 | |||
| 298 | |||
| 299 | /* <DEPRECATED> */ .p-CommandPalette-search, /* </DEPRECATED> */ | ||
| 300 | .lm-CommandPalette-search { | ||
| 301 | flex: 0 0 auto; | ||
| 302 | } | ||
| 303 | |||
| 304 | |||
| 305 | /* <DEPRECATED> */ .p-CommandPalette-content, /* </DEPRECATED> */ | ||
| 306 | .lm-CommandPalette-content { | ||
| 307 | flex: 1 1 auto; | ||
| 308 | margin: 0; | ||
| 309 | padding: 0; | ||
| 310 | min-height: 0; | ||
| 311 | overflow: auto; | ||
| 312 | list-style-type: none; | ||
| 313 | } | ||
| 314 | |||
| 315 | |||
| 316 | /* <DEPRECATED> */ .p-CommandPalette-header, /* </DEPRECATED> */ | ||
| 317 | .lm-CommandPalette-header { | ||
| 318 | overflow: hidden; | ||
| 319 | white-space: nowrap; | ||
| 320 | text-overflow: ellipsis; | ||
| 321 | } | ||
| 322 | |||
| 323 | |||
| 324 | /* <DEPRECATED> */ .p-CommandPalette-item, /* </DEPRECATED> */ | ||
| 325 | .lm-CommandPalette-item { | ||
| 326 | display: flex; | ||
| 327 | flex-direction: row; | ||
| 328 | } | ||
| 329 | |||
| 330 | |||
| 331 | /* <DEPRECATED> */ .p-CommandPalette-itemIcon, /* </DEPRECATED> */ | ||
| 332 | .lm-CommandPalette-itemIcon { | ||
| 333 | flex: 0 0 auto; | ||
| 334 | } | ||
| 335 | |||
| 336 | |||
| 337 | /* <DEPRECATED> */ .p-CommandPalette-itemContent, /* </DEPRECATED> */ | ||
| 338 | .lm-CommandPalette-itemContent { | ||
| 339 | flex: 1 1 auto; | ||
| 340 | overflow: hidden; | ||
| 341 | } | ||
| 342 | |||
| 343 | |||
| 344 | /* <DEPRECATED> */ .p-CommandPalette-itemShortcut, /* </DEPRECATED> */ | ||
| 345 | .lm-CommandPalette-itemShortcut { | ||
| 346 | flex: 0 0 auto; | ||
| 347 | } | ||
| 348 | |||
| 349 | |||
| 350 | /* <DEPRECATED> */ .p-CommandPalette-itemLabel, /* </DEPRECATED> */ | ||
| 351 | .lm-CommandPalette-itemLabel { | ||
| 352 | overflow: hidden; | ||
| 353 | white-space: nowrap; | ||
| 354 | text-overflow: ellipsis; | ||
| 355 | } | ||
| 356 | |||
| 357 | .lm-close-icon { | ||
| 358 | border:1px solid transparent; | ||
| 359 | background-color: transparent; | ||
| 360 | position: absolute; | ||
| 361 | z-index:1; | ||
| 362 | right:3%; | ||
| 363 | top: 0; | ||
| 364 | bottom: 0; | ||
| 365 | margin: auto; | ||
| 366 | padding: 7px 0; | ||
| 367 | display: none; | ||
| 368 | vertical-align: middle; | ||
| 369 | outline: 0; | ||
| 370 | cursor: pointer; | ||
| 371 | } | ||
| 372 | .lm-close-icon:after { | ||
| 373 | content: "X"; | ||
| 374 | display: block; | ||
| 375 | width: 15px; | ||
| 376 | height: 15px; | ||
| 377 | text-align: center; | ||
| 378 | color:#000; | ||
| 379 | font-weight: normal; | ||
| 380 | font-size: 12px; | ||
| 381 | cursor: pointer; | ||
| 382 | } | ||
| 383 | |||
| 384 | /*----------------------------------------------------------------------------- | ||
| 385 | | Copyright (c) Jupyter Development Team. | ||
| 386 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 387 | | | ||
| 388 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 389 | | | ||
| 390 | | The full license is in the file LICENSE, distributed with this software. | ||
| 391 | |----------------------------------------------------------------------------*/ | ||
| 392 | |||
| 393 | |||
| 394 | /* <DEPRECATED> */ .p-DockPanel, /* </DEPRECATED> */ | ||
| 395 | .lm-DockPanel { | ||
| 396 | z-index: 0; | ||
| 397 | } | ||
| 398 | |||
| 399 | |||
| 400 | /* <DEPRECATED> */ .p-DockPanel-widget, /* </DEPRECATED> */ | ||
| 401 | .lm-DockPanel-widget { | ||
| 402 | z-index: 0; | ||
| 403 | } | ||
| 404 | |||
| 405 | |||
| 406 | /* <DEPRECATED> */ .p-DockPanel-tabBar, /* </DEPRECATED> */ | ||
| 407 | .lm-DockPanel-tabBar { | ||
| 408 | z-index: 1; | ||
| 409 | } | ||
| 410 | |||
| 411 | |||
| 412 | /* <DEPRECATED> */ .p-DockPanel-handle, /* </DEPRECATED> */ | ||
| 413 | .lm-DockPanel-handle { | ||
| 414 | z-index: 2; | ||
| 415 | } | ||
| 416 | |||
| 417 | |||
| 418 | /* <DEPRECATED> */ .p-DockPanel-handle.p-mod-hidden, /* </DEPRECATED> */ | ||
| 419 | .lm-DockPanel-handle.lm-mod-hidden { | ||
| 420 | display: none !important; | ||
| 421 | } | ||
| 422 | |||
| 423 | |||
| 424 | /* <DEPRECATED> */ .p-DockPanel-handle:after, /* </DEPRECATED> */ | ||
| 425 | .lm-DockPanel-handle:after { | ||
| 426 | position: absolute; | ||
| 427 | top: 0; | ||
| 428 | left: 0; | ||
| 429 | width: 100%; | ||
| 430 | height: 100%; | ||
| 431 | content: ''; | ||
| 432 | } | ||
| 433 | |||
| 434 | |||
| 435 | /* <DEPRECATED> */ | ||
| 436 | .p-DockPanel-handle[data-orientation='horizontal'], | ||
| 437 | /* </DEPRECATED> */ | ||
| 438 | .lm-DockPanel-handle[data-orientation='horizontal'] { | ||
| 439 | cursor: ew-resize; | ||
| 440 | } | ||
| 441 | |||
| 442 | |||
| 443 | /* <DEPRECATED> */ | ||
| 444 | .p-DockPanel-handle[data-orientation='vertical'], | ||
| 445 | /* </DEPRECATED> */ | ||
| 446 | .lm-DockPanel-handle[data-orientation='vertical'] { | ||
| 447 | cursor: ns-resize; | ||
| 448 | } | ||
| 449 | |||
| 450 | |||
| 451 | /* <DEPRECATED> */ | ||
| 452 | .p-DockPanel-handle[data-orientation='horizontal']:after, | ||
| 453 | /* </DEPRECATED> */ | ||
| 454 | .lm-DockPanel-handle[data-orientation='horizontal']:after { | ||
| 455 | left: 50%; | ||
| 456 | min-width: 8px; | ||
| 457 | transform: translateX(-50%); | ||
| 458 | } | ||
| 459 | |||
| 460 | |||
| 461 | /* <DEPRECATED> */ | ||
| 462 | .p-DockPanel-handle[data-orientation='vertical']:after, | ||
| 463 | /* </DEPRECATED> */ | ||
| 464 | .lm-DockPanel-handle[data-orientation='vertical']:after { | ||
| 465 | top: 50%; | ||
| 466 | min-height: 8px; | ||
| 467 | transform: translateY(-50%); | ||
| 468 | } | ||
| 469 | |||
| 470 | |||
| 471 | /* <DEPRECATED> */ .p-DockPanel-overlay, /* </DEPRECATED> */ | ||
| 472 | .lm-DockPanel-overlay { | ||
| 473 | z-index: 3; | ||
| 474 | box-sizing: border-box; | ||
| 475 | pointer-events: none; | ||
| 476 | } | ||
| 477 | |||
| 478 | |||
| 479 | /* <DEPRECATED> */ .p-DockPanel-overlay.p-mod-hidden, /* </DEPRECATED> */ | ||
| 480 | .lm-DockPanel-overlay.lm-mod-hidden { | ||
| 481 | display: none !important; | ||
| 482 | } | ||
| 483 | |||
| 484 | /*----------------------------------------------------------------------------- | ||
| 485 | | Copyright (c) Jupyter Development Team. | ||
| 486 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 487 | | | ||
| 488 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 489 | | | ||
| 490 | | The full license is in the file LICENSE, distributed with this software. | ||
| 491 | |----------------------------------------------------------------------------*/ | ||
| 492 | |||
| 493 | |||
| 494 | /* <DEPRECATED> */ .p-Menu, /* </DEPRECATED> */ | ||
| 495 | .lm-Menu { | ||
| 496 | z-index: 10000; | ||
| 497 | position: absolute; | ||
| 498 | white-space: nowrap; | ||
| 499 | overflow-x: hidden; | ||
| 500 | overflow-y: auto; | ||
| 501 | outline: none; | ||
| 502 | -webkit-user-select: none; | ||
| 503 | -moz-user-select: none; | ||
| 504 | -ms-user-select: none; | ||
| 505 | user-select: none; | ||
| 506 | } | ||
| 507 | |||
| 508 | |||
| 509 | /* <DEPRECATED> */ .p-Menu-content, /* </DEPRECATED> */ | ||
| 510 | .lm-Menu-content { | ||
| 511 | margin: 0; | ||
| 512 | padding: 0; | ||
| 513 | display: table; | ||
| 514 | list-style-type: none; | ||
| 515 | } | ||
| 516 | |||
| 517 | |||
| 518 | /* <DEPRECATED> */ .p-Menu-item, /* </DEPRECATED> */ | ||
| 519 | .lm-Menu-item { | ||
| 520 | display: table-row; | ||
| 521 | } | ||
| 522 | |||
| 523 | |||
| 524 | /* <DEPRECATED> */ | ||
| 525 | .p-Menu-item.p-mod-hidden, | ||
| 526 | .p-Menu-item.p-mod-collapsed, | ||
| 527 | /* </DEPRECATED> */ | ||
| 528 | .lm-Menu-item.lm-mod-hidden, | ||
| 529 | .lm-Menu-item.lm-mod-collapsed { | ||
| 530 | display: none !important; | ||
| 531 | } | ||
| 532 | |||
| 533 | |||
| 534 | /* <DEPRECATED> */ | ||
| 535 | .p-Menu-itemIcon, | ||
| 536 | .p-Menu-itemSubmenuIcon, | ||
| 537 | /* </DEPRECATED> */ | ||
| 538 | .lm-Menu-itemIcon, | ||
| 539 | .lm-Menu-itemSubmenuIcon { | ||
| 540 | display: table-cell; | ||
| 541 | text-align: center; | ||
| 542 | } | ||
| 543 | |||
| 544 | |||
| 545 | /* <DEPRECATED> */ .p-Menu-itemLabel, /* </DEPRECATED> */ | ||
| 546 | .lm-Menu-itemLabel { | ||
| 547 | display: table-cell; | ||
| 548 | text-align: left; | ||
| 549 | } | ||
| 550 | |||
| 551 | |||
| 552 | /* <DEPRECATED> */ .p-Menu-itemShortcut, /* </DEPRECATED> */ | ||
| 553 | .lm-Menu-itemShortcut { | ||
| 554 | display: table-cell; | ||
| 555 | text-align: right; | ||
| 556 | } | ||
| 557 | |||
| 558 | /*----------------------------------------------------------------------------- | ||
| 559 | | Copyright (c) Jupyter Development Team. | ||
| 560 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 561 | | | ||
| 562 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 563 | | | ||
| 564 | | The full license is in the file LICENSE, distributed with this software. | ||
| 565 | |----------------------------------------------------------------------------*/ | ||
| 566 | |||
| 567 | |||
| 568 | /* <DEPRECATED> */ .p-MenuBar, /* </DEPRECATED> */ | ||
| 569 | .lm-MenuBar { | ||
| 570 | outline: none; | ||
| 571 | -webkit-user-select: none; | ||
| 572 | -moz-user-select: none; | ||
| 573 | -ms-user-select: none; | ||
| 574 | user-select: none; | ||
| 575 | } | ||
| 576 | |||
| 577 | |||
| 578 | /* <DEPRECATED> */ .p-MenuBar-content, /* </DEPRECATED> */ | ||
| 579 | .lm-MenuBar-content { | ||
| 580 | margin: 0; | ||
| 581 | padding: 0; | ||
| 582 | display: flex; | ||
| 583 | flex-direction: row; | ||
| 584 | list-style-type: none; | ||
| 585 | } | ||
| 586 | |||
| 587 | |||
| 588 | /* <DEPRECATED> */ .p--MenuBar-item, /* </DEPRECATED> */ | ||
| 589 | .lm-MenuBar-item { | ||
| 590 | box-sizing: border-box; | ||
| 591 | } | ||
| 592 | |||
| 593 | |||
| 594 | /* <DEPRECATED> */ | ||
| 595 | .p-MenuBar-itemIcon, | ||
| 596 | .p-MenuBar-itemLabel, | ||
| 597 | /* </DEPRECATED> */ | ||
| 598 | .lm-MenuBar-itemIcon, | ||
| 599 | .lm-MenuBar-itemLabel { | ||
| 600 | display: inline-block; | ||
| 601 | } | ||
| 602 | |||
| 603 | /*----------------------------------------------------------------------------- | ||
| 604 | | Copyright (c) Jupyter Development Team. | ||
| 605 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 606 | | | ||
| 607 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 608 | | | ||
| 609 | | The full license is in the file LICENSE, distributed with this software. | ||
| 610 | |----------------------------------------------------------------------------*/ | ||
| 611 | |||
| 612 | |||
| 613 | /* <DEPRECATED> */ .p-ScrollBar, /* </DEPRECATED> */ | ||
| 614 | .lm-ScrollBar { | ||
| 615 | display: flex; | ||
| 616 | -webkit-user-select: none; | ||
| 617 | -moz-user-select: none; | ||
| 618 | -ms-user-select: none; | ||
| 619 | user-select: none; | ||
| 620 | } | ||
| 621 | |||
| 622 | |||
| 623 | /* <DEPRECATED> */ | ||
| 624 | .p-ScrollBar[data-orientation='horizontal'], | ||
| 625 | /* </DEPRECATED> */ | ||
| 626 | .lm-ScrollBar[data-orientation='horizontal'] { | ||
| 627 | flex-direction: row; | ||
| 628 | } | ||
| 629 | |||
| 630 | |||
| 631 | /* <DEPRECATED> */ | ||
| 632 | .p-ScrollBar[data-orientation='vertical'], | ||
| 633 | /* </DEPRECATED> */ | ||
| 634 | .lm-ScrollBar[data-orientation='vertical'] { | ||
| 635 | flex-direction: column; | ||
| 636 | } | ||
| 637 | |||
| 638 | |||
| 639 | /* <DEPRECATED> */ .p-ScrollBar-button, /* </DEPRECATED> */ | ||
| 640 | .lm-ScrollBar-button { | ||
| 641 | box-sizing: border-box; | ||
| 642 | flex: 0 0 auto; | ||
| 643 | } | ||
| 644 | |||
| 645 | |||
| 646 | /* <DEPRECATED> */ .p-ScrollBar-track, /* </DEPRECATED> */ | ||
| 647 | .lm-ScrollBar-track { | ||
| 648 | box-sizing: border-box; | ||
| 649 | position: relative; | ||
| 650 | overflow: hidden; | ||
| 651 | flex: 1 1 auto; | ||
| 652 | } | ||
| 653 | |||
| 654 | |||
| 655 | /* <DEPRECATED> */ .p-ScrollBar-thumb, /* </DEPRECATED> */ | ||
| 656 | .lm-ScrollBar-thumb { | ||
| 657 | box-sizing: border-box; | ||
| 658 | position: absolute; | ||
| 659 | } | ||
| 660 | |||
| 661 | /*----------------------------------------------------------------------------- | ||
| 662 | | Copyright (c) Jupyter Development Team. | ||
| 663 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 664 | | | ||
| 665 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 666 | | | ||
| 667 | | The full license is in the file LICENSE, distributed with this software. | ||
| 668 | |----------------------------------------------------------------------------*/ | ||
| 669 | |||
| 670 | |||
| 671 | /* <DEPRECATED> */ .p-SplitPanel-child, /* </DEPRECATED> */ | ||
| 672 | .lm-SplitPanel-child { | ||
| 673 | z-index: 0; | ||
| 674 | } | ||
| 675 | |||
| 676 | |||
| 677 | /* <DEPRECATED> */ .p-SplitPanel-handle, /* </DEPRECATED> */ | ||
| 678 | .lm-SplitPanel-handle { | ||
| 679 | z-index: 1; | ||
| 680 | } | ||
| 681 | |||
| 682 | |||
| 683 | /* <DEPRECATED> */ .p-SplitPanel-handle.p-mod-hidden, /* </DEPRECATED> */ | ||
| 684 | .lm-SplitPanel-handle.lm-mod-hidden { | ||
| 685 | display: none !important; | ||
| 686 | } | ||
| 687 | |||
| 688 | |||
| 689 | /* <DEPRECATED> */ .p-SplitPanel-handle:after, /* </DEPRECATED> */ | ||
| 690 | .lm-SplitPanel-handle:after { | ||
| 691 | position: absolute; | ||
| 692 | top: 0; | ||
| 693 | left: 0; | ||
| 694 | width: 100%; | ||
| 695 | height: 100%; | ||
| 696 | content: ''; | ||
| 697 | } | ||
| 698 | |||
| 699 | |||
| 700 | /* <DEPRECATED> */ | ||
| 701 | .p-SplitPanel[data-orientation='horizontal'] > .p-SplitPanel-handle, | ||
| 702 | /* </DEPRECATED> */ | ||
| 703 | .lm-SplitPanel[data-orientation='horizontal'] > .lm-SplitPanel-handle { | ||
| 704 | cursor: ew-resize; | ||
| 705 | } | ||
| 706 | |||
| 707 | |||
| 708 | /* <DEPRECATED> */ | ||
| 709 | .p-SplitPanel[data-orientation='vertical'] > .p-SplitPanel-handle, | ||
| 710 | /* </DEPRECATED> */ | ||
| 711 | .lm-SplitPanel[data-orientation='vertical'] > .lm-SplitPanel-handle { | ||
| 712 | cursor: ns-resize; | ||
| 713 | } | ||
| 714 | |||
| 715 | |||
| 716 | /* <DEPRECATED> */ | ||
| 717 | .p-SplitPanel[data-orientation='horizontal'] > .p-SplitPanel-handle:after, | ||
| 718 | /* </DEPRECATED> */ | ||
| 719 | .lm-SplitPanel[data-orientation='horizontal'] > .lm-SplitPanel-handle:after { | ||
| 720 | left: 50%; | ||
| 721 | min-width: 8px; | ||
| 722 | transform: translateX(-50%); | ||
| 723 | } | ||
| 724 | |||
| 725 | |||
| 726 | /* <DEPRECATED> */ | ||
| 727 | .p-SplitPanel[data-orientation='vertical'] > .p-SplitPanel-handle:after, | ||
| 728 | /* </DEPRECATED> */ | ||
| 729 | .lm-SplitPanel[data-orientation='vertical'] > .lm-SplitPanel-handle:after { | ||
| 730 | top: 50%; | ||
| 731 | min-height: 8px; | ||
| 732 | transform: translateY(-50%); | ||
| 733 | } | ||
| 734 | |||
| 735 | /*----------------------------------------------------------------------------- | ||
| 736 | | Copyright (c) Jupyter Development Team. | ||
| 737 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 738 | | | ||
| 739 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 740 | | | ||
| 741 | | The full license is in the file LICENSE, distributed with this software. | ||
| 742 | |----------------------------------------------------------------------------*/ | ||
| 743 | |||
| 744 | |||
| 745 | /* <DEPRECATED> */ .p-TabBar, /* </DEPRECATED> */ | ||
| 746 | .lm-TabBar { | ||
| 747 | display: flex; | ||
| 748 | -webkit-user-select: none; | ||
| 749 | -moz-user-select: none; | ||
| 750 | -ms-user-select: none; | ||
| 751 | user-select: none; | ||
| 752 | } | ||
| 753 | |||
| 754 | |||
| 755 | /* <DEPRECATED> */ .p-TabBar[data-orientation='horizontal'], /* </DEPRECATED> */ | ||
| 756 | .lm-TabBar[data-orientation='horizontal'] { | ||
| 757 | flex-direction: row; | ||
| 758 | align-items: flex-end; | ||
| 759 | } | ||
| 760 | |||
| 761 | |||
| 762 | /* <DEPRECATED> */ .p-TabBar[data-orientation='vertical'], /* </DEPRECATED> */ | ||
| 763 | .lm-TabBar[data-orientation='vertical'] { | ||
| 764 | flex-direction: column; | ||
| 765 | align-items: flex-end; | ||
| 766 | } | ||
| 767 | |||
| 768 | |||
| 769 | /* <DEPRECATED> */ .p-TabBar-content, /* </DEPRECATED> */ | ||
| 770 | .lm-TabBar-content { | ||
| 771 | margin: 0; | ||
| 772 | padding: 0; | ||
| 773 | display: flex; | ||
| 774 | flex: 1 1 auto; | ||
| 775 | list-style-type: none; | ||
| 776 | } | ||
| 777 | |||
| 778 | |||
| 779 | /* <DEPRECATED> */ | ||
| 780 | .p-TabBar[data-orientation='horizontal'] > .p-TabBar-content, | ||
| 781 | /* </DEPRECATED> */ | ||
| 782 | .lm-TabBar[data-orientation='horizontal'] > .lm-TabBar-content { | ||
| 783 | flex-direction: row; | ||
| 784 | } | ||
| 785 | |||
| 786 | |||
| 787 | /* <DEPRECATED> */ | ||
| 788 | .p-TabBar[data-orientation='vertical'] > .p-TabBar-content, | ||
| 789 | /* </DEPRECATED> */ | ||
| 790 | .lm-TabBar[data-orientation='vertical'] > .lm-TabBar-content { | ||
| 791 | flex-direction: column; | ||
| 792 | } | ||
| 793 | |||
| 794 | |||
| 795 | /* <DEPRECATED> */ .p-TabBar-tab, /* </DEPRECATED> */ | ||
| 796 | .lm-TabBar-tab { | ||
| 797 | display: flex; | ||
| 798 | flex-direction: row; | ||
| 799 | box-sizing: border-box; | ||
| 800 | overflow: hidden; | ||
| 801 | } | ||
| 802 | |||
| 803 | |||
| 804 | /* <DEPRECATED> */ | ||
| 805 | .p-TabBar-tabIcon, | ||
| 806 | .p-TabBar-tabCloseIcon, | ||
| 807 | /* </DEPRECATED> */ | ||
| 808 | .lm-TabBar-tabIcon, | ||
| 809 | .lm-TabBar-tabCloseIcon { | ||
| 810 | flex: 0 0 auto; | ||
| 811 | } | ||
| 812 | |||
| 813 | |||
| 814 | /* <DEPRECATED> */ .p-TabBar-tabLabel, /* </DEPRECATED> */ | ||
| 815 | .lm-TabBar-tabLabel { | ||
| 816 | flex: 1 1 auto; | ||
| 817 | overflow: hidden; | ||
| 818 | white-space: nowrap; | ||
| 819 | } | ||
| 820 | |||
| 821 | |||
| 822 | .lm-TabBar-tabInput { | ||
| 823 | user-select: all; | ||
| 824 | width: 100%; | ||
| 825 | box-sizing : border-box; | ||
| 826 | } | ||
| 827 | |||
| 828 | |||
| 829 | /* <DEPRECATED> */ .p-TabBar-tab.p-mod-hidden, /* </DEPRECATED> */ | ||
| 830 | .lm-TabBar-tab.lm-mod-hidden { | ||
| 831 | display: none !important; | ||
| 832 | } | ||
| 833 | |||
| 834 | |||
| 835 | .lm-TabBar-addButton.lm-mod-hidden { | ||
| 836 | display: none !important; | ||
| 837 | } | ||
| 838 | |||
| 839 | |||
| 840 | /* <DEPRECATED> */ .p-TabBar.p-mod-dragging .p-TabBar-tab, /* </DEPRECATED> */ | ||
| 841 | .lm-TabBar.lm-mod-dragging .lm-TabBar-tab { | ||
| 842 | position: relative; | ||
| 843 | } | ||
| 844 | |||
| 845 | |||
| 846 | /* <DEPRECATED> */ | ||
| 847 | .p-TabBar.p-mod-dragging[data-orientation='horizontal'] .p-TabBar-tab, | ||
| 848 | /* </DEPRECATED> */ | ||
| 849 | .lm-TabBar.lm-mod-dragging[data-orientation='horizontal'] .lm-TabBar-tab { | ||
| 850 | left: 0; | ||
| 851 | transition: left 150ms ease; | ||
| 852 | } | ||
| 853 | |||
| 854 | |||
| 855 | /* <DEPRECATED> */ | ||
| 856 | .p-TabBar.p-mod-dragging[data-orientation='vertical'] .p-TabBar-tab, | ||
| 857 | /* </DEPRECATED> */ | ||
| 858 | .lm-TabBar.lm-mod-dragging[data-orientation='vertical'] .lm-TabBar-tab { | ||
| 859 | top: 0; | ||
| 860 | transition: top 150ms ease; | ||
| 861 | } | ||
| 862 | |||
| 863 | |||
| 864 | /* <DEPRECATED> */ | ||
| 865 | .p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging, | ||
| 866 | /* </DEPRECATED> */ | ||
| 867 | .lm-TabBar.lm-mod-dragging .lm-TabBar-tab.lm-mod-dragging { | ||
| 868 | transition: none; | ||
| 869 | } | ||
| 870 | |||
| 871 | .lm-TabBar-tabLabel .lm-TabBar-tabInput { | ||
| 872 | user-select: all; | ||
| 873 | width: 100%; | ||
| 874 | box-sizing : border-box; | ||
| 875 | background: inherit; | ||
| 876 | } | ||
| 877 | |||
| 878 | /*----------------------------------------------------------------------------- | ||
| 879 | | Copyright (c) Jupyter Development Team. | ||
| 880 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 881 | | | ||
| 882 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 883 | | | ||
| 884 | | The full license is in the file LICENSE, distributed with this software. | ||
| 885 | |----------------------------------------------------------------------------*/ | ||
| 886 | |||
| 887 | |||
| 888 | /* <DEPRECATED> */ .p-TabPanel-tabBar, /* </DEPRECATED> */ | ||
| 889 | .lm-TabPanel-tabBar { | ||
| 890 | z-index: 1; | ||
| 891 | } | ||
| 892 | |||
| 893 | |||
| 894 | /* <DEPRECATED> */ .p-TabPanel-stackedPanel, /* </DEPRECATED> */ | ||
| 895 | .lm-TabPanel-stackedPanel { | ||
| 896 | z-index: 0; | ||
| 897 | } | ||
| 898 | |||
| 899 | /*----------------------------------------------------------------------------- | ||
| 900 | | Copyright (c) Jupyter Development Team. | ||
| 901 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 902 | | | ||
| 903 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 904 | | | ||
| 905 | | The full license is in the file LICENSE, distributed with this software. | ||
| 906 | |----------------------------------------------------------------------------*/ | ||
| 907 | |||
| 908 | @charset "UTF-8"; | ||
| 909 | html{ | ||
| 910 | -webkit-box-sizing:border-box; | ||
| 911 | box-sizing:border-box; } | ||
| 912 | |||
| 913 | *, | ||
| 914 | *::before, | ||
| 915 | *::after{ | ||
| 916 | -webkit-box-sizing:inherit; | ||
| 917 | box-sizing:inherit; } | ||
| 918 | |||
| 919 | body{ | ||
| 920 | font-size:14px; | ||
| 921 | font-weight:400; | ||
| 922 | letter-spacing:0; | ||
| 923 | line-height:1.28581; | ||
| 924 | text-transform:none; | ||
| 925 | color:#182026; | ||
| 926 | font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "Icons16", sans-serif; } | ||
| 927 | |||
| 928 | p{ | ||
| 929 | margin-bottom:10px; | ||
| 930 | margin-top:0; } | ||
| 931 | |||
| 932 | small{ | ||
| 933 | font-size:12px; } | ||
| 934 | |||
| 935 | strong{ | ||
| 936 | font-weight:600; } | ||
| 937 | |||
| 938 | ::-moz-selection{ | ||
| 939 | background:rgba(125, 188, 255, 0.6); } | ||
| 940 | |||
| 941 | ::selection{ | ||
| 942 | background:rgba(125, 188, 255, 0.6); } | ||
| 943 | .bp3-heading{ | ||
| 944 | color:#182026; | ||
| 945 | font-weight:600; | ||
| 946 | margin:0 0 10px; | ||
| 947 | padding:0; } | ||
| 948 | .bp3-dark .bp3-heading{ | ||
| 949 | color:#f5f8fa; } | ||
| 950 | |||
| 951 | h1.bp3-heading, .bp3-running-text h1{ | ||
| 952 | font-size:36px; | ||
| 953 | line-height:40px; } | ||
| 954 | |||
| 955 | h2.bp3-heading, .bp3-running-text h2{ | ||
| 956 | font-size:28px; | ||
| 957 | line-height:32px; } | ||
| 958 | |||
| 959 | h3.bp3-heading, .bp3-running-text h3{ | ||
| 960 | font-size:22px; | ||
| 961 | line-height:25px; } | ||
| 962 | |||
| 963 | h4.bp3-heading, .bp3-running-text h4{ | ||
| 964 | font-size:18px; | ||
| 965 | line-height:21px; } | ||
| 966 | |||
| 967 | h5.bp3-heading, .bp3-running-text h5{ | ||
| 968 | font-size:16px; | ||
| 969 | line-height:19px; } | ||
| 970 | |||
| 971 | h6.bp3-heading, .bp3-running-text h6{ | ||
| 972 | font-size:14px; | ||
| 973 | line-height:16px; } | ||
| 974 | .bp3-ui-text{ | ||
| 975 | font-size:14px; | ||
| 976 | font-weight:400; | ||
| 977 | letter-spacing:0; | ||
| 978 | line-height:1.28581; | ||
| 979 | text-transform:none; } | ||
| 980 | |||
| 981 | .bp3-monospace-text{ | ||
| 982 | font-family:monospace; | ||
| 983 | text-transform:none; } | ||
| 984 | |||
| 985 | .bp3-text-muted{ | ||
| 986 | color:#5c7080; } | ||
| 987 | .bp3-dark .bp3-text-muted{ | ||
| 988 | color:#a7b6c2; } | ||
| 989 | |||
| 990 | .bp3-text-disabled{ | ||
| 991 | color:rgba(92, 112, 128, 0.6); } | ||
| 992 | .bp3-dark .bp3-text-disabled{ | ||
| 993 | color:rgba(167, 182, 194, 0.6); } | ||
| 994 | |||
| 995 | .bp3-text-overflow-ellipsis{ | ||
| 996 | overflow:hidden; | ||
| 997 | text-overflow:ellipsis; | ||
| 998 | white-space:nowrap; | ||
| 999 | word-wrap:normal; } | ||
| 1000 | .bp3-running-text{ | ||
| 1001 | font-size:14px; | ||
| 1002 | line-height:1.5; } | ||
| 1003 | .bp3-running-text h1{ | ||
| 1004 | color:#182026; | ||
| 1005 | font-weight:600; | ||
| 1006 | margin-bottom:20px; | ||
| 1007 | margin-top:40px; } | ||
| 1008 | .bp3-dark .bp3-running-text h1{ | ||
| 1009 | color:#f5f8fa; } | ||
| 1010 | .bp3-running-text h2{ | ||
| 1011 | color:#182026; | ||
| 1012 | font-weight:600; | ||
| 1013 | margin-bottom:20px; | ||
| 1014 | margin-top:40px; } | ||
| 1015 | .bp3-dark .bp3-running-text h2{ | ||
| 1016 | color:#f5f8fa; } | ||
| 1017 | .bp3-running-text h3{ | ||
| 1018 | color:#182026; | ||
| 1019 | font-weight:600; | ||
| 1020 | margin-bottom:20px; | ||
| 1021 | margin-top:40px; } | ||
| 1022 | .bp3-dark .bp3-running-text h3{ | ||
| 1023 | color:#f5f8fa; } | ||
| 1024 | .bp3-running-text h4{ | ||
| 1025 | color:#182026; | ||
| 1026 | font-weight:600; | ||
| 1027 | margin-bottom:20px; | ||
| 1028 | margin-top:40px; } | ||
| 1029 | .bp3-dark .bp3-running-text h4{ | ||
| 1030 | color:#f5f8fa; } | ||
| 1031 | .bp3-running-text h5{ | ||
| 1032 | color:#182026; | ||
| 1033 | font-weight:600; | ||
| 1034 | margin-bottom:20px; | ||
| 1035 | margin-top:40px; } | ||
| 1036 | .bp3-dark .bp3-running-text h5{ | ||
| 1037 | color:#f5f8fa; } | ||
| 1038 | .bp3-running-text h6{ | ||
| 1039 | color:#182026; | ||
| 1040 | font-weight:600; | ||
| 1041 | margin-bottom:20px; | ||
| 1042 | margin-top:40px; } | ||
| 1043 | .bp3-dark .bp3-running-text h6{ | ||
| 1044 | color:#f5f8fa; } | ||
| 1045 | .bp3-running-text hr{ | ||
| 1046 | border:none; | ||
| 1047 | border-bottom:1px solid rgba(16, 22, 26, 0.15); | ||
| 1048 | margin:20px 0; } | ||
| 1049 | .bp3-dark .bp3-running-text hr{ | ||
| 1050 | border-color:rgba(255, 255, 255, 0.15); } | ||
| 1051 | .bp3-running-text p{ | ||
| 1052 | margin:0 0 10px; | ||
| 1053 | padding:0; } | ||
| 1054 | |||
| 1055 | .bp3-text-large{ | ||
| 1056 | font-size:16px; } | ||
| 1057 | |||
| 1058 | .bp3-text-small{ | ||
| 1059 | font-size:12px; } | ||
| 1060 | a{ | ||
| 1061 | color:#106ba3; | ||
| 1062 | text-decoration:none; } | ||
| 1063 | a:hover{ | ||
| 1064 | color:#106ba3; | ||
| 1065 | cursor:pointer; | ||
| 1066 | text-decoration:underline; } | ||
| 1067 | a .bp3-icon, a .bp3-icon-standard, a .bp3-icon-large{ | ||
| 1068 | color:inherit; } | ||
| 1069 | a code, | ||
| 1070 | .bp3-dark a code{ | ||
| 1071 | color:inherit; } | ||
| 1072 | .bp3-dark a, | ||
| 1073 | .bp3-dark a:hover{ | ||
| 1074 | color:#48aff0; } | ||
| 1075 | .bp3-dark a .bp3-icon, .bp3-dark a .bp3-icon-standard, .bp3-dark a .bp3-icon-large, | ||
| 1076 | .bp3-dark a:hover .bp3-icon, | ||
| 1077 | .bp3-dark a:hover .bp3-icon-standard, | ||
| 1078 | .bp3-dark a:hover .bp3-icon-large{ | ||
| 1079 | color:inherit; } | ||
| 1080 | .bp3-running-text code, .bp3-code{ | ||
| 1081 | font-family:monospace; | ||
| 1082 | text-transform:none; | ||
| 1083 | background:rgba(255, 255, 255, 0.7); | ||
| 1084 | border-radius:3px; | ||
| 1085 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2); | ||
| 1086 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2); | ||
| 1087 | color:#5c7080; | ||
| 1088 | font-size:smaller; | ||
| 1089 | padding:2px 5px; } | ||
| 1090 | .bp3-dark .bp3-running-text code, .bp3-running-text .bp3-dark code, .bp3-dark .bp3-code{ | ||
| 1091 | background:rgba(16, 22, 26, 0.3); | ||
| 1092 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1093 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1094 | color:#a7b6c2; } | ||
| 1095 | .bp3-running-text a > code, a > .bp3-code{ | ||
| 1096 | color:#137cbd; } | ||
| 1097 | .bp3-dark .bp3-running-text a > code, .bp3-running-text .bp3-dark a > code, .bp3-dark a > .bp3-code{ | ||
| 1098 | color:inherit; } | ||
| 1099 | |||
| 1100 | .bp3-running-text pre, .bp3-code-block{ | ||
| 1101 | font-family:monospace; | ||
| 1102 | text-transform:none; | ||
| 1103 | background:rgba(255, 255, 255, 0.7); | ||
| 1104 | border-radius:3px; | ||
| 1105 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); | ||
| 1106 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); | ||
| 1107 | color:#182026; | ||
| 1108 | display:block; | ||
| 1109 | font-size:13px; | ||
| 1110 | line-height:1.4; | ||
| 1111 | margin:10px 0; | ||
| 1112 | padding:13px 15px 12px; | ||
| 1113 | word-break:break-all; | ||
| 1114 | word-wrap:break-word; } | ||
| 1115 | .bp3-dark .bp3-running-text pre, .bp3-running-text .bp3-dark pre, .bp3-dark .bp3-code-block{ | ||
| 1116 | background:rgba(16, 22, 26, 0.3); | ||
| 1117 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1118 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1119 | color:#f5f8fa; } | ||
| 1120 | .bp3-running-text pre > code, .bp3-code-block > code{ | ||
| 1121 | background:none; | ||
| 1122 | -webkit-box-shadow:none; | ||
| 1123 | box-shadow:none; | ||
| 1124 | color:inherit; | ||
| 1125 | font-size:inherit; | ||
| 1126 | padding:0; } | ||
| 1127 | |||
| 1128 | .bp3-running-text kbd, .bp3-key{ | ||
| 1129 | -webkit-box-align:center; | ||
| 1130 | -ms-flex-align:center; | ||
| 1131 | align-items:center; | ||
| 1132 | background:#ffffff; | ||
| 1133 | border-radius:3px; | ||
| 1134 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 1135 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 1136 | color:#5c7080; | ||
| 1137 | display:-webkit-inline-box; | ||
| 1138 | display:-ms-inline-flexbox; | ||
| 1139 | display:inline-flex; | ||
| 1140 | font-family:inherit; | ||
| 1141 | font-size:12px; | ||
| 1142 | height:24px; | ||
| 1143 | -webkit-box-pack:center; | ||
| 1144 | -ms-flex-pack:center; | ||
| 1145 | justify-content:center; | ||
| 1146 | line-height:24px; | ||
| 1147 | min-width:24px; | ||
| 1148 | padding:3px 6px; | ||
| 1149 | vertical-align:middle; } | ||
| 1150 | .bp3-running-text kbd .bp3-icon, .bp3-key .bp3-icon, .bp3-running-text kbd .bp3-icon-standard, .bp3-key .bp3-icon-standard, .bp3-running-text kbd .bp3-icon-large, .bp3-key .bp3-icon-large{ | ||
| 1151 | margin-right:5px; } | ||
| 1152 | .bp3-dark .bp3-running-text kbd, .bp3-running-text .bp3-dark kbd, .bp3-dark .bp3-key{ | ||
| 1153 | background:#394b59; | ||
| 1154 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 1155 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 1156 | color:#a7b6c2; } | ||
| 1157 | .bp3-running-text blockquote, .bp3-blockquote{ | ||
| 1158 | border-left:solid 4px rgba(167, 182, 194, 0.5); | ||
| 1159 | margin:0 0 10px; | ||
| 1160 | padding:0 20px; } | ||
| 1161 | .bp3-dark .bp3-running-text blockquote, .bp3-running-text .bp3-dark blockquote, .bp3-dark .bp3-blockquote{ | ||
| 1162 | border-color:rgba(115, 134, 148, 0.5); } | ||
| 1163 | .bp3-running-text ul, | ||
| 1164 | .bp3-running-text ol, .bp3-list{ | ||
| 1165 | margin:10px 0; | ||
| 1166 | padding-left:30px; } | ||
| 1167 | .bp3-running-text ul li:not(:last-child), .bp3-running-text ol li:not(:last-child), .bp3-list li:not(:last-child){ | ||
| 1168 | margin-bottom:5px; } | ||
| 1169 | .bp3-running-text ul ol, .bp3-running-text ol ol, .bp3-list ol, | ||
| 1170 | .bp3-running-text ul ul, | ||
| 1171 | .bp3-running-text ol ul, | ||
| 1172 | .bp3-list ul{ | ||
| 1173 | margin-top:5px; } | ||
| 1174 | |||
| 1175 | .bp3-list-unstyled{ | ||
| 1176 | list-style:none; | ||
| 1177 | margin:0; | ||
| 1178 | padding:0; } | ||
| 1179 | .bp3-list-unstyled li{ | ||
| 1180 | padding:0; } | ||
| 1181 | .bp3-rtl{ | ||
| 1182 | text-align:right; } | ||
| 1183 | |||
| 1184 | .bp3-dark{ | ||
| 1185 | color:#f5f8fa; } | ||
| 1186 | |||
| 1187 | :focus{ | ||
| 1188 | outline:rgba(19, 124, 189, 0.6) auto 2px; | ||
| 1189 | outline-offset:2px; | ||
| 1190 | -moz-outline-radius:6px; } | ||
| 1191 | |||
| 1192 | .bp3-focus-disabled :focus{ | ||
| 1193 | outline:none !important; } | ||
| 1194 | .bp3-focus-disabled :focus ~ .bp3-control-indicator{ | ||
| 1195 | outline:none !important; } | ||
| 1196 | |||
| 1197 | .bp3-alert{ | ||
| 1198 | max-width:400px; | ||
| 1199 | padding:20px; } | ||
| 1200 | |||
| 1201 | .bp3-alert-body{ | ||
| 1202 | display:-webkit-box; | ||
| 1203 | display:-ms-flexbox; | ||
| 1204 | display:flex; } | ||
| 1205 | .bp3-alert-body .bp3-icon{ | ||
| 1206 | font-size:40px; | ||
| 1207 | margin-right:20px; | ||
| 1208 | margin-top:0; } | ||
| 1209 | |||
| 1210 | .bp3-alert-contents{ | ||
| 1211 | word-break:break-word; } | ||
| 1212 | |||
| 1213 | .bp3-alert-footer{ | ||
| 1214 | display:-webkit-box; | ||
| 1215 | display:-ms-flexbox; | ||
| 1216 | display:flex; | ||
| 1217 | -webkit-box-orient:horizontal; | ||
| 1218 | -webkit-box-direction:reverse; | ||
| 1219 | -ms-flex-direction:row-reverse; | ||
| 1220 | flex-direction:row-reverse; | ||
| 1221 | margin-top:10px; } | ||
| 1222 | .bp3-alert-footer .bp3-button{ | ||
| 1223 | margin-left:10px; } | ||
| 1224 | .bp3-breadcrumbs{ | ||
| 1225 | -webkit-box-align:center; | ||
| 1226 | -ms-flex-align:center; | ||
| 1227 | align-items:center; | ||
| 1228 | cursor:default; | ||
| 1229 | display:-webkit-box; | ||
| 1230 | display:-ms-flexbox; | ||
| 1231 | display:flex; | ||
| 1232 | -ms-flex-wrap:wrap; | ||
| 1233 | flex-wrap:wrap; | ||
| 1234 | height:30px; | ||
| 1235 | list-style:none; | ||
| 1236 | margin:0; | ||
| 1237 | padding:0; } | ||
| 1238 | .bp3-breadcrumbs > li{ | ||
| 1239 | -webkit-box-align:center; | ||
| 1240 | -ms-flex-align:center; | ||
| 1241 | align-items:center; | ||
| 1242 | display:-webkit-box; | ||
| 1243 | display:-ms-flexbox; | ||
| 1244 | display:flex; } | ||
| 1245 | .bp3-breadcrumbs > li::after{ | ||
| 1246 | background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%235C7080'/%3e%3c/svg%3e"); | ||
| 1247 | content:""; | ||
| 1248 | display:block; | ||
| 1249 | height:16px; | ||
| 1250 | margin:0 5px; | ||
| 1251 | width:16px; } | ||
| 1252 | .bp3-breadcrumbs > li:last-of-type::after{ | ||
| 1253 | display:none; } | ||
| 1254 | |||
| 1255 | .bp3-breadcrumb, | ||
| 1256 | .bp3-breadcrumb-current, | ||
| 1257 | .bp3-breadcrumbs-collapsed{ | ||
| 1258 | -webkit-box-align:center; | ||
| 1259 | -ms-flex-align:center; | ||
| 1260 | align-items:center; | ||
| 1261 | display:-webkit-inline-box; | ||
| 1262 | display:-ms-inline-flexbox; | ||
| 1263 | display:inline-flex; | ||
| 1264 | font-size:16px; } | ||
| 1265 | |||
| 1266 | .bp3-breadcrumb, | ||
| 1267 | .bp3-breadcrumbs-collapsed{ | ||
| 1268 | color:#5c7080; } | ||
| 1269 | |||
| 1270 | .bp3-breadcrumb:hover{ | ||
| 1271 | text-decoration:none; } | ||
| 1272 | |||
| 1273 | .bp3-breadcrumb.bp3-disabled{ | ||
| 1274 | color:rgba(92, 112, 128, 0.6); | ||
| 1275 | cursor:not-allowed; } | ||
| 1276 | |||
| 1277 | .bp3-breadcrumb .bp3-icon{ | ||
| 1278 | margin-right:5px; } | ||
| 1279 | |||
| 1280 | .bp3-breadcrumb-current{ | ||
| 1281 | color:inherit; | ||
| 1282 | font-weight:600; } | ||
| 1283 | .bp3-breadcrumb-current .bp3-input{ | ||
| 1284 | font-size:inherit; | ||
| 1285 | font-weight:inherit; | ||
| 1286 | vertical-align:baseline; } | ||
| 1287 | |||
| 1288 | .bp3-breadcrumbs-collapsed{ | ||
| 1289 | background:#ced9e0; | ||
| 1290 | border:none; | ||
| 1291 | border-radius:3px; | ||
| 1292 | cursor:pointer; | ||
| 1293 | margin-right:2px; | ||
| 1294 | padding:1px 5px; | ||
| 1295 | vertical-align:text-bottom; } | ||
| 1296 | .bp3-breadcrumbs-collapsed::before{ | ||
| 1297 | background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%235C7080'%3e%3ccircle cx='2' cy='8.03' r='2'/%3e%3ccircle cx='14' cy='8.03' r='2'/%3e%3ccircle cx='8' cy='8.03' r='2'/%3e%3c/g%3e%3c/svg%3e") center no-repeat; | ||
| 1298 | content:""; | ||
| 1299 | display:block; | ||
| 1300 | height:16px; | ||
| 1301 | width:16px; } | ||
| 1302 | .bp3-breadcrumbs-collapsed:hover{ | ||
| 1303 | background:#bfccd6; | ||
| 1304 | color:#182026; | ||
| 1305 | text-decoration:none; } | ||
| 1306 | |||
| 1307 | .bp3-dark .bp3-breadcrumb, | ||
| 1308 | .bp3-dark .bp3-breadcrumbs-collapsed{ | ||
| 1309 | color:#a7b6c2; } | ||
| 1310 | |||
| 1311 | .bp3-dark .bp3-breadcrumbs > li::after{ | ||
| 1312 | color:#a7b6c2; } | ||
| 1313 | |||
| 1314 | .bp3-dark .bp3-breadcrumb.bp3-disabled{ | ||
| 1315 | color:rgba(167, 182, 194, 0.6); } | ||
| 1316 | |||
| 1317 | .bp3-dark .bp3-breadcrumb-current{ | ||
| 1318 | color:#f5f8fa; } | ||
| 1319 | |||
| 1320 | .bp3-dark .bp3-breadcrumbs-collapsed{ | ||
| 1321 | background:rgba(16, 22, 26, 0.4); } | ||
| 1322 | .bp3-dark .bp3-breadcrumbs-collapsed:hover{ | ||
| 1323 | background:rgba(16, 22, 26, 0.6); | ||
| 1324 | color:#f5f8fa; } | ||
| 1325 | .bp3-button{ | ||
| 1326 | display:-webkit-inline-box; | ||
| 1327 | display:-ms-inline-flexbox; | ||
| 1328 | display:inline-flex; | ||
| 1329 | -webkit-box-orient:horizontal; | ||
| 1330 | -webkit-box-direction:normal; | ||
| 1331 | -ms-flex-direction:row; | ||
| 1332 | flex-direction:row; | ||
| 1333 | -webkit-box-align:center; | ||
| 1334 | -ms-flex-align:center; | ||
| 1335 | align-items:center; | ||
| 1336 | border:none; | ||
| 1337 | border-radius:3px; | ||
| 1338 | cursor:pointer; | ||
| 1339 | font-size:14px; | ||
| 1340 | -webkit-box-pack:center; | ||
| 1341 | -ms-flex-pack:center; | ||
| 1342 | justify-content:center; | ||
| 1343 | padding:5px 10px; | ||
| 1344 | text-align:left; | ||
| 1345 | vertical-align:middle; | ||
| 1346 | min-height:30px; | ||
| 1347 | min-width:30px; } | ||
| 1348 | .bp3-button > *{ | ||
| 1349 | -webkit-box-flex:0; | ||
| 1350 | -ms-flex-positive:0; | ||
| 1351 | flex-grow:0; | ||
| 1352 | -ms-flex-negative:0; | ||
| 1353 | flex-shrink:0; } | ||
| 1354 | .bp3-button > .bp3-fill{ | ||
| 1355 | -webkit-box-flex:1; | ||
| 1356 | -ms-flex-positive:1; | ||
| 1357 | flex-grow:1; | ||
| 1358 | -ms-flex-negative:1; | ||
| 1359 | flex-shrink:1; } | ||
| 1360 | .bp3-button::before, | ||
| 1361 | .bp3-button > *{ | ||
| 1362 | margin-right:7px; } | ||
| 1363 | .bp3-button:empty::before, | ||
| 1364 | .bp3-button > :last-child{ | ||
| 1365 | margin-right:0; } | ||
| 1366 | .bp3-button:empty{ | ||
| 1367 | padding:0 !important; } | ||
| 1368 | .bp3-button:disabled, .bp3-button.bp3-disabled{ | ||
| 1369 | cursor:not-allowed; } | ||
| 1370 | .bp3-button.bp3-fill{ | ||
| 1371 | display:-webkit-box; | ||
| 1372 | display:-ms-flexbox; | ||
| 1373 | display:flex; | ||
| 1374 | width:100%; } | ||
| 1375 | .bp3-button.bp3-align-right, | ||
| 1376 | .bp3-align-right .bp3-button{ | ||
| 1377 | text-align:right; } | ||
| 1378 | .bp3-button.bp3-align-left, | ||
| 1379 | .bp3-align-left .bp3-button{ | ||
| 1380 | text-align:left; } | ||
| 1381 | .bp3-button:not([class*="bp3-intent-"]){ | ||
| 1382 | background-color:#f5f8fa; | ||
| 1383 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); | ||
| 1384 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); | ||
| 1385 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 1386 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 1387 | color:#182026; } | ||
| 1388 | .bp3-button:not([class*="bp3-intent-"]):hover{ | ||
| 1389 | background-clip:padding-box; | ||
| 1390 | background-color:#ebf1f5; | ||
| 1391 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 1392 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } | ||
| 1393 | .bp3-button:not([class*="bp3-intent-"]):active, .bp3-button:not([class*="bp3-intent-"]).bp3-active{ | ||
| 1394 | background-color:#d8e1e8; | ||
| 1395 | background-image:none; | ||
| 1396 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 1397 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 1398 | .bp3-button:not([class*="bp3-intent-"]):disabled, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled{ | ||
| 1399 | background-color:rgba(206, 217, 224, 0.5); | ||
| 1400 | background-image:none; | ||
| 1401 | -webkit-box-shadow:none; | ||
| 1402 | box-shadow:none; | ||
| 1403 | color:rgba(92, 112, 128, 0.6); | ||
| 1404 | cursor:not-allowed; | ||
| 1405 | outline:none; } | ||
| 1406 | .bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active, .bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active:hover, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active:hover{ | ||
| 1407 | background:rgba(206, 217, 224, 0.7); } | ||
| 1408 | .bp3-button.bp3-intent-primary{ | ||
| 1409 | background-color:#137cbd; | ||
| 1410 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); | ||
| 1411 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); | ||
| 1412 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1413 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1414 | color:#ffffff; } | ||
| 1415 | .bp3-button.bp3-intent-primary:hover, .bp3-button.bp3-intent-primary:active, .bp3-button.bp3-intent-primary.bp3-active{ | ||
| 1416 | color:#ffffff; } | ||
| 1417 | .bp3-button.bp3-intent-primary:hover{ | ||
| 1418 | background-color:#106ba3; | ||
| 1419 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1420 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } | ||
| 1421 | .bp3-button.bp3-intent-primary:active, .bp3-button.bp3-intent-primary.bp3-active{ | ||
| 1422 | background-color:#0e5a8a; | ||
| 1423 | background-image:none; | ||
| 1424 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 1425 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 1426 | .bp3-button.bp3-intent-primary:disabled, .bp3-button.bp3-intent-primary.bp3-disabled{ | ||
| 1427 | background-color:rgba(19, 124, 189, 0.5); | ||
| 1428 | background-image:none; | ||
| 1429 | border-color:transparent; | ||
| 1430 | -webkit-box-shadow:none; | ||
| 1431 | box-shadow:none; | ||
| 1432 | color:rgba(255, 255, 255, 0.6); } | ||
| 1433 | .bp3-button.bp3-intent-success{ | ||
| 1434 | background-color:#0f9960; | ||
| 1435 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); | ||
| 1436 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); | ||
| 1437 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1438 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1439 | color:#ffffff; } | ||
| 1440 | .bp3-button.bp3-intent-success:hover, .bp3-button.bp3-intent-success:active, .bp3-button.bp3-intent-success.bp3-active{ | ||
| 1441 | color:#ffffff; } | ||
| 1442 | .bp3-button.bp3-intent-success:hover{ | ||
| 1443 | background-color:#0d8050; | ||
| 1444 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1445 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } | ||
| 1446 | .bp3-button.bp3-intent-success:active, .bp3-button.bp3-intent-success.bp3-active{ | ||
| 1447 | background-color:#0a6640; | ||
| 1448 | background-image:none; | ||
| 1449 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 1450 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 1451 | .bp3-button.bp3-intent-success:disabled, .bp3-button.bp3-intent-success.bp3-disabled{ | ||
| 1452 | background-color:rgba(15, 153, 96, 0.5); | ||
| 1453 | background-image:none; | ||
| 1454 | border-color:transparent; | ||
| 1455 | -webkit-box-shadow:none; | ||
| 1456 | box-shadow:none; | ||
| 1457 | color:rgba(255, 255, 255, 0.6); } | ||
| 1458 | .bp3-button.bp3-intent-warning{ | ||
| 1459 | background-color:#d9822b; | ||
| 1460 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); | ||
| 1461 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); | ||
| 1462 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1463 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1464 | color:#ffffff; } | ||
| 1465 | .bp3-button.bp3-intent-warning:hover, .bp3-button.bp3-intent-warning:active, .bp3-button.bp3-intent-warning.bp3-active{ | ||
| 1466 | color:#ffffff; } | ||
| 1467 | .bp3-button.bp3-intent-warning:hover{ | ||
| 1468 | background-color:#bf7326; | ||
| 1469 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1470 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } | ||
| 1471 | .bp3-button.bp3-intent-warning:active, .bp3-button.bp3-intent-warning.bp3-active{ | ||
| 1472 | background-color:#a66321; | ||
| 1473 | background-image:none; | ||
| 1474 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 1475 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 1476 | .bp3-button.bp3-intent-warning:disabled, .bp3-button.bp3-intent-warning.bp3-disabled{ | ||
| 1477 | background-color:rgba(217, 130, 43, 0.5); | ||
| 1478 | background-image:none; | ||
| 1479 | border-color:transparent; | ||
| 1480 | -webkit-box-shadow:none; | ||
| 1481 | box-shadow:none; | ||
| 1482 | color:rgba(255, 255, 255, 0.6); } | ||
| 1483 | .bp3-button.bp3-intent-danger{ | ||
| 1484 | background-color:#db3737; | ||
| 1485 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); | ||
| 1486 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); | ||
| 1487 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1488 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1489 | color:#ffffff; } | ||
| 1490 | .bp3-button.bp3-intent-danger:hover, .bp3-button.bp3-intent-danger:active, .bp3-button.bp3-intent-danger.bp3-active{ | ||
| 1491 | color:#ffffff; } | ||
| 1492 | .bp3-button.bp3-intent-danger:hover{ | ||
| 1493 | background-color:#c23030; | ||
| 1494 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 1495 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } | ||
| 1496 | .bp3-button.bp3-intent-danger:active, .bp3-button.bp3-intent-danger.bp3-active{ | ||
| 1497 | background-color:#a82a2a; | ||
| 1498 | background-image:none; | ||
| 1499 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 1500 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 1501 | .bp3-button.bp3-intent-danger:disabled, .bp3-button.bp3-intent-danger.bp3-disabled{ | ||
| 1502 | background-color:rgba(219, 55, 55, 0.5); | ||
| 1503 | background-image:none; | ||
| 1504 | border-color:transparent; | ||
| 1505 | -webkit-box-shadow:none; | ||
| 1506 | box-shadow:none; | ||
| 1507 | color:rgba(255, 255, 255, 0.6); } | ||
| 1508 | .bp3-button[class*="bp3-intent-"] .bp3-button-spinner .bp3-spinner-head{ | ||
| 1509 | stroke:#ffffff; } | ||
| 1510 | .bp3-button.bp3-large, | ||
| 1511 | .bp3-large .bp3-button{ | ||
| 1512 | min-height:40px; | ||
| 1513 | min-width:40px; | ||
| 1514 | font-size:16px; | ||
| 1515 | padding:5px 15px; } | ||
| 1516 | .bp3-button.bp3-large::before, | ||
| 1517 | .bp3-button.bp3-large > *, | ||
| 1518 | .bp3-large .bp3-button::before, | ||
| 1519 | .bp3-large .bp3-button > *{ | ||
| 1520 | margin-right:10px; } | ||
| 1521 | .bp3-button.bp3-large:empty::before, | ||
| 1522 | .bp3-button.bp3-large > :last-child, | ||
| 1523 | .bp3-large .bp3-button:empty::before, | ||
| 1524 | .bp3-large .bp3-button > :last-child{ | ||
| 1525 | margin-right:0; } | ||
| 1526 | .bp3-button.bp3-small, | ||
| 1527 | .bp3-small .bp3-button{ | ||
| 1528 | min-height:24px; | ||
| 1529 | min-width:24px; | ||
| 1530 | padding:0 7px; } | ||
| 1531 | .bp3-button.bp3-loading{ | ||
| 1532 | position:relative; } | ||
| 1533 | .bp3-button.bp3-loading[class*="bp3-icon-"]::before{ | ||
| 1534 | visibility:hidden; } | ||
| 1535 | .bp3-button.bp3-loading .bp3-button-spinner{ | ||
| 1536 | margin:0; | ||
| 1537 | position:absolute; } | ||
| 1538 | .bp3-button.bp3-loading > :not(.bp3-button-spinner){ | ||
| 1539 | visibility:hidden; } | ||
| 1540 | .bp3-button[class*="bp3-icon-"]::before{ | ||
| 1541 | font-family:"Icons16", sans-serif; | ||
| 1542 | font-size:16px; | ||
| 1543 | font-style:normal; | ||
| 1544 | font-weight:400; | ||
| 1545 | line-height:1; | ||
| 1546 | -moz-osx-font-smoothing:grayscale; | ||
| 1547 | -webkit-font-smoothing:antialiased; | ||
| 1548 | color:#5c7080; } | ||
| 1549 | .bp3-button .bp3-icon, .bp3-button .bp3-icon-standard, .bp3-button .bp3-icon-large{ | ||
| 1550 | color:#5c7080; } | ||
| 1551 | .bp3-button .bp3-icon.bp3-align-right, .bp3-button .bp3-icon-standard.bp3-align-right, .bp3-button .bp3-icon-large.bp3-align-right{ | ||
| 1552 | margin-left:7px; } | ||
| 1553 | .bp3-button .bp3-icon:first-child:last-child, | ||
| 1554 | .bp3-button .bp3-spinner + .bp3-icon:last-child{ | ||
| 1555 | margin:0 -7px; } | ||
| 1556 | .bp3-dark .bp3-button:not([class*="bp3-intent-"]){ | ||
| 1557 | background-color:#394b59; | ||
| 1558 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); | ||
| 1559 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); | ||
| 1560 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1561 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1562 | color:#f5f8fa; } | ||
| 1563 | .bp3-dark .bp3-button:not([class*="bp3-intent-"]):hover, .bp3-dark .bp3-button:not([class*="bp3-intent-"]):active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-active{ | ||
| 1564 | color:#f5f8fa; } | ||
| 1565 | .bp3-dark .bp3-button:not([class*="bp3-intent-"]):hover{ | ||
| 1566 | background-color:#30404d; | ||
| 1567 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1568 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 1569 | .bp3-dark .bp3-button:not([class*="bp3-intent-"]):active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-active{ | ||
| 1570 | background-color:#202b33; | ||
| 1571 | background-image:none; | ||
| 1572 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 1573 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 1574 | .bp3-dark .bp3-button:not([class*="bp3-intent-"]):disabled, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-disabled{ | ||
| 1575 | background-color:rgba(57, 75, 89, 0.5); | ||
| 1576 | background-image:none; | ||
| 1577 | -webkit-box-shadow:none; | ||
| 1578 | box-shadow:none; | ||
| 1579 | color:rgba(167, 182, 194, 0.6); } | ||
| 1580 | .bp3-dark .bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active{ | ||
| 1581 | background:rgba(57, 75, 89, 0.7); } | ||
| 1582 | .bp3-dark .bp3-button:not([class*="bp3-intent-"]) .bp3-button-spinner .bp3-spinner-head{ | ||
| 1583 | background:rgba(16, 22, 26, 0.5); | ||
| 1584 | stroke:#8a9ba8; } | ||
| 1585 | .bp3-dark .bp3-button:not([class*="bp3-intent-"])[class*="bp3-icon-"]::before{ | ||
| 1586 | color:#a7b6c2; } | ||
| 1587 | .bp3-dark .bp3-button:not([class*="bp3-intent-"]) .bp3-icon, .bp3-dark .bp3-button:not([class*="bp3-intent-"]) .bp3-icon-standard, .bp3-dark .bp3-button:not([class*="bp3-intent-"]) .bp3-icon-large{ | ||
| 1588 | color:#a7b6c2; } | ||
| 1589 | .bp3-dark .bp3-button[class*="bp3-intent-"]{ | ||
| 1590 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1591 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 1592 | .bp3-dark .bp3-button[class*="bp3-intent-"]:hover{ | ||
| 1593 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 1594 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 1595 | .bp3-dark .bp3-button[class*="bp3-intent-"]:active, .bp3-dark .bp3-button[class*="bp3-intent-"].bp3-active{ | ||
| 1596 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 1597 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 1598 | .bp3-dark .bp3-button[class*="bp3-intent-"]:disabled, .bp3-dark .bp3-button[class*="bp3-intent-"].bp3-disabled{ | ||
| 1599 | background-image:none; | ||
| 1600 | -webkit-box-shadow:none; | ||
| 1601 | box-shadow:none; | ||
| 1602 | color:rgba(255, 255, 255, 0.3); } | ||
| 1603 | .bp3-dark .bp3-button[class*="bp3-intent-"] .bp3-button-spinner .bp3-spinner-head{ | ||
| 1604 | stroke:#8a9ba8; } | ||
| 1605 | .bp3-button:disabled::before, | ||
| 1606 | .bp3-button:disabled .bp3-icon, .bp3-button:disabled .bp3-icon-standard, .bp3-button:disabled .bp3-icon-large, .bp3-button.bp3-disabled::before, | ||
| 1607 | .bp3-button.bp3-disabled .bp3-icon, .bp3-button.bp3-disabled .bp3-icon-standard, .bp3-button.bp3-disabled .bp3-icon-large, .bp3-button[class*="bp3-intent-"]::before, | ||
| 1608 | .bp3-button[class*="bp3-intent-"] .bp3-icon, .bp3-button[class*="bp3-intent-"] .bp3-icon-standard, .bp3-button[class*="bp3-intent-"] .bp3-icon-large{ | ||
| 1609 | color:inherit !important; } | ||
| 1610 | .bp3-button.bp3-minimal{ | ||
| 1611 | background:none; | ||
| 1612 | -webkit-box-shadow:none; | ||
| 1613 | box-shadow:none; } | ||
| 1614 | .bp3-button.bp3-minimal:hover{ | ||
| 1615 | background:rgba(167, 182, 194, 0.3); | ||
| 1616 | -webkit-box-shadow:none; | ||
| 1617 | box-shadow:none; | ||
| 1618 | color:#182026; | ||
| 1619 | text-decoration:none; } | ||
| 1620 | .bp3-button.bp3-minimal:active, .bp3-button.bp3-minimal.bp3-active{ | ||
| 1621 | background:rgba(115, 134, 148, 0.3); | ||
| 1622 | -webkit-box-shadow:none; | ||
| 1623 | box-shadow:none; | ||
| 1624 | color:#182026; } | ||
| 1625 | .bp3-button.bp3-minimal:disabled, .bp3-button.bp3-minimal:disabled:hover, .bp3-button.bp3-minimal.bp3-disabled, .bp3-button.bp3-minimal.bp3-disabled:hover{ | ||
| 1626 | background:none; | ||
| 1627 | color:rgba(92, 112, 128, 0.6); | ||
| 1628 | cursor:not-allowed; } | ||
| 1629 | .bp3-button.bp3-minimal:disabled.bp3-active, .bp3-button.bp3-minimal:disabled:hover.bp3-active, .bp3-button.bp3-minimal.bp3-disabled.bp3-active, .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active{ | ||
| 1630 | background:rgba(115, 134, 148, 0.3); } | ||
| 1631 | .bp3-dark .bp3-button.bp3-minimal{ | ||
| 1632 | background:none; | ||
| 1633 | -webkit-box-shadow:none; | ||
| 1634 | box-shadow:none; | ||
| 1635 | color:inherit; } | ||
| 1636 | .bp3-dark .bp3-button.bp3-minimal:hover, .bp3-dark .bp3-button.bp3-minimal:active, .bp3-dark .bp3-button.bp3-minimal.bp3-active{ | ||
| 1637 | background:none; | ||
| 1638 | -webkit-box-shadow:none; | ||
| 1639 | box-shadow:none; } | ||
| 1640 | .bp3-dark .bp3-button.bp3-minimal:hover{ | ||
| 1641 | background:rgba(138, 155, 168, 0.15); } | ||
| 1642 | .bp3-dark .bp3-button.bp3-minimal:active, .bp3-dark .bp3-button.bp3-minimal.bp3-active{ | ||
| 1643 | background:rgba(138, 155, 168, 0.3); | ||
| 1644 | color:#f5f8fa; } | ||
| 1645 | .bp3-dark .bp3-button.bp3-minimal:disabled, .bp3-dark .bp3-button.bp3-minimal:disabled:hover, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover{ | ||
| 1646 | background:none; | ||
| 1647 | color:rgba(167, 182, 194, 0.6); | ||
| 1648 | cursor:not-allowed; } | ||
| 1649 | .bp3-dark .bp3-button.bp3-minimal:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal:disabled:hover.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active{ | ||
| 1650 | background:rgba(138, 155, 168, 0.3); } | ||
| 1651 | .bp3-button.bp3-minimal.bp3-intent-primary{ | ||
| 1652 | color:#106ba3; } | ||
| 1653 | .bp3-button.bp3-minimal.bp3-intent-primary:hover, .bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active{ | ||
| 1654 | background:none; | ||
| 1655 | -webkit-box-shadow:none; | ||
| 1656 | box-shadow:none; | ||
| 1657 | color:#106ba3; } | ||
| 1658 | .bp3-button.bp3-minimal.bp3-intent-primary:hover{ | ||
| 1659 | background:rgba(19, 124, 189, 0.15); | ||
| 1660 | color:#106ba3; } | ||
| 1661 | .bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active{ | ||
| 1662 | background:rgba(19, 124, 189, 0.3); | ||
| 1663 | color:#106ba3; } | ||
| 1664 | .bp3-button.bp3-minimal.bp3-intent-primary:disabled, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled{ | ||
| 1665 | background:none; | ||
| 1666 | color:rgba(16, 107, 163, 0.5); } | ||
| 1667 | .bp3-button.bp3-minimal.bp3-intent-primary:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled.bp3-active{ | ||
| 1668 | background:rgba(19, 124, 189, 0.3); } | ||
| 1669 | .bp3-button.bp3-minimal.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{ | ||
| 1670 | stroke:#106ba3; } | ||
| 1671 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary{ | ||
| 1672 | color:#48aff0; } | ||
| 1673 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:hover{ | ||
| 1674 | background:rgba(19, 124, 189, 0.2); | ||
| 1675 | color:#48aff0; } | ||
| 1676 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active{ | ||
| 1677 | background:rgba(19, 124, 189, 0.3); | ||
| 1678 | color:#48aff0; } | ||
| 1679 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled{ | ||
| 1680 | background:none; | ||
| 1681 | color:rgba(72, 175, 240, 0.5); } | ||
| 1682 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled.bp3-active{ | ||
| 1683 | background:rgba(19, 124, 189, 0.3); } | ||
| 1684 | .bp3-button.bp3-minimal.bp3-intent-success{ | ||
| 1685 | color:#0d8050; } | ||
| 1686 | .bp3-button.bp3-minimal.bp3-intent-success:hover, .bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-active{ | ||
| 1687 | background:none; | ||
| 1688 | -webkit-box-shadow:none; | ||
| 1689 | box-shadow:none; | ||
| 1690 | color:#0d8050; } | ||
| 1691 | .bp3-button.bp3-minimal.bp3-intent-success:hover{ | ||
| 1692 | background:rgba(15, 153, 96, 0.15); | ||
| 1693 | color:#0d8050; } | ||
| 1694 | .bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-active{ | ||
| 1695 | background:rgba(15, 153, 96, 0.3); | ||
| 1696 | color:#0d8050; } | ||
| 1697 | .bp3-button.bp3-minimal.bp3-intent-success:disabled, .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled{ | ||
| 1698 | background:none; | ||
| 1699 | color:rgba(13, 128, 80, 0.5); } | ||
| 1700 | .bp3-button.bp3-minimal.bp3-intent-success:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled.bp3-active{ | ||
| 1701 | background:rgba(15, 153, 96, 0.3); } | ||
| 1702 | .bp3-button.bp3-minimal.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{ | ||
| 1703 | stroke:#0d8050; } | ||
| 1704 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success{ | ||
| 1705 | color:#3dcc91; } | ||
| 1706 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:hover{ | ||
| 1707 | background:rgba(15, 153, 96, 0.2); | ||
| 1708 | color:#3dcc91; } | ||
| 1709 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-active{ | ||
| 1710 | background:rgba(15, 153, 96, 0.3); | ||
| 1711 | color:#3dcc91; } | ||
| 1712 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled{ | ||
| 1713 | background:none; | ||
| 1714 | color:rgba(61, 204, 145, 0.5); } | ||
| 1715 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled.bp3-active{ | ||
| 1716 | background:rgba(15, 153, 96, 0.3); } | ||
| 1717 | .bp3-button.bp3-minimal.bp3-intent-warning{ | ||
| 1718 | color:#bf7326; } | ||
| 1719 | .bp3-button.bp3-minimal.bp3-intent-warning:hover, .bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active{ | ||
| 1720 | background:none; | ||
| 1721 | -webkit-box-shadow:none; | ||
| 1722 | box-shadow:none; | ||
| 1723 | color:#bf7326; } | ||
| 1724 | .bp3-button.bp3-minimal.bp3-intent-warning:hover{ | ||
| 1725 | background:rgba(217, 130, 43, 0.15); | ||
| 1726 | color:#bf7326; } | ||
| 1727 | .bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active{ | ||
| 1728 | background:rgba(217, 130, 43, 0.3); | ||
| 1729 | color:#bf7326; } | ||
| 1730 | .bp3-button.bp3-minimal.bp3-intent-warning:disabled, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled{ | ||
| 1731 | background:none; | ||
| 1732 | color:rgba(191, 115, 38, 0.5); } | ||
| 1733 | .bp3-button.bp3-minimal.bp3-intent-warning:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled.bp3-active{ | ||
| 1734 | background:rgba(217, 130, 43, 0.3); } | ||
| 1735 | .bp3-button.bp3-minimal.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{ | ||
| 1736 | stroke:#bf7326; } | ||
| 1737 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning{ | ||
| 1738 | color:#ffb366; } | ||
| 1739 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:hover{ | ||
| 1740 | background:rgba(217, 130, 43, 0.2); | ||
| 1741 | color:#ffb366; } | ||
| 1742 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active{ | ||
| 1743 | background:rgba(217, 130, 43, 0.3); | ||
| 1744 | color:#ffb366; } | ||
| 1745 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled{ | ||
| 1746 | background:none; | ||
| 1747 | color:rgba(255, 179, 102, 0.5); } | ||
| 1748 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled.bp3-active{ | ||
| 1749 | background:rgba(217, 130, 43, 0.3); } | ||
| 1750 | .bp3-button.bp3-minimal.bp3-intent-danger{ | ||
| 1751 | color:#c23030; } | ||
| 1752 | .bp3-button.bp3-minimal.bp3-intent-danger:hover, .bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active{ | ||
| 1753 | background:none; | ||
| 1754 | -webkit-box-shadow:none; | ||
| 1755 | box-shadow:none; | ||
| 1756 | color:#c23030; } | ||
| 1757 | .bp3-button.bp3-minimal.bp3-intent-danger:hover{ | ||
| 1758 | background:rgba(219, 55, 55, 0.15); | ||
| 1759 | color:#c23030; } | ||
| 1760 | .bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active{ | ||
| 1761 | background:rgba(219, 55, 55, 0.3); | ||
| 1762 | color:#c23030; } | ||
| 1763 | .bp3-button.bp3-minimal.bp3-intent-danger:disabled, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled{ | ||
| 1764 | background:none; | ||
| 1765 | color:rgba(194, 48, 48, 0.5); } | ||
| 1766 | .bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active{ | ||
| 1767 | background:rgba(219, 55, 55, 0.3); } | ||
| 1768 | .bp3-button.bp3-minimal.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{ | ||
| 1769 | stroke:#c23030; } | ||
| 1770 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger{ | ||
| 1771 | color:#ff7373; } | ||
| 1772 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:hover{ | ||
| 1773 | background:rgba(219, 55, 55, 0.2); | ||
| 1774 | color:#ff7373; } | ||
| 1775 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active{ | ||
| 1776 | background:rgba(219, 55, 55, 0.3); | ||
| 1777 | color:#ff7373; } | ||
| 1778 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled{ | ||
| 1779 | background:none; | ||
| 1780 | color:rgba(255, 115, 115, 0.5); } | ||
| 1781 | .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active{ | ||
| 1782 | background:rgba(219, 55, 55, 0.3); } | ||
| 1783 | .bp3-button.bp3-outlined{ | ||
| 1784 | background:none; | ||
| 1785 | -webkit-box-shadow:none; | ||
| 1786 | box-shadow:none; | ||
| 1787 | border:1px solid rgba(24, 32, 38, 0.2); | ||
| 1788 | -webkit-box-sizing:border-box; | ||
| 1789 | box-sizing:border-box; } | ||
| 1790 | .bp3-button.bp3-outlined:hover{ | ||
| 1791 | background:rgba(167, 182, 194, 0.3); | ||
| 1792 | -webkit-box-shadow:none; | ||
| 1793 | box-shadow:none; | ||
| 1794 | color:#182026; | ||
| 1795 | text-decoration:none; } | ||
| 1796 | .bp3-button.bp3-outlined:active, .bp3-button.bp3-outlined.bp3-active{ | ||
| 1797 | background:rgba(115, 134, 148, 0.3); | ||
| 1798 | -webkit-box-shadow:none; | ||
| 1799 | box-shadow:none; | ||
| 1800 | color:#182026; } | ||
| 1801 | .bp3-button.bp3-outlined:disabled, .bp3-button.bp3-outlined:disabled:hover, .bp3-button.bp3-outlined.bp3-disabled, .bp3-button.bp3-outlined.bp3-disabled:hover{ | ||
| 1802 | background:none; | ||
| 1803 | color:rgba(92, 112, 128, 0.6); | ||
| 1804 | cursor:not-allowed; } | ||
| 1805 | .bp3-button.bp3-outlined:disabled.bp3-active, .bp3-button.bp3-outlined:disabled:hover.bp3-active, .bp3-button.bp3-outlined.bp3-disabled.bp3-active, .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active{ | ||
| 1806 | background:rgba(115, 134, 148, 0.3); } | ||
| 1807 | .bp3-dark .bp3-button.bp3-outlined{ | ||
| 1808 | background:none; | ||
| 1809 | -webkit-box-shadow:none; | ||
| 1810 | box-shadow:none; | ||
| 1811 | color:inherit; } | ||
| 1812 | .bp3-dark .bp3-button.bp3-outlined:hover, .bp3-dark .bp3-button.bp3-outlined:active, .bp3-dark .bp3-button.bp3-outlined.bp3-active{ | ||
| 1813 | background:none; | ||
| 1814 | -webkit-box-shadow:none; | ||
| 1815 | box-shadow:none; } | ||
| 1816 | .bp3-dark .bp3-button.bp3-outlined:hover{ | ||
| 1817 | background:rgba(138, 155, 168, 0.15); } | ||
| 1818 | .bp3-dark .bp3-button.bp3-outlined:active, .bp3-dark .bp3-button.bp3-outlined.bp3-active{ | ||
| 1819 | background:rgba(138, 155, 168, 0.3); | ||
| 1820 | color:#f5f8fa; } | ||
| 1821 | .bp3-dark .bp3-button.bp3-outlined:disabled, .bp3-dark .bp3-button.bp3-outlined:disabled:hover, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover{ | ||
| 1822 | background:none; | ||
| 1823 | color:rgba(167, 182, 194, 0.6); | ||
| 1824 | cursor:not-allowed; } | ||
| 1825 | .bp3-dark .bp3-button.bp3-outlined:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined:disabled:hover.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active{ | ||
| 1826 | background:rgba(138, 155, 168, 0.3); } | ||
| 1827 | .bp3-button.bp3-outlined.bp3-intent-primary{ | ||
| 1828 | color:#106ba3; } | ||
| 1829 | .bp3-button.bp3-outlined.bp3-intent-primary:hover, .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{ | ||
| 1830 | background:none; | ||
| 1831 | -webkit-box-shadow:none; | ||
| 1832 | box-shadow:none; | ||
| 1833 | color:#106ba3; } | ||
| 1834 | .bp3-button.bp3-outlined.bp3-intent-primary:hover{ | ||
| 1835 | background:rgba(19, 124, 189, 0.15); | ||
| 1836 | color:#106ba3; } | ||
| 1837 | .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{ | ||
| 1838 | background:rgba(19, 124, 189, 0.3); | ||
| 1839 | color:#106ba3; } | ||
| 1840 | .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{ | ||
| 1841 | background:none; | ||
| 1842 | color:rgba(16, 107, 163, 0.5); } | ||
| 1843 | .bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active{ | ||
| 1844 | background:rgba(19, 124, 189, 0.3); } | ||
| 1845 | .bp3-button.bp3-outlined.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{ | ||
| 1846 | stroke:#106ba3; } | ||
| 1847 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary{ | ||
| 1848 | color:#48aff0; } | ||
| 1849 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:hover{ | ||
| 1850 | background:rgba(19, 124, 189, 0.2); | ||
| 1851 | color:#48aff0; } | ||
| 1852 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{ | ||
| 1853 | background:rgba(19, 124, 189, 0.3); | ||
| 1854 | color:#48aff0; } | ||
| 1855 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{ | ||
| 1856 | background:none; | ||
| 1857 | color:rgba(72, 175, 240, 0.5); } | ||
| 1858 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active{ | ||
| 1859 | background:rgba(19, 124, 189, 0.3); } | ||
| 1860 | .bp3-button.bp3-outlined.bp3-intent-success{ | ||
| 1861 | color:#0d8050; } | ||
| 1862 | .bp3-button.bp3-outlined.bp3-intent-success:hover, .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{ | ||
| 1863 | background:none; | ||
| 1864 | -webkit-box-shadow:none; | ||
| 1865 | box-shadow:none; | ||
| 1866 | color:#0d8050; } | ||
| 1867 | .bp3-button.bp3-outlined.bp3-intent-success:hover{ | ||
| 1868 | background:rgba(15, 153, 96, 0.15); | ||
| 1869 | color:#0d8050; } | ||
| 1870 | .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{ | ||
| 1871 | background:rgba(15, 153, 96, 0.3); | ||
| 1872 | color:#0d8050; } | ||
| 1873 | .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{ | ||
| 1874 | background:none; | ||
| 1875 | color:rgba(13, 128, 80, 0.5); } | ||
| 1876 | .bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active{ | ||
| 1877 | background:rgba(15, 153, 96, 0.3); } | ||
| 1878 | .bp3-button.bp3-outlined.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{ | ||
| 1879 | stroke:#0d8050; } | ||
| 1880 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success{ | ||
| 1881 | color:#3dcc91; } | ||
| 1882 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:hover{ | ||
| 1883 | background:rgba(15, 153, 96, 0.2); | ||
| 1884 | color:#3dcc91; } | ||
| 1885 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{ | ||
| 1886 | background:rgba(15, 153, 96, 0.3); | ||
| 1887 | color:#3dcc91; } | ||
| 1888 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{ | ||
| 1889 | background:none; | ||
| 1890 | color:rgba(61, 204, 145, 0.5); } | ||
| 1891 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active{ | ||
| 1892 | background:rgba(15, 153, 96, 0.3); } | ||
| 1893 | .bp3-button.bp3-outlined.bp3-intent-warning{ | ||
| 1894 | color:#bf7326; } | ||
| 1895 | .bp3-button.bp3-outlined.bp3-intent-warning:hover, .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{ | ||
| 1896 | background:none; | ||
| 1897 | -webkit-box-shadow:none; | ||
| 1898 | box-shadow:none; | ||
| 1899 | color:#bf7326; } | ||
| 1900 | .bp3-button.bp3-outlined.bp3-intent-warning:hover{ | ||
| 1901 | background:rgba(217, 130, 43, 0.15); | ||
| 1902 | color:#bf7326; } | ||
| 1903 | .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{ | ||
| 1904 | background:rgba(217, 130, 43, 0.3); | ||
| 1905 | color:#bf7326; } | ||
| 1906 | .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{ | ||
| 1907 | background:none; | ||
| 1908 | color:rgba(191, 115, 38, 0.5); } | ||
| 1909 | .bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active{ | ||
| 1910 | background:rgba(217, 130, 43, 0.3); } | ||
| 1911 | .bp3-button.bp3-outlined.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{ | ||
| 1912 | stroke:#bf7326; } | ||
| 1913 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning{ | ||
| 1914 | color:#ffb366; } | ||
| 1915 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:hover{ | ||
| 1916 | background:rgba(217, 130, 43, 0.2); | ||
| 1917 | color:#ffb366; } | ||
| 1918 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{ | ||
| 1919 | background:rgba(217, 130, 43, 0.3); | ||
| 1920 | color:#ffb366; } | ||
| 1921 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{ | ||
| 1922 | background:none; | ||
| 1923 | color:rgba(255, 179, 102, 0.5); } | ||
| 1924 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active{ | ||
| 1925 | background:rgba(217, 130, 43, 0.3); } | ||
| 1926 | .bp3-button.bp3-outlined.bp3-intent-danger{ | ||
| 1927 | color:#c23030; } | ||
| 1928 | .bp3-button.bp3-outlined.bp3-intent-danger:hover, .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{ | ||
| 1929 | background:none; | ||
| 1930 | -webkit-box-shadow:none; | ||
| 1931 | box-shadow:none; | ||
| 1932 | color:#c23030; } | ||
| 1933 | .bp3-button.bp3-outlined.bp3-intent-danger:hover{ | ||
| 1934 | background:rgba(219, 55, 55, 0.15); | ||
| 1935 | color:#c23030; } | ||
| 1936 | .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{ | ||
| 1937 | background:rgba(219, 55, 55, 0.3); | ||
| 1938 | color:#c23030; } | ||
| 1939 | .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{ | ||
| 1940 | background:none; | ||
| 1941 | color:rgba(194, 48, 48, 0.5); } | ||
| 1942 | .bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active{ | ||
| 1943 | background:rgba(219, 55, 55, 0.3); } | ||
| 1944 | .bp3-button.bp3-outlined.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{ | ||
| 1945 | stroke:#c23030; } | ||
| 1946 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger{ | ||
| 1947 | color:#ff7373; } | ||
| 1948 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:hover{ | ||
| 1949 | background:rgba(219, 55, 55, 0.2); | ||
| 1950 | color:#ff7373; } | ||
| 1951 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{ | ||
| 1952 | background:rgba(219, 55, 55, 0.3); | ||
| 1953 | color:#ff7373; } | ||
| 1954 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{ | ||
| 1955 | background:none; | ||
| 1956 | color:rgba(255, 115, 115, 0.5); } | ||
| 1957 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active{ | ||
| 1958 | background:rgba(219, 55, 55, 0.3); } | ||
| 1959 | .bp3-button.bp3-outlined:disabled, .bp3-button.bp3-outlined.bp3-disabled, .bp3-button.bp3-outlined:disabled:hover, .bp3-button.bp3-outlined.bp3-disabled:hover{ | ||
| 1960 | border-color:rgba(92, 112, 128, 0.1); } | ||
| 1961 | .bp3-dark .bp3-button.bp3-outlined{ | ||
| 1962 | border-color:rgba(255, 255, 255, 0.4); } | ||
| 1963 | .bp3-dark .bp3-button.bp3-outlined:disabled, .bp3-dark .bp3-button.bp3-outlined:disabled:hover, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover{ | ||
| 1964 | border-color:rgba(255, 255, 255, 0.2); } | ||
| 1965 | .bp3-button.bp3-outlined.bp3-intent-primary{ | ||
| 1966 | border-color:rgba(16, 107, 163, 0.6); } | ||
| 1967 | .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{ | ||
| 1968 | border-color:rgba(16, 107, 163, 0.2); } | ||
| 1969 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary{ | ||
| 1970 | border-color:rgba(72, 175, 240, 0.6); } | ||
| 1971 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{ | ||
| 1972 | border-color:rgba(72, 175, 240, 0.2); } | ||
| 1973 | .bp3-button.bp3-outlined.bp3-intent-success{ | ||
| 1974 | border-color:rgba(13, 128, 80, 0.6); } | ||
| 1975 | .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{ | ||
| 1976 | border-color:rgba(13, 128, 80, 0.2); } | ||
| 1977 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success{ | ||
| 1978 | border-color:rgba(61, 204, 145, 0.6); } | ||
| 1979 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{ | ||
| 1980 | border-color:rgba(61, 204, 145, 0.2); } | ||
| 1981 | .bp3-button.bp3-outlined.bp3-intent-warning{ | ||
| 1982 | border-color:rgba(191, 115, 38, 0.6); } | ||
| 1983 | .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{ | ||
| 1984 | border-color:rgba(191, 115, 38, 0.2); } | ||
| 1985 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning{ | ||
| 1986 | border-color:rgba(255, 179, 102, 0.6); } | ||
| 1987 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{ | ||
| 1988 | border-color:rgba(255, 179, 102, 0.2); } | ||
| 1989 | .bp3-button.bp3-outlined.bp3-intent-danger{ | ||
| 1990 | border-color:rgba(194, 48, 48, 0.6); } | ||
| 1991 | .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{ | ||
| 1992 | border-color:rgba(194, 48, 48, 0.2); } | ||
| 1993 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger{ | ||
| 1994 | border-color:rgba(255, 115, 115, 0.6); } | ||
| 1995 | .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{ | ||
| 1996 | border-color:rgba(255, 115, 115, 0.2); } | ||
| 1997 | |||
| 1998 | a.bp3-button{ | ||
| 1999 | text-align:center; | ||
| 2000 | text-decoration:none; | ||
| 2001 | -webkit-transition:none; | ||
| 2002 | transition:none; } | ||
| 2003 | a.bp3-button, a.bp3-button:hover, a.bp3-button:active{ | ||
| 2004 | color:#182026; } | ||
| 2005 | a.bp3-button.bp3-disabled{ | ||
| 2006 | color:rgba(92, 112, 128, 0.6); } | ||
| 2007 | |||
| 2008 | .bp3-button-text{ | ||
| 2009 | -webkit-box-flex:0; | ||
| 2010 | -ms-flex:0 1 auto; | ||
| 2011 | flex:0 1 auto; } | ||
| 2012 | |||
| 2013 | .bp3-button.bp3-align-left .bp3-button-text, .bp3-button.bp3-align-right .bp3-button-text, | ||
| 2014 | .bp3-button-group.bp3-align-left .bp3-button-text, | ||
| 2015 | .bp3-button-group.bp3-align-right .bp3-button-text{ | ||
| 2016 | -webkit-box-flex:1; | ||
| 2017 | -ms-flex:1 1 auto; | ||
| 2018 | flex:1 1 auto; } | ||
| 2019 | .bp3-button-group{ | ||
| 2020 | display:-webkit-inline-box; | ||
| 2021 | display:-ms-inline-flexbox; | ||
| 2022 | display:inline-flex; } | ||
| 2023 | .bp3-button-group .bp3-button{ | ||
| 2024 | -webkit-box-flex:0; | ||
| 2025 | -ms-flex:0 0 auto; | ||
| 2026 | flex:0 0 auto; | ||
| 2027 | position:relative; | ||
| 2028 | z-index:4; } | ||
| 2029 | .bp3-button-group .bp3-button:focus{ | ||
| 2030 | z-index:5; } | ||
| 2031 | .bp3-button-group .bp3-button:hover{ | ||
| 2032 | z-index:6; } | ||
| 2033 | .bp3-button-group .bp3-button:active, .bp3-button-group .bp3-button.bp3-active{ | ||
| 2034 | z-index:7; } | ||
| 2035 | .bp3-button-group .bp3-button:disabled, .bp3-button-group .bp3-button.bp3-disabled{ | ||
| 2036 | z-index:3; } | ||
| 2037 | .bp3-button-group .bp3-button[class*="bp3-intent-"]{ | ||
| 2038 | z-index:9; } | ||
| 2039 | .bp3-button-group .bp3-button[class*="bp3-intent-"]:focus{ | ||
| 2040 | z-index:10; } | ||
| 2041 | .bp3-button-group .bp3-button[class*="bp3-intent-"]:hover{ | ||
| 2042 | z-index:11; } | ||
| 2043 | .bp3-button-group .bp3-button[class*="bp3-intent-"]:active, .bp3-button-group .bp3-button[class*="bp3-intent-"].bp3-active{ | ||
| 2044 | z-index:12; } | ||
| 2045 | .bp3-button-group .bp3-button[class*="bp3-intent-"]:disabled, .bp3-button-group .bp3-button[class*="bp3-intent-"].bp3-disabled{ | ||
| 2046 | z-index:8; } | ||
| 2047 | .bp3-button-group:not(.bp3-minimal) > .bp3-popover-wrapper:not(:first-child) .bp3-button, | ||
| 2048 | .bp3-button-group:not(.bp3-minimal) > .bp3-button:not(:first-child){ | ||
| 2049 | border-bottom-left-radius:0; | ||
| 2050 | border-top-left-radius:0; } | ||
| 2051 | .bp3-button-group:not(.bp3-minimal) > .bp3-popover-wrapper:not(:last-child) .bp3-button, | ||
| 2052 | .bp3-button-group:not(.bp3-minimal) > .bp3-button:not(:last-child){ | ||
| 2053 | border-bottom-right-radius:0; | ||
| 2054 | border-top-right-radius:0; | ||
| 2055 | margin-right:-1px; } | ||
| 2056 | .bp3-button-group.bp3-minimal .bp3-button{ | ||
| 2057 | background:none; | ||
| 2058 | -webkit-box-shadow:none; | ||
| 2059 | box-shadow:none; } | ||
| 2060 | .bp3-button-group.bp3-minimal .bp3-button:hover{ | ||
| 2061 | background:rgba(167, 182, 194, 0.3); | ||
| 2062 | -webkit-box-shadow:none; | ||
| 2063 | box-shadow:none; | ||
| 2064 | color:#182026; | ||
| 2065 | text-decoration:none; } | ||
| 2066 | .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-active{ | ||
| 2067 | background:rgba(115, 134, 148, 0.3); | ||
| 2068 | -webkit-box-shadow:none; | ||
| 2069 | box-shadow:none; | ||
| 2070 | color:#182026; } | ||
| 2071 | .bp3-button-group.bp3-minimal .bp3-button:disabled, .bp3-button-group.bp3-minimal .bp3-button:disabled:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover{ | ||
| 2072 | background:none; | ||
| 2073 | color:rgba(92, 112, 128, 0.6); | ||
| 2074 | cursor:not-allowed; } | ||
| 2075 | .bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active{ | ||
| 2076 | background:rgba(115, 134, 148, 0.3); } | ||
| 2077 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button{ | ||
| 2078 | background:none; | ||
| 2079 | -webkit-box-shadow:none; | ||
| 2080 | box-shadow:none; | ||
| 2081 | color:inherit; } | ||
| 2082 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active{ | ||
| 2083 | background:none; | ||
| 2084 | -webkit-box-shadow:none; | ||
| 2085 | box-shadow:none; } | ||
| 2086 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover{ | ||
| 2087 | background:rgba(138, 155, 168, 0.15); } | ||
| 2088 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active{ | ||
| 2089 | background:rgba(138, 155, 168, 0.3); | ||
| 2090 | color:#f5f8fa; } | ||
| 2091 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover{ | ||
| 2092 | background:none; | ||
| 2093 | color:rgba(167, 182, 194, 0.6); | ||
| 2094 | cursor:not-allowed; } | ||
| 2095 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active{ | ||
| 2096 | background:rgba(138, 155, 168, 0.3); } | ||
| 2097 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary{ | ||
| 2098 | color:#106ba3; } | ||
| 2099 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active{ | ||
| 2100 | background:none; | ||
| 2101 | -webkit-box-shadow:none; | ||
| 2102 | box-shadow:none; | ||
| 2103 | color:#106ba3; } | ||
| 2104 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover{ | ||
| 2105 | background:rgba(19, 124, 189, 0.15); | ||
| 2106 | color:#106ba3; } | ||
| 2107 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active{ | ||
| 2108 | background:rgba(19, 124, 189, 0.3); | ||
| 2109 | color:#106ba3; } | ||
| 2110 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled{ | ||
| 2111 | background:none; | ||
| 2112 | color:rgba(16, 107, 163, 0.5); } | ||
| 2113 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled.bp3-active{ | ||
| 2114 | background:rgba(19, 124, 189, 0.3); } | ||
| 2115 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{ | ||
| 2116 | stroke:#106ba3; } | ||
| 2117 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary{ | ||
| 2118 | color:#48aff0; } | ||
| 2119 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover{ | ||
| 2120 | background:rgba(19, 124, 189, 0.2); | ||
| 2121 | color:#48aff0; } | ||
| 2122 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active{ | ||
| 2123 | background:rgba(19, 124, 189, 0.3); | ||
| 2124 | color:#48aff0; } | ||
| 2125 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled{ | ||
| 2126 | background:none; | ||
| 2127 | color:rgba(72, 175, 240, 0.5); } | ||
| 2128 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled.bp3-active{ | ||
| 2129 | background:rgba(19, 124, 189, 0.3); } | ||
| 2130 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success{ | ||
| 2131 | color:#0d8050; } | ||
| 2132 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active{ | ||
| 2133 | background:none; | ||
| 2134 | -webkit-box-shadow:none; | ||
| 2135 | box-shadow:none; | ||
| 2136 | color:#0d8050; } | ||
| 2137 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover{ | ||
| 2138 | background:rgba(15, 153, 96, 0.15); | ||
| 2139 | color:#0d8050; } | ||
| 2140 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active{ | ||
| 2141 | background:rgba(15, 153, 96, 0.3); | ||
| 2142 | color:#0d8050; } | ||
| 2143 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled{ | ||
| 2144 | background:none; | ||
| 2145 | color:rgba(13, 128, 80, 0.5); } | ||
| 2146 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled.bp3-active{ | ||
| 2147 | background:rgba(15, 153, 96, 0.3); } | ||
| 2148 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{ | ||
| 2149 | stroke:#0d8050; } | ||
| 2150 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success{ | ||
| 2151 | color:#3dcc91; } | ||
| 2152 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover{ | ||
| 2153 | background:rgba(15, 153, 96, 0.2); | ||
| 2154 | color:#3dcc91; } | ||
| 2155 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active{ | ||
| 2156 | background:rgba(15, 153, 96, 0.3); | ||
| 2157 | color:#3dcc91; } | ||
| 2158 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled{ | ||
| 2159 | background:none; | ||
| 2160 | color:rgba(61, 204, 145, 0.5); } | ||
| 2161 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled.bp3-active{ | ||
| 2162 | background:rgba(15, 153, 96, 0.3); } | ||
| 2163 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning{ | ||
| 2164 | color:#bf7326; } | ||
| 2165 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active{ | ||
| 2166 | background:none; | ||
| 2167 | -webkit-box-shadow:none; | ||
| 2168 | box-shadow:none; | ||
| 2169 | color:#bf7326; } | ||
| 2170 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover{ | ||
| 2171 | background:rgba(217, 130, 43, 0.15); | ||
| 2172 | color:#bf7326; } | ||
| 2173 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active{ | ||
| 2174 | background:rgba(217, 130, 43, 0.3); | ||
| 2175 | color:#bf7326; } | ||
| 2176 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled{ | ||
| 2177 | background:none; | ||
| 2178 | color:rgba(191, 115, 38, 0.5); } | ||
| 2179 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled.bp3-active{ | ||
| 2180 | background:rgba(217, 130, 43, 0.3); } | ||
| 2181 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{ | ||
| 2182 | stroke:#bf7326; } | ||
| 2183 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning{ | ||
| 2184 | color:#ffb366; } | ||
| 2185 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover{ | ||
| 2186 | background:rgba(217, 130, 43, 0.2); | ||
| 2187 | color:#ffb366; } | ||
| 2188 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active{ | ||
| 2189 | background:rgba(217, 130, 43, 0.3); | ||
| 2190 | color:#ffb366; } | ||
| 2191 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled{ | ||
| 2192 | background:none; | ||
| 2193 | color:rgba(255, 179, 102, 0.5); } | ||
| 2194 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled.bp3-active{ | ||
| 2195 | background:rgba(217, 130, 43, 0.3); } | ||
| 2196 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger{ | ||
| 2197 | color:#c23030; } | ||
| 2198 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active{ | ||
| 2199 | background:none; | ||
| 2200 | -webkit-box-shadow:none; | ||
| 2201 | box-shadow:none; | ||
| 2202 | color:#c23030; } | ||
| 2203 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover{ | ||
| 2204 | background:rgba(219, 55, 55, 0.15); | ||
| 2205 | color:#c23030; } | ||
| 2206 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active{ | ||
| 2207 | background:rgba(219, 55, 55, 0.3); | ||
| 2208 | color:#c23030; } | ||
| 2209 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled{ | ||
| 2210 | background:none; | ||
| 2211 | color:rgba(194, 48, 48, 0.5); } | ||
| 2212 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled.bp3-active{ | ||
| 2213 | background:rgba(219, 55, 55, 0.3); } | ||
| 2214 | .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{ | ||
| 2215 | stroke:#c23030; } | ||
| 2216 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger{ | ||
| 2217 | color:#ff7373; } | ||
| 2218 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover{ | ||
| 2219 | background:rgba(219, 55, 55, 0.2); | ||
| 2220 | color:#ff7373; } | ||
| 2221 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active{ | ||
| 2222 | background:rgba(219, 55, 55, 0.3); | ||
| 2223 | color:#ff7373; } | ||
| 2224 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled{ | ||
| 2225 | background:none; | ||
| 2226 | color:rgba(255, 115, 115, 0.5); } | ||
| 2227 | .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled.bp3-active{ | ||
| 2228 | background:rgba(219, 55, 55, 0.3); } | ||
| 2229 | .bp3-button-group .bp3-popover-wrapper, | ||
| 2230 | .bp3-button-group .bp3-popover-target{ | ||
| 2231 | display:-webkit-box; | ||
| 2232 | display:-ms-flexbox; | ||
| 2233 | display:flex; | ||
| 2234 | -webkit-box-flex:1; | ||
| 2235 | -ms-flex:1 1 auto; | ||
| 2236 | flex:1 1 auto; } | ||
| 2237 | .bp3-button-group.bp3-fill{ | ||
| 2238 | display:-webkit-box; | ||
| 2239 | display:-ms-flexbox; | ||
| 2240 | display:flex; | ||
| 2241 | width:100%; } | ||
| 2242 | .bp3-button-group .bp3-button.bp3-fill, | ||
| 2243 | .bp3-button-group.bp3-fill .bp3-button:not(.bp3-fixed){ | ||
| 2244 | -webkit-box-flex:1; | ||
| 2245 | -ms-flex:1 1 auto; | ||
| 2246 | flex:1 1 auto; } | ||
| 2247 | .bp3-button-group.bp3-vertical{ | ||
| 2248 | -webkit-box-align:stretch; | ||
| 2249 | -ms-flex-align:stretch; | ||
| 2250 | align-items:stretch; | ||
| 2251 | -webkit-box-orient:vertical; | ||
| 2252 | -webkit-box-direction:normal; | ||
| 2253 | -ms-flex-direction:column; | ||
| 2254 | flex-direction:column; | ||
| 2255 | vertical-align:top; } | ||
| 2256 | .bp3-button-group.bp3-vertical.bp3-fill{ | ||
| 2257 | height:100%; | ||
| 2258 | width:unset; } | ||
| 2259 | .bp3-button-group.bp3-vertical .bp3-button{ | ||
| 2260 | margin-right:0 !important; | ||
| 2261 | width:100%; } | ||
| 2262 | .bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-popover-wrapper:first-child .bp3-button, | ||
| 2263 | .bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-button:first-child{ | ||
| 2264 | border-radius:3px 3px 0 0; } | ||
| 2265 | .bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-popover-wrapper:last-child .bp3-button, | ||
| 2266 | .bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-button:last-child{ | ||
| 2267 | border-radius:0 0 3px 3px; } | ||
| 2268 | .bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-popover-wrapper:not(:last-child) .bp3-button, | ||
| 2269 | .bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-button:not(:last-child){ | ||
| 2270 | margin-bottom:-1px; } | ||
| 2271 | .bp3-button-group.bp3-align-left .bp3-button{ | ||
| 2272 | text-align:left; } | ||
| 2273 | .bp3-dark .bp3-button-group:not(.bp3-minimal) > .bp3-popover-wrapper:not(:last-child) .bp3-button, | ||
| 2274 | .bp3-dark .bp3-button-group:not(.bp3-minimal) > .bp3-button:not(:last-child){ | ||
| 2275 | margin-right:1px; } | ||
| 2276 | .bp3-dark .bp3-button-group.bp3-vertical > .bp3-popover-wrapper:not(:last-child) .bp3-button, | ||
| 2277 | .bp3-dark .bp3-button-group.bp3-vertical > .bp3-button:not(:last-child){ | ||
| 2278 | margin-bottom:1px; } | ||
| 2279 | .bp3-callout{ | ||
| 2280 | font-size:14px; | ||
| 2281 | line-height:1.5; | ||
| 2282 | background-color:rgba(138, 155, 168, 0.15); | ||
| 2283 | border-radius:3px; | ||
| 2284 | padding:10px 12px 9px; | ||
| 2285 | position:relative; | ||
| 2286 | width:100%; } | ||
| 2287 | .bp3-callout[class*="bp3-icon-"]{ | ||
| 2288 | padding-left:40px; } | ||
| 2289 | .bp3-callout[class*="bp3-icon-"]::before{ | ||
| 2290 | font-family:"Icons20", sans-serif; | ||
| 2291 | font-size:20px; | ||
| 2292 | font-style:normal; | ||
| 2293 | font-weight:400; | ||
| 2294 | line-height:1; | ||
| 2295 | -moz-osx-font-smoothing:grayscale; | ||
| 2296 | -webkit-font-smoothing:antialiased; | ||
| 2297 | color:#5c7080; | ||
| 2298 | left:10px; | ||
| 2299 | position:absolute; | ||
| 2300 | top:10px; } | ||
| 2301 | .bp3-callout.bp3-callout-icon{ | ||
| 2302 | padding-left:40px; } | ||
| 2303 | .bp3-callout.bp3-callout-icon > .bp3-icon:first-child{ | ||
| 2304 | color:#5c7080; | ||
| 2305 | left:10px; | ||
| 2306 | position:absolute; | ||
| 2307 | top:10px; } | ||
| 2308 | .bp3-callout .bp3-heading{ | ||
| 2309 | line-height:20px; | ||
| 2310 | margin-bottom:5px; | ||
| 2311 | margin-top:0; } | ||
| 2312 | .bp3-callout .bp3-heading:last-child{ | ||
| 2313 | margin-bottom:0; } | ||
| 2314 | .bp3-dark .bp3-callout{ | ||
| 2315 | background-color:rgba(138, 155, 168, 0.2); } | ||
| 2316 | .bp3-dark .bp3-callout[class*="bp3-icon-"]::before{ | ||
| 2317 | color:#a7b6c2; } | ||
| 2318 | .bp3-callout.bp3-intent-primary{ | ||
| 2319 | background-color:rgba(19, 124, 189, 0.15); } | ||
| 2320 | .bp3-callout.bp3-intent-primary[class*="bp3-icon-"]::before, | ||
| 2321 | .bp3-callout.bp3-intent-primary > .bp3-icon:first-child, | ||
| 2322 | .bp3-callout.bp3-intent-primary .bp3-heading{ | ||
| 2323 | color:#106ba3; } | ||
| 2324 | .bp3-dark .bp3-callout.bp3-intent-primary{ | ||
| 2325 | background-color:rgba(19, 124, 189, 0.25); } | ||
| 2326 | .bp3-dark .bp3-callout.bp3-intent-primary[class*="bp3-icon-"]::before, | ||
| 2327 | .bp3-dark .bp3-callout.bp3-intent-primary > .bp3-icon:first-child, | ||
| 2328 | .bp3-dark .bp3-callout.bp3-intent-primary .bp3-heading{ | ||
| 2329 | color:#48aff0; } | ||
| 2330 | .bp3-callout.bp3-intent-success{ | ||
| 2331 | background-color:rgba(15, 153, 96, 0.15); } | ||
| 2332 | .bp3-callout.bp3-intent-success[class*="bp3-icon-"]::before, | ||
| 2333 | .bp3-callout.bp3-intent-success > .bp3-icon:first-child, | ||
| 2334 | .bp3-callout.bp3-intent-success .bp3-heading{ | ||
| 2335 | color:#0d8050; } | ||
| 2336 | .bp3-dark .bp3-callout.bp3-intent-success{ | ||
| 2337 | background-color:rgba(15, 153, 96, 0.25); } | ||
| 2338 | .bp3-dark .bp3-callout.bp3-intent-success[class*="bp3-icon-"]::before, | ||
| 2339 | .bp3-dark .bp3-callout.bp3-intent-success > .bp3-icon:first-child, | ||
| 2340 | .bp3-dark .bp3-callout.bp3-intent-success .bp3-heading{ | ||
| 2341 | color:#3dcc91; } | ||
| 2342 | .bp3-callout.bp3-intent-warning{ | ||
| 2343 | background-color:rgba(217, 130, 43, 0.15); } | ||
| 2344 | .bp3-callout.bp3-intent-warning[class*="bp3-icon-"]::before, | ||
| 2345 | .bp3-callout.bp3-intent-warning > .bp3-icon:first-child, | ||
| 2346 | .bp3-callout.bp3-intent-warning .bp3-heading{ | ||
| 2347 | color:#bf7326; } | ||
| 2348 | .bp3-dark .bp3-callout.bp3-intent-warning{ | ||
| 2349 | background-color:rgba(217, 130, 43, 0.25); } | ||
| 2350 | .bp3-dark .bp3-callout.bp3-intent-warning[class*="bp3-icon-"]::before, | ||
| 2351 | .bp3-dark .bp3-callout.bp3-intent-warning > .bp3-icon:first-child, | ||
| 2352 | .bp3-dark .bp3-callout.bp3-intent-warning .bp3-heading{ | ||
| 2353 | color:#ffb366; } | ||
| 2354 | .bp3-callout.bp3-intent-danger{ | ||
| 2355 | background-color:rgba(219, 55, 55, 0.15); } | ||
| 2356 | .bp3-callout.bp3-intent-danger[class*="bp3-icon-"]::before, | ||
| 2357 | .bp3-callout.bp3-intent-danger > .bp3-icon:first-child, | ||
| 2358 | .bp3-callout.bp3-intent-danger .bp3-heading{ | ||
| 2359 | color:#c23030; } | ||
| 2360 | .bp3-dark .bp3-callout.bp3-intent-danger{ | ||
| 2361 | background-color:rgba(219, 55, 55, 0.25); } | ||
| 2362 | .bp3-dark .bp3-callout.bp3-intent-danger[class*="bp3-icon-"]::before, | ||
| 2363 | .bp3-dark .bp3-callout.bp3-intent-danger > .bp3-icon:first-child, | ||
| 2364 | .bp3-dark .bp3-callout.bp3-intent-danger .bp3-heading{ | ||
| 2365 | color:#ff7373; } | ||
| 2366 | .bp3-running-text .bp3-callout{ | ||
| 2367 | margin:20px 0; } | ||
| 2368 | .bp3-card{ | ||
| 2369 | background-color:#ffffff; | ||
| 2370 | border-radius:3px; | ||
| 2371 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); | ||
| 2372 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); | ||
| 2373 | padding:20px; | ||
| 2374 | -webkit-transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2375 | transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2376 | transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2377 | transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2378 | .bp3-card.bp3-dark, | ||
| 2379 | .bp3-dark .bp3-card{ | ||
| 2380 | background-color:#30404d; | ||
| 2381 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); | ||
| 2382 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); } | ||
| 2383 | |||
| 2384 | .bp3-elevation-0{ | ||
| 2385 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); | ||
| 2386 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); } | ||
| 2387 | .bp3-elevation-0.bp3-dark, | ||
| 2388 | .bp3-dark .bp3-elevation-0{ | ||
| 2389 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); | ||
| 2390 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); } | ||
| 2391 | |||
| 2392 | .bp3-elevation-1{ | ||
| 2393 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 2394 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 2395 | .bp3-elevation-1.bp3-dark, | ||
| 2396 | .bp3-dark .bp3-elevation-1{ | ||
| 2397 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 2398 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 2399 | |||
| 2400 | .bp3-elevation-2{ | ||
| 2401 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2); | ||
| 2402 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2); } | ||
| 2403 | .bp3-elevation-2.bp3-dark, | ||
| 2404 | .bp3-dark .bp3-elevation-2{ | ||
| 2405 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4), 0 2px 6px rgba(16, 22, 26, 0.4); | ||
| 2406 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4), 0 2px 6px rgba(16, 22, 26, 0.4); } | ||
| 2407 | |||
| 2408 | .bp3-elevation-3{ | ||
| 2409 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 2410 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); } | ||
| 2411 | .bp3-elevation-3.bp3-dark, | ||
| 2412 | .bp3-dark .bp3-elevation-3{ | ||
| 2413 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); | ||
| 2414 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } | ||
| 2415 | |||
| 2416 | .bp3-elevation-4{ | ||
| 2417 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); | ||
| 2418 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); } | ||
| 2419 | .bp3-elevation-4.bp3-dark, | ||
| 2420 | .bp3-dark .bp3-elevation-4{ | ||
| 2421 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); | ||
| 2422 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); } | ||
| 2423 | |||
| 2424 | .bp3-card.bp3-interactive:hover{ | ||
| 2425 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 2426 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 2427 | cursor:pointer; } | ||
| 2428 | .bp3-card.bp3-interactive:hover.bp3-dark, | ||
| 2429 | .bp3-dark .bp3-card.bp3-interactive:hover{ | ||
| 2430 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); | ||
| 2431 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } | ||
| 2432 | |||
| 2433 | .bp3-card.bp3-interactive:active{ | ||
| 2434 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 2435 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 2436 | opacity:0.9; | ||
| 2437 | -webkit-transition-duration:0; | ||
| 2438 | transition-duration:0; } | ||
| 2439 | .bp3-card.bp3-interactive:active.bp3-dark, | ||
| 2440 | .bp3-dark .bp3-card.bp3-interactive:active{ | ||
| 2441 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 2442 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 2443 | |||
| 2444 | .bp3-collapse{ | ||
| 2445 | height:0; | ||
| 2446 | overflow-y:hidden; | ||
| 2447 | -webkit-transition:height 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2448 | transition:height 200ms cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2449 | .bp3-collapse .bp3-collapse-body{ | ||
| 2450 | -webkit-transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2451 | transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2452 | transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2453 | transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2454 | .bp3-collapse .bp3-collapse-body[aria-hidden="true"]{ | ||
| 2455 | display:none; } | ||
| 2456 | |||
| 2457 | .bp3-context-menu .bp3-popover-target{ | ||
| 2458 | display:block; } | ||
| 2459 | |||
| 2460 | .bp3-context-menu-popover-target{ | ||
| 2461 | position:fixed; } | ||
| 2462 | |||
| 2463 | .bp3-divider{ | ||
| 2464 | border-bottom:1px solid rgba(16, 22, 26, 0.15); | ||
| 2465 | border-right:1px solid rgba(16, 22, 26, 0.15); | ||
| 2466 | margin:5px; } | ||
| 2467 | .bp3-dark .bp3-divider{ | ||
| 2468 | border-color:rgba(16, 22, 26, 0.4); } | ||
| 2469 | .bp3-dialog-container{ | ||
| 2470 | opacity:1; | ||
| 2471 | -webkit-transform:scale(1); | ||
| 2472 | transform:scale(1); | ||
| 2473 | -webkit-box-align:center; | ||
| 2474 | -ms-flex-align:center; | ||
| 2475 | align-items:center; | ||
| 2476 | display:-webkit-box; | ||
| 2477 | display:-ms-flexbox; | ||
| 2478 | display:flex; | ||
| 2479 | -webkit-box-pack:center; | ||
| 2480 | -ms-flex-pack:center; | ||
| 2481 | justify-content:center; | ||
| 2482 | min-height:100%; | ||
| 2483 | pointer-events:none; | ||
| 2484 | -webkit-user-select:none; | ||
| 2485 | -moz-user-select:none; | ||
| 2486 | -ms-user-select:none; | ||
| 2487 | user-select:none; | ||
| 2488 | width:100%; } | ||
| 2489 | .bp3-dialog-container.bp3-overlay-enter > .bp3-dialog, .bp3-dialog-container.bp3-overlay-appear > .bp3-dialog{ | ||
| 2490 | opacity:0; | ||
| 2491 | -webkit-transform:scale(0.5); | ||
| 2492 | transform:scale(0.5); } | ||
| 2493 | .bp3-dialog-container.bp3-overlay-enter-active > .bp3-dialog, .bp3-dialog-container.bp3-overlay-appear-active > .bp3-dialog{ | ||
| 2494 | opacity:1; | ||
| 2495 | -webkit-transform:scale(1); | ||
| 2496 | transform:scale(1); | ||
| 2497 | -webkit-transition-delay:0; | ||
| 2498 | transition-delay:0; | ||
| 2499 | -webkit-transition-duration:300ms; | ||
| 2500 | transition-duration:300ms; | ||
| 2501 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 2502 | transition-property:opacity, -webkit-transform; | ||
| 2503 | transition-property:opacity, transform; | ||
| 2504 | transition-property:opacity, transform, -webkit-transform; | ||
| 2505 | -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); | ||
| 2506 | transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } | ||
| 2507 | .bp3-dialog-container.bp3-overlay-exit > .bp3-dialog{ | ||
| 2508 | opacity:1; | ||
| 2509 | -webkit-transform:scale(1); | ||
| 2510 | transform:scale(1); } | ||
| 2511 | .bp3-dialog-container.bp3-overlay-exit-active > .bp3-dialog{ | ||
| 2512 | opacity:0; | ||
| 2513 | -webkit-transform:scale(0.5); | ||
| 2514 | transform:scale(0.5); | ||
| 2515 | -webkit-transition-delay:0; | ||
| 2516 | transition-delay:0; | ||
| 2517 | -webkit-transition-duration:300ms; | ||
| 2518 | transition-duration:300ms; | ||
| 2519 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 2520 | transition-property:opacity, -webkit-transform; | ||
| 2521 | transition-property:opacity, transform; | ||
| 2522 | transition-property:opacity, transform, -webkit-transform; | ||
| 2523 | -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); | ||
| 2524 | transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } | ||
| 2525 | |||
| 2526 | .bp3-dialog{ | ||
| 2527 | background:#ebf1f5; | ||
| 2528 | border-radius:6px; | ||
| 2529 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); | ||
| 2530 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); | ||
| 2531 | display:-webkit-box; | ||
| 2532 | display:-ms-flexbox; | ||
| 2533 | display:flex; | ||
| 2534 | -webkit-box-orient:vertical; | ||
| 2535 | -webkit-box-direction:normal; | ||
| 2536 | -ms-flex-direction:column; | ||
| 2537 | flex-direction:column; | ||
| 2538 | margin:30px 0; | ||
| 2539 | padding-bottom:20px; | ||
| 2540 | pointer-events:all; | ||
| 2541 | -webkit-user-select:text; | ||
| 2542 | -moz-user-select:text; | ||
| 2543 | -ms-user-select:text; | ||
| 2544 | user-select:text; | ||
| 2545 | width:500px; } | ||
| 2546 | .bp3-dialog:focus{ | ||
| 2547 | outline:0; } | ||
| 2548 | .bp3-dialog.bp3-dark, | ||
| 2549 | .bp3-dark .bp3-dialog{ | ||
| 2550 | background:#293742; | ||
| 2551 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); | ||
| 2552 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); | ||
| 2553 | color:#f5f8fa; } | ||
| 2554 | |||
| 2555 | .bp3-dialog-header{ | ||
| 2556 | -webkit-box-align:center; | ||
| 2557 | -ms-flex-align:center; | ||
| 2558 | align-items:center; | ||
| 2559 | background:#ffffff; | ||
| 2560 | border-radius:6px 6px 0 0; | ||
| 2561 | -webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.15); | ||
| 2562 | box-shadow:0 1px 0 rgba(16, 22, 26, 0.15); | ||
| 2563 | display:-webkit-box; | ||
| 2564 | display:-ms-flexbox; | ||
| 2565 | display:flex; | ||
| 2566 | -webkit-box-flex:0; | ||
| 2567 | -ms-flex:0 0 auto; | ||
| 2568 | flex:0 0 auto; | ||
| 2569 | min-height:40px; | ||
| 2570 | padding-left:20px; | ||
| 2571 | padding-right:5px; | ||
| 2572 | z-index:30; } | ||
| 2573 | .bp3-dialog-header .bp3-icon-large, | ||
| 2574 | .bp3-dialog-header .bp3-icon{ | ||
| 2575 | color:#5c7080; | ||
| 2576 | -webkit-box-flex:0; | ||
| 2577 | -ms-flex:0 0 auto; | ||
| 2578 | flex:0 0 auto; | ||
| 2579 | margin-right:10px; } | ||
| 2580 | .bp3-dialog-header .bp3-heading{ | ||
| 2581 | overflow:hidden; | ||
| 2582 | text-overflow:ellipsis; | ||
| 2583 | white-space:nowrap; | ||
| 2584 | word-wrap:normal; | ||
| 2585 | -webkit-box-flex:1; | ||
| 2586 | -ms-flex:1 1 auto; | ||
| 2587 | flex:1 1 auto; | ||
| 2588 | line-height:inherit; | ||
| 2589 | margin:0; } | ||
| 2590 | .bp3-dialog-header .bp3-heading:last-child{ | ||
| 2591 | margin-right:20px; } | ||
| 2592 | .bp3-dark .bp3-dialog-header{ | ||
| 2593 | background:#30404d; | ||
| 2594 | -webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); | ||
| 2595 | box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); } | ||
| 2596 | .bp3-dark .bp3-dialog-header .bp3-icon-large, | ||
| 2597 | .bp3-dark .bp3-dialog-header .bp3-icon{ | ||
| 2598 | color:#a7b6c2; } | ||
| 2599 | |||
| 2600 | .bp3-dialog-body{ | ||
| 2601 | -webkit-box-flex:1; | ||
| 2602 | -ms-flex:1 1 auto; | ||
| 2603 | flex:1 1 auto; | ||
| 2604 | line-height:18px; | ||
| 2605 | margin:20px; } | ||
| 2606 | |||
| 2607 | .bp3-dialog-footer{ | ||
| 2608 | -webkit-box-flex:0; | ||
| 2609 | -ms-flex:0 0 auto; | ||
| 2610 | flex:0 0 auto; | ||
| 2611 | margin:0 20px; } | ||
| 2612 | |||
| 2613 | .bp3-dialog-footer-actions{ | ||
| 2614 | display:-webkit-box; | ||
| 2615 | display:-ms-flexbox; | ||
| 2616 | display:flex; | ||
| 2617 | -webkit-box-pack:end; | ||
| 2618 | -ms-flex-pack:end; | ||
| 2619 | justify-content:flex-end; } | ||
| 2620 | .bp3-dialog-footer-actions .bp3-button{ | ||
| 2621 | margin-left:10px; } | ||
| 2622 | .bp3-multistep-dialog-panels{ | ||
| 2623 | display:-webkit-box; | ||
| 2624 | display:-ms-flexbox; | ||
| 2625 | display:flex; } | ||
| 2626 | |||
| 2627 | .bp3-multistep-dialog-left-panel{ | ||
| 2628 | display:-webkit-box; | ||
| 2629 | display:-ms-flexbox; | ||
| 2630 | display:flex; | ||
| 2631 | -webkit-box-flex:1; | ||
| 2632 | -ms-flex:1; | ||
| 2633 | flex:1; | ||
| 2634 | -webkit-box-orient:vertical; | ||
| 2635 | -webkit-box-direction:normal; | ||
| 2636 | -ms-flex-direction:column; | ||
| 2637 | flex-direction:column; } | ||
| 2638 | .bp3-dark .bp3-multistep-dialog-left-panel{ | ||
| 2639 | background:#202b33; } | ||
| 2640 | |||
| 2641 | .bp3-multistep-dialog-right-panel{ | ||
| 2642 | background-color:#f5f8fa; | ||
| 2643 | border-left:1px solid rgba(16, 22, 26, 0.15); | ||
| 2644 | border-radius:0 0 6px 0; | ||
| 2645 | -webkit-box-flex:3; | ||
| 2646 | -ms-flex:3; | ||
| 2647 | flex:3; | ||
| 2648 | min-width:0; } | ||
| 2649 | .bp3-dark .bp3-multistep-dialog-right-panel{ | ||
| 2650 | background-color:#293742; | ||
| 2651 | border-left:1px solid rgba(16, 22, 26, 0.4); } | ||
| 2652 | |||
| 2653 | .bp3-multistep-dialog-footer{ | ||
| 2654 | background-color:#ffffff; | ||
| 2655 | border-radius:0 0 6px 0; | ||
| 2656 | border-top:1px solid rgba(16, 22, 26, 0.15); | ||
| 2657 | padding:10px; } | ||
| 2658 | .bp3-dark .bp3-multistep-dialog-footer{ | ||
| 2659 | background:#30404d; | ||
| 2660 | border-top:1px solid rgba(16, 22, 26, 0.4); } | ||
| 2661 | |||
| 2662 | .bp3-dialog-step-container{ | ||
| 2663 | background-color:#f5f8fa; | ||
| 2664 | border-bottom:1px solid rgba(16, 22, 26, 0.15); } | ||
| 2665 | .bp3-dark .bp3-dialog-step-container{ | ||
| 2666 | background:#293742; | ||
| 2667 | border-bottom:1px solid rgba(16, 22, 26, 0.4); } | ||
| 2668 | .bp3-dialog-step-container.bp3-dialog-step-viewed{ | ||
| 2669 | background-color:#ffffff; } | ||
| 2670 | .bp3-dark .bp3-dialog-step-container.bp3-dialog-step-viewed{ | ||
| 2671 | background:#30404d; } | ||
| 2672 | |||
| 2673 | .bp3-dialog-step{ | ||
| 2674 | -webkit-box-align:center; | ||
| 2675 | -ms-flex-align:center; | ||
| 2676 | align-items:center; | ||
| 2677 | background-color:#f5f8fa; | ||
| 2678 | border-radius:6px; | ||
| 2679 | cursor:not-allowed; | ||
| 2680 | display:-webkit-box; | ||
| 2681 | display:-ms-flexbox; | ||
| 2682 | display:flex; | ||
| 2683 | margin:4px; | ||
| 2684 | padding:6px 14px; } | ||
| 2685 | .bp3-dark .bp3-dialog-step{ | ||
| 2686 | background:#293742; } | ||
| 2687 | .bp3-dialog-step-viewed .bp3-dialog-step{ | ||
| 2688 | background-color:#ffffff; | ||
| 2689 | cursor:pointer; } | ||
| 2690 | .bp3-dark .bp3-dialog-step-viewed .bp3-dialog-step{ | ||
| 2691 | background:#30404d; } | ||
| 2692 | .bp3-dialog-step:hover{ | ||
| 2693 | background-color:#f5f8fa; } | ||
| 2694 | .bp3-dark .bp3-dialog-step:hover{ | ||
| 2695 | background:#293742; } | ||
| 2696 | |||
| 2697 | .bp3-dialog-step-icon{ | ||
| 2698 | -webkit-box-align:center; | ||
| 2699 | -ms-flex-align:center; | ||
| 2700 | align-items:center; | ||
| 2701 | background-color:rgba(92, 112, 128, 0.6); | ||
| 2702 | border-radius:50%; | ||
| 2703 | color:#ffffff; | ||
| 2704 | display:-webkit-box; | ||
| 2705 | display:-ms-flexbox; | ||
| 2706 | display:flex; | ||
| 2707 | height:25px; | ||
| 2708 | -webkit-box-pack:center; | ||
| 2709 | -ms-flex-pack:center; | ||
| 2710 | justify-content:center; | ||
| 2711 | width:25px; } | ||
| 2712 | .bp3-dark .bp3-dialog-step-icon{ | ||
| 2713 | background-color:rgba(167, 182, 194, 0.6); } | ||
| 2714 | .bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-icon{ | ||
| 2715 | background-color:#2b95d6; } | ||
| 2716 | .bp3-dialog-step-viewed .bp3-dialog-step-icon{ | ||
| 2717 | background-color:#8a9ba8; } | ||
| 2718 | |||
| 2719 | .bp3-dialog-step-title{ | ||
| 2720 | color:rgba(92, 112, 128, 0.6); | ||
| 2721 | -webkit-box-flex:1; | ||
| 2722 | -ms-flex:1; | ||
| 2723 | flex:1; | ||
| 2724 | padding-left:10px; } | ||
| 2725 | .bp3-dark .bp3-dialog-step-title{ | ||
| 2726 | color:rgba(167, 182, 194, 0.6); } | ||
| 2727 | .bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-title{ | ||
| 2728 | color:#2b95d6; } | ||
| 2729 | .bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title{ | ||
| 2730 | color:#182026; } | ||
| 2731 | .bp3-dark .bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title{ | ||
| 2732 | color:#f5f8fa; } | ||
| 2733 | .bp3-drawer{ | ||
| 2734 | background:#ffffff; | ||
| 2735 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); | ||
| 2736 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); | ||
| 2737 | display:-webkit-box; | ||
| 2738 | display:-ms-flexbox; | ||
| 2739 | display:flex; | ||
| 2740 | -webkit-box-orient:vertical; | ||
| 2741 | -webkit-box-direction:normal; | ||
| 2742 | -ms-flex-direction:column; | ||
| 2743 | flex-direction:column; | ||
| 2744 | margin:0; | ||
| 2745 | padding:0; } | ||
| 2746 | .bp3-drawer:focus{ | ||
| 2747 | outline:0; } | ||
| 2748 | .bp3-drawer.bp3-position-top{ | ||
| 2749 | height:50%; | ||
| 2750 | left:0; | ||
| 2751 | right:0; | ||
| 2752 | top:0; } | ||
| 2753 | .bp3-drawer.bp3-position-top.bp3-overlay-enter, .bp3-drawer.bp3-position-top.bp3-overlay-appear{ | ||
| 2754 | -webkit-transform:translateY(-100%); | ||
| 2755 | transform:translateY(-100%); } | ||
| 2756 | .bp3-drawer.bp3-position-top.bp3-overlay-enter-active, .bp3-drawer.bp3-position-top.bp3-overlay-appear-active{ | ||
| 2757 | -webkit-transform:translateY(0); | ||
| 2758 | transform:translateY(0); | ||
| 2759 | -webkit-transition-delay:0; | ||
| 2760 | transition-delay:0; | ||
| 2761 | -webkit-transition-duration:200ms; | ||
| 2762 | transition-duration:200ms; | ||
| 2763 | -webkit-transition-property:-webkit-transform; | ||
| 2764 | transition-property:-webkit-transform; | ||
| 2765 | transition-property:transform; | ||
| 2766 | transition-property:transform, -webkit-transform; | ||
| 2767 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2768 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2769 | .bp3-drawer.bp3-position-top.bp3-overlay-exit{ | ||
| 2770 | -webkit-transform:translateY(0); | ||
| 2771 | transform:translateY(0); } | ||
| 2772 | .bp3-drawer.bp3-position-top.bp3-overlay-exit-active{ | ||
| 2773 | -webkit-transform:translateY(-100%); | ||
| 2774 | transform:translateY(-100%); | ||
| 2775 | -webkit-transition-delay:0; | ||
| 2776 | transition-delay:0; | ||
| 2777 | -webkit-transition-duration:100ms; | ||
| 2778 | transition-duration:100ms; | ||
| 2779 | -webkit-transition-property:-webkit-transform; | ||
| 2780 | transition-property:-webkit-transform; | ||
| 2781 | transition-property:transform; | ||
| 2782 | transition-property:transform, -webkit-transform; | ||
| 2783 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2784 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2785 | .bp3-drawer.bp3-position-bottom{ | ||
| 2786 | bottom:0; | ||
| 2787 | height:50%; | ||
| 2788 | left:0; | ||
| 2789 | right:0; } | ||
| 2790 | .bp3-drawer.bp3-position-bottom.bp3-overlay-enter, .bp3-drawer.bp3-position-bottom.bp3-overlay-appear{ | ||
| 2791 | -webkit-transform:translateY(100%); | ||
| 2792 | transform:translateY(100%); } | ||
| 2793 | .bp3-drawer.bp3-position-bottom.bp3-overlay-enter-active, .bp3-drawer.bp3-position-bottom.bp3-overlay-appear-active{ | ||
| 2794 | -webkit-transform:translateY(0); | ||
| 2795 | transform:translateY(0); | ||
| 2796 | -webkit-transition-delay:0; | ||
| 2797 | transition-delay:0; | ||
| 2798 | -webkit-transition-duration:200ms; | ||
| 2799 | transition-duration:200ms; | ||
| 2800 | -webkit-transition-property:-webkit-transform; | ||
| 2801 | transition-property:-webkit-transform; | ||
| 2802 | transition-property:transform; | ||
| 2803 | transition-property:transform, -webkit-transform; | ||
| 2804 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2805 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2806 | .bp3-drawer.bp3-position-bottom.bp3-overlay-exit{ | ||
| 2807 | -webkit-transform:translateY(0); | ||
| 2808 | transform:translateY(0); } | ||
| 2809 | .bp3-drawer.bp3-position-bottom.bp3-overlay-exit-active{ | ||
| 2810 | -webkit-transform:translateY(100%); | ||
| 2811 | transform:translateY(100%); | ||
| 2812 | -webkit-transition-delay:0; | ||
| 2813 | transition-delay:0; | ||
| 2814 | -webkit-transition-duration:100ms; | ||
| 2815 | transition-duration:100ms; | ||
| 2816 | -webkit-transition-property:-webkit-transform; | ||
| 2817 | transition-property:-webkit-transform; | ||
| 2818 | transition-property:transform; | ||
| 2819 | transition-property:transform, -webkit-transform; | ||
| 2820 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2821 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2822 | .bp3-drawer.bp3-position-left{ | ||
| 2823 | bottom:0; | ||
| 2824 | left:0; | ||
| 2825 | top:0; | ||
| 2826 | width:50%; } | ||
| 2827 | .bp3-drawer.bp3-position-left.bp3-overlay-enter, .bp3-drawer.bp3-position-left.bp3-overlay-appear{ | ||
| 2828 | -webkit-transform:translateX(-100%); | ||
| 2829 | transform:translateX(-100%); } | ||
| 2830 | .bp3-drawer.bp3-position-left.bp3-overlay-enter-active, .bp3-drawer.bp3-position-left.bp3-overlay-appear-active{ | ||
| 2831 | -webkit-transform:translateX(0); | ||
| 2832 | transform:translateX(0); | ||
| 2833 | -webkit-transition-delay:0; | ||
| 2834 | transition-delay:0; | ||
| 2835 | -webkit-transition-duration:200ms; | ||
| 2836 | transition-duration:200ms; | ||
| 2837 | -webkit-transition-property:-webkit-transform; | ||
| 2838 | transition-property:-webkit-transform; | ||
| 2839 | transition-property:transform; | ||
| 2840 | transition-property:transform, -webkit-transform; | ||
| 2841 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2842 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2843 | .bp3-drawer.bp3-position-left.bp3-overlay-exit{ | ||
| 2844 | -webkit-transform:translateX(0); | ||
| 2845 | transform:translateX(0); } | ||
| 2846 | .bp3-drawer.bp3-position-left.bp3-overlay-exit-active{ | ||
| 2847 | -webkit-transform:translateX(-100%); | ||
| 2848 | transform:translateX(-100%); | ||
| 2849 | -webkit-transition-delay:0; | ||
| 2850 | transition-delay:0; | ||
| 2851 | -webkit-transition-duration:100ms; | ||
| 2852 | transition-duration:100ms; | ||
| 2853 | -webkit-transition-property:-webkit-transform; | ||
| 2854 | transition-property:-webkit-transform; | ||
| 2855 | transition-property:transform; | ||
| 2856 | transition-property:transform, -webkit-transform; | ||
| 2857 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2858 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2859 | .bp3-drawer.bp3-position-right{ | ||
| 2860 | bottom:0; | ||
| 2861 | right:0; | ||
| 2862 | top:0; | ||
| 2863 | width:50%; } | ||
| 2864 | .bp3-drawer.bp3-position-right.bp3-overlay-enter, .bp3-drawer.bp3-position-right.bp3-overlay-appear{ | ||
| 2865 | -webkit-transform:translateX(100%); | ||
| 2866 | transform:translateX(100%); } | ||
| 2867 | .bp3-drawer.bp3-position-right.bp3-overlay-enter-active, .bp3-drawer.bp3-position-right.bp3-overlay-appear-active{ | ||
| 2868 | -webkit-transform:translateX(0); | ||
| 2869 | transform:translateX(0); | ||
| 2870 | -webkit-transition-delay:0; | ||
| 2871 | transition-delay:0; | ||
| 2872 | -webkit-transition-duration:200ms; | ||
| 2873 | transition-duration:200ms; | ||
| 2874 | -webkit-transition-property:-webkit-transform; | ||
| 2875 | transition-property:-webkit-transform; | ||
| 2876 | transition-property:transform; | ||
| 2877 | transition-property:transform, -webkit-transform; | ||
| 2878 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2879 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2880 | .bp3-drawer.bp3-position-right.bp3-overlay-exit{ | ||
| 2881 | -webkit-transform:translateX(0); | ||
| 2882 | transform:translateX(0); } | ||
| 2883 | .bp3-drawer.bp3-position-right.bp3-overlay-exit-active{ | ||
| 2884 | -webkit-transform:translateX(100%); | ||
| 2885 | transform:translateX(100%); | ||
| 2886 | -webkit-transition-delay:0; | ||
| 2887 | transition-delay:0; | ||
| 2888 | -webkit-transition-duration:100ms; | ||
| 2889 | transition-duration:100ms; | ||
| 2890 | -webkit-transition-property:-webkit-transform; | ||
| 2891 | transition-property:-webkit-transform; | ||
| 2892 | transition-property:transform; | ||
| 2893 | transition-property:transform, -webkit-transform; | ||
| 2894 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2895 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2896 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2897 | .bp3-position-right):not(.bp3-vertical){ | ||
| 2898 | bottom:0; | ||
| 2899 | right:0; | ||
| 2900 | top:0; | ||
| 2901 | width:50%; } | ||
| 2902 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2903 | .bp3-position-right):not(.bp3-vertical).bp3-overlay-enter, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2904 | .bp3-position-right):not(.bp3-vertical).bp3-overlay-appear{ | ||
| 2905 | -webkit-transform:translateX(100%); | ||
| 2906 | transform:translateX(100%); } | ||
| 2907 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2908 | .bp3-position-right):not(.bp3-vertical).bp3-overlay-enter-active, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2909 | .bp3-position-right):not(.bp3-vertical).bp3-overlay-appear-active{ | ||
| 2910 | -webkit-transform:translateX(0); | ||
| 2911 | transform:translateX(0); | ||
| 2912 | -webkit-transition-delay:0; | ||
| 2913 | transition-delay:0; | ||
| 2914 | -webkit-transition-duration:200ms; | ||
| 2915 | transition-duration:200ms; | ||
| 2916 | -webkit-transition-property:-webkit-transform; | ||
| 2917 | transition-property:-webkit-transform; | ||
| 2918 | transition-property:transform; | ||
| 2919 | transition-property:transform, -webkit-transform; | ||
| 2920 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2921 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2922 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2923 | .bp3-position-right):not(.bp3-vertical).bp3-overlay-exit{ | ||
| 2924 | -webkit-transform:translateX(0); | ||
| 2925 | transform:translateX(0); } | ||
| 2926 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2927 | .bp3-position-right):not(.bp3-vertical).bp3-overlay-exit-active{ | ||
| 2928 | -webkit-transform:translateX(100%); | ||
| 2929 | transform:translateX(100%); | ||
| 2930 | -webkit-transition-delay:0; | ||
| 2931 | transition-delay:0; | ||
| 2932 | -webkit-transition-duration:100ms; | ||
| 2933 | transition-duration:100ms; | ||
| 2934 | -webkit-transition-property:-webkit-transform; | ||
| 2935 | transition-property:-webkit-transform; | ||
| 2936 | transition-property:transform; | ||
| 2937 | transition-property:transform, -webkit-transform; | ||
| 2938 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2939 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2940 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2941 | .bp3-position-right).bp3-vertical{ | ||
| 2942 | bottom:0; | ||
| 2943 | height:50%; | ||
| 2944 | left:0; | ||
| 2945 | right:0; } | ||
| 2946 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2947 | .bp3-position-right).bp3-vertical.bp3-overlay-enter, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2948 | .bp3-position-right).bp3-vertical.bp3-overlay-appear{ | ||
| 2949 | -webkit-transform:translateY(100%); | ||
| 2950 | transform:translateY(100%); } | ||
| 2951 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2952 | .bp3-position-right).bp3-vertical.bp3-overlay-enter-active, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2953 | .bp3-position-right).bp3-vertical.bp3-overlay-appear-active{ | ||
| 2954 | -webkit-transform:translateY(0); | ||
| 2955 | transform:translateY(0); | ||
| 2956 | -webkit-transition-delay:0; | ||
| 2957 | transition-delay:0; | ||
| 2958 | -webkit-transition-duration:200ms; | ||
| 2959 | transition-duration:200ms; | ||
| 2960 | -webkit-transition-property:-webkit-transform; | ||
| 2961 | transition-property:-webkit-transform; | ||
| 2962 | transition-property:transform; | ||
| 2963 | transition-property:transform, -webkit-transform; | ||
| 2964 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2965 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2966 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2967 | .bp3-position-right).bp3-vertical.bp3-overlay-exit{ | ||
| 2968 | -webkit-transform:translateY(0); | ||
| 2969 | transform:translateY(0); } | ||
| 2970 | .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( | ||
| 2971 | .bp3-position-right).bp3-vertical.bp3-overlay-exit-active{ | ||
| 2972 | -webkit-transform:translateY(100%); | ||
| 2973 | transform:translateY(100%); | ||
| 2974 | -webkit-transition-delay:0; | ||
| 2975 | transition-delay:0; | ||
| 2976 | -webkit-transition-duration:100ms; | ||
| 2977 | transition-duration:100ms; | ||
| 2978 | -webkit-transition-property:-webkit-transform; | ||
| 2979 | transition-property:-webkit-transform; | ||
| 2980 | transition-property:transform; | ||
| 2981 | transition-property:transform, -webkit-transform; | ||
| 2982 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 2983 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 2984 | .bp3-drawer.bp3-dark, | ||
| 2985 | .bp3-dark .bp3-drawer{ | ||
| 2986 | background:#30404d; | ||
| 2987 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); | ||
| 2988 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); | ||
| 2989 | color:#f5f8fa; } | ||
| 2990 | |||
| 2991 | .bp3-drawer-header{ | ||
| 2992 | -webkit-box-align:center; | ||
| 2993 | -ms-flex-align:center; | ||
| 2994 | align-items:center; | ||
| 2995 | border-radius:0; | ||
| 2996 | -webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.15); | ||
| 2997 | box-shadow:0 1px 0 rgba(16, 22, 26, 0.15); | ||
| 2998 | display:-webkit-box; | ||
| 2999 | display:-ms-flexbox; | ||
| 3000 | display:flex; | ||
| 3001 | -webkit-box-flex:0; | ||
| 3002 | -ms-flex:0 0 auto; | ||
| 3003 | flex:0 0 auto; | ||
| 3004 | min-height:40px; | ||
| 3005 | padding:5px; | ||
| 3006 | padding-left:20px; | ||
| 3007 | position:relative; } | ||
| 3008 | .bp3-drawer-header .bp3-icon-large, | ||
| 3009 | .bp3-drawer-header .bp3-icon{ | ||
| 3010 | color:#5c7080; | ||
| 3011 | -webkit-box-flex:0; | ||
| 3012 | -ms-flex:0 0 auto; | ||
| 3013 | flex:0 0 auto; | ||
| 3014 | margin-right:10px; } | ||
| 3015 | .bp3-drawer-header .bp3-heading{ | ||
| 3016 | overflow:hidden; | ||
| 3017 | text-overflow:ellipsis; | ||
| 3018 | white-space:nowrap; | ||
| 3019 | word-wrap:normal; | ||
| 3020 | -webkit-box-flex:1; | ||
| 3021 | -ms-flex:1 1 auto; | ||
| 3022 | flex:1 1 auto; | ||
| 3023 | line-height:inherit; | ||
| 3024 | margin:0; } | ||
| 3025 | .bp3-drawer-header .bp3-heading:last-child{ | ||
| 3026 | margin-right:20px; } | ||
| 3027 | .bp3-dark .bp3-drawer-header{ | ||
| 3028 | -webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); | ||
| 3029 | box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); } | ||
| 3030 | .bp3-dark .bp3-drawer-header .bp3-icon-large, | ||
| 3031 | .bp3-dark .bp3-drawer-header .bp3-icon{ | ||
| 3032 | color:#a7b6c2; } | ||
| 3033 | |||
| 3034 | .bp3-drawer-body{ | ||
| 3035 | -webkit-box-flex:1; | ||
| 3036 | -ms-flex:1 1 auto; | ||
| 3037 | flex:1 1 auto; | ||
| 3038 | line-height:18px; | ||
| 3039 | overflow:auto; } | ||
| 3040 | |||
| 3041 | .bp3-drawer-footer{ | ||
| 3042 | -webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); | ||
| 3043 | box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); | ||
| 3044 | -webkit-box-flex:0; | ||
| 3045 | -ms-flex:0 0 auto; | ||
| 3046 | flex:0 0 auto; | ||
| 3047 | padding:10px 20px; | ||
| 3048 | position:relative; } | ||
| 3049 | .bp3-dark .bp3-drawer-footer{ | ||
| 3050 | -webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.4); | ||
| 3051 | box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.4); } | ||
| 3052 | .bp3-editable-text{ | ||
| 3053 | cursor:text; | ||
| 3054 | display:inline-block; | ||
| 3055 | max-width:100%; | ||
| 3056 | position:relative; | ||
| 3057 | vertical-align:top; | ||
| 3058 | white-space:nowrap; } | ||
| 3059 | .bp3-editable-text::before{ | ||
| 3060 | bottom:-3px; | ||
| 3061 | left:-3px; | ||
| 3062 | position:absolute; | ||
| 3063 | right:-3px; | ||
| 3064 | top:-3px; | ||
| 3065 | border-radius:3px; | ||
| 3066 | content:""; | ||
| 3067 | -webkit-transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3068 | transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3069 | transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3070 | transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 3071 | .bp3-editable-text:hover::before{ | ||
| 3072 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15); | ||
| 3073 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15); } | ||
| 3074 | .bp3-editable-text.bp3-editable-text-editing::before{ | ||
| 3075 | background-color:#ffffff; | ||
| 3076 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3077 | box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 3078 | .bp3-editable-text.bp3-disabled::before{ | ||
| 3079 | -webkit-box-shadow:none; | ||
| 3080 | box-shadow:none; } | ||
| 3081 | .bp3-editable-text.bp3-intent-primary .bp3-editable-text-input, | ||
| 3082 | .bp3-editable-text.bp3-intent-primary .bp3-editable-text-content{ | ||
| 3083 | color:#137cbd; } | ||
| 3084 | .bp3-editable-text.bp3-intent-primary:hover::before{ | ||
| 3085 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(19, 124, 189, 0.4); | ||
| 3086 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(19, 124, 189, 0.4); } | ||
| 3087 | .bp3-editable-text.bp3-intent-primary.bp3-editable-text-editing::before{ | ||
| 3088 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3089 | box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 3090 | .bp3-editable-text.bp3-intent-success .bp3-editable-text-input, | ||
| 3091 | .bp3-editable-text.bp3-intent-success .bp3-editable-text-content{ | ||
| 3092 | color:#0f9960; } | ||
| 3093 | .bp3-editable-text.bp3-intent-success:hover::before{ | ||
| 3094 | -webkit-box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px rgba(15, 153, 96, 0.4); | ||
| 3095 | box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px rgba(15, 153, 96, 0.4); } | ||
| 3096 | .bp3-editable-text.bp3-intent-success.bp3-editable-text-editing::before{ | ||
| 3097 | -webkit-box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3098 | box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 3099 | .bp3-editable-text.bp3-intent-warning .bp3-editable-text-input, | ||
| 3100 | .bp3-editable-text.bp3-intent-warning .bp3-editable-text-content{ | ||
| 3101 | color:#d9822b; } | ||
| 3102 | .bp3-editable-text.bp3-intent-warning:hover::before{ | ||
| 3103 | -webkit-box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px rgba(217, 130, 43, 0.4); | ||
| 3104 | box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px rgba(217, 130, 43, 0.4); } | ||
| 3105 | .bp3-editable-text.bp3-intent-warning.bp3-editable-text-editing::before{ | ||
| 3106 | -webkit-box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3107 | box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 3108 | .bp3-editable-text.bp3-intent-danger .bp3-editable-text-input, | ||
| 3109 | .bp3-editable-text.bp3-intent-danger .bp3-editable-text-content{ | ||
| 3110 | color:#db3737; } | ||
| 3111 | .bp3-editable-text.bp3-intent-danger:hover::before{ | ||
| 3112 | -webkit-box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px rgba(219, 55, 55, 0.4); | ||
| 3113 | box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px rgba(219, 55, 55, 0.4); } | ||
| 3114 | .bp3-editable-text.bp3-intent-danger.bp3-editable-text-editing::before{ | ||
| 3115 | -webkit-box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3116 | box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 3117 | .bp3-dark .bp3-editable-text:hover::before{ | ||
| 3118 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.15); | ||
| 3119 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.15); } | ||
| 3120 | .bp3-dark .bp3-editable-text.bp3-editable-text-editing::before{ | ||
| 3121 | background-color:rgba(16, 22, 26, 0.3); | ||
| 3122 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 3123 | box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 3124 | .bp3-dark .bp3-editable-text.bp3-disabled::before{ | ||
| 3125 | -webkit-box-shadow:none; | ||
| 3126 | box-shadow:none; } | ||
| 3127 | .bp3-dark .bp3-editable-text.bp3-intent-primary .bp3-editable-text-content{ | ||
| 3128 | color:#48aff0; } | ||
| 3129 | .bp3-dark .bp3-editable-text.bp3-intent-primary:hover::before{ | ||
| 3130 | -webkit-box-shadow:0 0 0 0 rgba(72, 175, 240, 0), 0 0 0 0 rgba(72, 175, 240, 0), inset 0 0 0 1px rgba(72, 175, 240, 0.4); | ||
| 3131 | box-shadow:0 0 0 0 rgba(72, 175, 240, 0), 0 0 0 0 rgba(72, 175, 240, 0), inset 0 0 0 1px rgba(72, 175, 240, 0.4); } | ||
| 3132 | .bp3-dark .bp3-editable-text.bp3-intent-primary.bp3-editable-text-editing::before{ | ||
| 3133 | -webkit-box-shadow:0 0 0 1px #48aff0, 0 0 0 3px rgba(72, 175, 240, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 3134 | box-shadow:0 0 0 1px #48aff0, 0 0 0 3px rgba(72, 175, 240, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 3135 | .bp3-dark .bp3-editable-text.bp3-intent-success .bp3-editable-text-content{ | ||
| 3136 | color:#3dcc91; } | ||
| 3137 | .bp3-dark .bp3-editable-text.bp3-intent-success:hover::before{ | ||
| 3138 | -webkit-box-shadow:0 0 0 0 rgba(61, 204, 145, 0), 0 0 0 0 rgba(61, 204, 145, 0), inset 0 0 0 1px rgba(61, 204, 145, 0.4); | ||
| 3139 | box-shadow:0 0 0 0 rgba(61, 204, 145, 0), 0 0 0 0 rgba(61, 204, 145, 0), inset 0 0 0 1px rgba(61, 204, 145, 0.4); } | ||
| 3140 | .bp3-dark .bp3-editable-text.bp3-intent-success.bp3-editable-text-editing::before{ | ||
| 3141 | -webkit-box-shadow:0 0 0 1px #3dcc91, 0 0 0 3px rgba(61, 204, 145, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 3142 | box-shadow:0 0 0 1px #3dcc91, 0 0 0 3px rgba(61, 204, 145, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 3143 | .bp3-dark .bp3-editable-text.bp3-intent-warning .bp3-editable-text-content{ | ||
| 3144 | color:#ffb366; } | ||
| 3145 | .bp3-dark .bp3-editable-text.bp3-intent-warning:hover::before{ | ||
| 3146 | -webkit-box-shadow:0 0 0 0 rgba(255, 179, 102, 0), 0 0 0 0 rgba(255, 179, 102, 0), inset 0 0 0 1px rgba(255, 179, 102, 0.4); | ||
| 3147 | box-shadow:0 0 0 0 rgba(255, 179, 102, 0), 0 0 0 0 rgba(255, 179, 102, 0), inset 0 0 0 1px rgba(255, 179, 102, 0.4); } | ||
| 3148 | .bp3-dark .bp3-editable-text.bp3-intent-warning.bp3-editable-text-editing::before{ | ||
| 3149 | -webkit-box-shadow:0 0 0 1px #ffb366, 0 0 0 3px rgba(255, 179, 102, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 3150 | box-shadow:0 0 0 1px #ffb366, 0 0 0 3px rgba(255, 179, 102, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 3151 | .bp3-dark .bp3-editable-text.bp3-intent-danger .bp3-editable-text-content{ | ||
| 3152 | color:#ff7373; } | ||
| 3153 | .bp3-dark .bp3-editable-text.bp3-intent-danger:hover::before{ | ||
| 3154 | -webkit-box-shadow:0 0 0 0 rgba(255, 115, 115, 0), 0 0 0 0 rgba(255, 115, 115, 0), inset 0 0 0 1px rgba(255, 115, 115, 0.4); | ||
| 3155 | box-shadow:0 0 0 0 rgba(255, 115, 115, 0), 0 0 0 0 rgba(255, 115, 115, 0), inset 0 0 0 1px rgba(255, 115, 115, 0.4); } | ||
| 3156 | .bp3-dark .bp3-editable-text.bp3-intent-danger.bp3-editable-text-editing::before{ | ||
| 3157 | -webkit-box-shadow:0 0 0 1px #ff7373, 0 0 0 3px rgba(255, 115, 115, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 3158 | box-shadow:0 0 0 1px #ff7373, 0 0 0 3px rgba(255, 115, 115, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 3159 | |||
| 3160 | .bp3-editable-text-input, | ||
| 3161 | .bp3-editable-text-content{ | ||
| 3162 | color:inherit; | ||
| 3163 | display:inherit; | ||
| 3164 | font:inherit; | ||
| 3165 | letter-spacing:inherit; | ||
| 3166 | max-width:inherit; | ||
| 3167 | min-width:inherit; | ||
| 3168 | position:relative; | ||
| 3169 | resize:none; | ||
| 3170 | text-transform:inherit; | ||
| 3171 | vertical-align:top; } | ||
| 3172 | |||
| 3173 | .bp3-editable-text-input{ | ||
| 3174 | background:none; | ||
| 3175 | border:none; | ||
| 3176 | -webkit-box-shadow:none; | ||
| 3177 | box-shadow:none; | ||
| 3178 | padding:0; | ||
| 3179 | white-space:pre-wrap; | ||
| 3180 | width:100%; } | ||
| 3181 | .bp3-editable-text-input::-webkit-input-placeholder{ | ||
| 3182 | color:rgba(92, 112, 128, 0.6); | ||
| 3183 | opacity:1; } | ||
| 3184 | .bp3-editable-text-input::-moz-placeholder{ | ||
| 3185 | color:rgba(92, 112, 128, 0.6); | ||
| 3186 | opacity:1; } | ||
| 3187 | .bp3-editable-text-input:-ms-input-placeholder{ | ||
| 3188 | color:rgba(92, 112, 128, 0.6); | ||
| 3189 | opacity:1; } | ||
| 3190 | .bp3-editable-text-input::-ms-input-placeholder{ | ||
| 3191 | color:rgba(92, 112, 128, 0.6); | ||
| 3192 | opacity:1; } | ||
| 3193 | .bp3-editable-text-input::placeholder{ | ||
| 3194 | color:rgba(92, 112, 128, 0.6); | ||
| 3195 | opacity:1; } | ||
| 3196 | .bp3-editable-text-input:focus{ | ||
| 3197 | outline:none; } | ||
| 3198 | .bp3-editable-text-input::-ms-clear{ | ||
| 3199 | display:none; } | ||
| 3200 | |||
| 3201 | .bp3-editable-text-content{ | ||
| 3202 | overflow:hidden; | ||
| 3203 | padding-right:2px; | ||
| 3204 | text-overflow:ellipsis; | ||
| 3205 | white-space:pre; } | ||
| 3206 | .bp3-editable-text-editing > .bp3-editable-text-content{ | ||
| 3207 | left:0; | ||
| 3208 | position:absolute; | ||
| 3209 | visibility:hidden; } | ||
| 3210 | .bp3-editable-text-placeholder > .bp3-editable-text-content{ | ||
| 3211 | color:rgba(92, 112, 128, 0.6); } | ||
| 3212 | .bp3-dark .bp3-editable-text-placeholder > .bp3-editable-text-content{ | ||
| 3213 | color:rgba(167, 182, 194, 0.6); } | ||
| 3214 | |||
| 3215 | .bp3-editable-text.bp3-multiline{ | ||
| 3216 | display:block; } | ||
| 3217 | .bp3-editable-text.bp3-multiline .bp3-editable-text-content{ | ||
| 3218 | overflow:auto; | ||
| 3219 | white-space:pre-wrap; | ||
| 3220 | word-wrap:break-word; } | ||
| 3221 | .bp3-divider{ | ||
| 3222 | border-bottom:1px solid rgba(16, 22, 26, 0.15); | ||
| 3223 | border-right:1px solid rgba(16, 22, 26, 0.15); | ||
| 3224 | margin:5px; } | ||
| 3225 | .bp3-dark .bp3-divider{ | ||
| 3226 | border-color:rgba(16, 22, 26, 0.4); } | ||
| 3227 | .bp3-control-group{ | ||
| 3228 | -webkit-transform:translateZ(0); | ||
| 3229 | transform:translateZ(0); | ||
| 3230 | display:-webkit-box; | ||
| 3231 | display:-ms-flexbox; | ||
| 3232 | display:flex; | ||
| 3233 | -webkit-box-orient:horizontal; | ||
| 3234 | -webkit-box-direction:normal; | ||
| 3235 | -ms-flex-direction:row; | ||
| 3236 | flex-direction:row; | ||
| 3237 | -webkit-box-align:stretch; | ||
| 3238 | -ms-flex-align:stretch; | ||
| 3239 | align-items:stretch; } | ||
| 3240 | .bp3-control-group > *{ | ||
| 3241 | -webkit-box-flex:0; | ||
| 3242 | -ms-flex-positive:0; | ||
| 3243 | flex-grow:0; | ||
| 3244 | -ms-flex-negative:0; | ||
| 3245 | flex-shrink:0; } | ||
| 3246 | .bp3-control-group > .bp3-fill{ | ||
| 3247 | -webkit-box-flex:1; | ||
| 3248 | -ms-flex-positive:1; | ||
| 3249 | flex-grow:1; | ||
| 3250 | -ms-flex-negative:1; | ||
| 3251 | flex-shrink:1; } | ||
| 3252 | .bp3-control-group .bp3-button, | ||
| 3253 | .bp3-control-group .bp3-html-select, | ||
| 3254 | .bp3-control-group .bp3-input, | ||
| 3255 | .bp3-control-group .bp3-select{ | ||
| 3256 | position:relative; } | ||
| 3257 | .bp3-control-group .bp3-input{ | ||
| 3258 | border-radius:inherit; | ||
| 3259 | z-index:2; } | ||
| 3260 | .bp3-control-group .bp3-input:focus{ | ||
| 3261 | border-radius:3px; | ||
| 3262 | z-index:14; } | ||
| 3263 | .bp3-control-group .bp3-input[class*="bp3-intent"]{ | ||
| 3264 | z-index:13; } | ||
| 3265 | .bp3-control-group .bp3-input[class*="bp3-intent"]:focus{ | ||
| 3266 | z-index:15; } | ||
| 3267 | .bp3-control-group .bp3-input[readonly], .bp3-control-group .bp3-input:disabled, .bp3-control-group .bp3-input.bp3-disabled{ | ||
| 3268 | z-index:1; } | ||
| 3269 | .bp3-control-group .bp3-input-group[class*="bp3-intent"] .bp3-input{ | ||
| 3270 | z-index:13; } | ||
| 3271 | .bp3-control-group .bp3-input-group[class*="bp3-intent"] .bp3-input:focus{ | ||
| 3272 | z-index:15; } | ||
| 3273 | .bp3-control-group .bp3-button, | ||
| 3274 | .bp3-control-group .bp3-html-select select, | ||
| 3275 | .bp3-control-group .bp3-select select{ | ||
| 3276 | -webkit-transform:translateZ(0); | ||
| 3277 | transform:translateZ(0); | ||
| 3278 | border-radius:inherit; | ||
| 3279 | z-index:4; } | ||
| 3280 | .bp3-control-group .bp3-button:focus, | ||
| 3281 | .bp3-control-group .bp3-html-select select:focus, | ||
| 3282 | .bp3-control-group .bp3-select select:focus{ | ||
| 3283 | z-index:5; } | ||
| 3284 | .bp3-control-group .bp3-button:hover, | ||
| 3285 | .bp3-control-group .bp3-html-select select:hover, | ||
| 3286 | .bp3-control-group .bp3-select select:hover{ | ||
| 3287 | z-index:6; } | ||
| 3288 | .bp3-control-group .bp3-button:active, | ||
| 3289 | .bp3-control-group .bp3-html-select select:active, | ||
| 3290 | .bp3-control-group .bp3-select select:active{ | ||
| 3291 | z-index:7; } | ||
| 3292 | .bp3-control-group .bp3-button[readonly], .bp3-control-group .bp3-button:disabled, .bp3-control-group .bp3-button.bp3-disabled, | ||
| 3293 | .bp3-control-group .bp3-html-select select[readonly], | ||
| 3294 | .bp3-control-group .bp3-html-select select:disabled, | ||
| 3295 | .bp3-control-group .bp3-html-select select.bp3-disabled, | ||
| 3296 | .bp3-control-group .bp3-select select[readonly], | ||
| 3297 | .bp3-control-group .bp3-select select:disabled, | ||
| 3298 | .bp3-control-group .bp3-select select.bp3-disabled{ | ||
| 3299 | z-index:3; } | ||
| 3300 | .bp3-control-group .bp3-button[class*="bp3-intent"], | ||
| 3301 | .bp3-control-group .bp3-html-select select[class*="bp3-intent"], | ||
| 3302 | .bp3-control-group .bp3-select select[class*="bp3-intent"]{ | ||
| 3303 | z-index:9; } | ||
| 3304 | .bp3-control-group .bp3-button[class*="bp3-intent"]:focus, | ||
| 3305 | .bp3-control-group .bp3-html-select select[class*="bp3-intent"]:focus, | ||
| 3306 | .bp3-control-group .bp3-select select[class*="bp3-intent"]:focus{ | ||
| 3307 | z-index:10; } | ||
| 3308 | .bp3-control-group .bp3-button[class*="bp3-intent"]:hover, | ||
| 3309 | .bp3-control-group .bp3-html-select select[class*="bp3-intent"]:hover, | ||
| 3310 | .bp3-control-group .bp3-select select[class*="bp3-intent"]:hover{ | ||
| 3311 | z-index:11; } | ||
| 3312 | .bp3-control-group .bp3-button[class*="bp3-intent"]:active, | ||
| 3313 | .bp3-control-group .bp3-html-select select[class*="bp3-intent"]:active, | ||
| 3314 | .bp3-control-group .bp3-select select[class*="bp3-intent"]:active{ | ||
| 3315 | z-index:12; } | ||
| 3316 | .bp3-control-group .bp3-button[class*="bp3-intent"][readonly], .bp3-control-group .bp3-button[class*="bp3-intent"]:disabled, .bp3-control-group .bp3-button[class*="bp3-intent"].bp3-disabled, | ||
| 3317 | .bp3-control-group .bp3-html-select select[class*="bp3-intent"][readonly], | ||
| 3318 | .bp3-control-group .bp3-html-select select[class*="bp3-intent"]:disabled, | ||
| 3319 | .bp3-control-group .bp3-html-select select[class*="bp3-intent"].bp3-disabled, | ||
| 3320 | .bp3-control-group .bp3-select select[class*="bp3-intent"][readonly], | ||
| 3321 | .bp3-control-group .bp3-select select[class*="bp3-intent"]:disabled, | ||
| 3322 | .bp3-control-group .bp3-select select[class*="bp3-intent"].bp3-disabled{ | ||
| 3323 | z-index:8; } | ||
| 3324 | .bp3-control-group .bp3-input-group > .bp3-icon, | ||
| 3325 | .bp3-control-group .bp3-input-group > .bp3-button, | ||
| 3326 | .bp3-control-group .bp3-input-group > .bp3-input-left-container, | ||
| 3327 | .bp3-control-group .bp3-input-group > .bp3-input-action{ | ||
| 3328 | z-index:16; } | ||
| 3329 | .bp3-control-group .bp3-select::after, | ||
| 3330 | .bp3-control-group .bp3-html-select::after, | ||
| 3331 | .bp3-control-group .bp3-select > .bp3-icon, | ||
| 3332 | .bp3-control-group .bp3-html-select > .bp3-icon{ | ||
| 3333 | z-index:17; } | ||
| 3334 | .bp3-control-group .bp3-select:focus-within{ | ||
| 3335 | z-index:5; } | ||
| 3336 | .bp3-control-group:not(.bp3-vertical) > *:not(.bp3-divider){ | ||
| 3337 | margin-right:-1px; } | ||
| 3338 | .bp3-control-group:not(.bp3-vertical) > .bp3-divider:not(:first-child){ | ||
| 3339 | margin-left:6px; } | ||
| 3340 | .bp3-dark .bp3-control-group:not(.bp3-vertical) > *:not(.bp3-divider){ | ||
| 3341 | margin-right:0; } | ||
| 3342 | .bp3-dark .bp3-control-group:not(.bp3-vertical) > .bp3-button + .bp3-button{ | ||
| 3343 | margin-left:1px; } | ||
| 3344 | .bp3-control-group .bp3-popover-wrapper, | ||
| 3345 | .bp3-control-group .bp3-popover-target{ | ||
| 3346 | border-radius:inherit; } | ||
| 3347 | .bp3-control-group > :first-child{ | ||
| 3348 | border-radius:3px 0 0 3px; } | ||
| 3349 | .bp3-control-group > :last-child{ | ||
| 3350 | border-radius:0 3px 3px 0; | ||
| 3351 | margin-right:0; } | ||
| 3352 | .bp3-control-group > :only-child{ | ||
| 3353 | border-radius:3px; | ||
| 3354 | margin-right:0; } | ||
| 3355 | .bp3-control-group .bp3-input-group .bp3-button{ | ||
| 3356 | border-radius:3px; } | ||
| 3357 | .bp3-control-group .bp3-numeric-input:not(:first-child) .bp3-input-group{ | ||
| 3358 | border-bottom-left-radius:0; | ||
| 3359 | border-top-left-radius:0; } | ||
| 3360 | .bp3-control-group.bp3-fill{ | ||
| 3361 | width:100%; } | ||
| 3362 | .bp3-control-group > .bp3-fill{ | ||
| 3363 | -webkit-box-flex:1; | ||
| 3364 | -ms-flex:1 1 auto; | ||
| 3365 | flex:1 1 auto; } | ||
| 3366 | .bp3-control-group.bp3-fill > *:not(.bp3-fixed){ | ||
| 3367 | -webkit-box-flex:1; | ||
| 3368 | -ms-flex:1 1 auto; | ||
| 3369 | flex:1 1 auto; } | ||
| 3370 | .bp3-control-group.bp3-vertical{ | ||
| 3371 | -webkit-box-orient:vertical; | ||
| 3372 | -webkit-box-direction:normal; | ||
| 3373 | -ms-flex-direction:column; | ||
| 3374 | flex-direction:column; } | ||
| 3375 | .bp3-control-group.bp3-vertical > *{ | ||
| 3376 | margin-top:-1px; } | ||
| 3377 | .bp3-control-group.bp3-vertical > :first-child{ | ||
| 3378 | border-radius:3px 3px 0 0; | ||
| 3379 | margin-top:0; } | ||
| 3380 | .bp3-control-group.bp3-vertical > :last-child{ | ||
| 3381 | border-radius:0 0 3px 3px; } | ||
| 3382 | .bp3-control{ | ||
| 3383 | cursor:pointer; | ||
| 3384 | display:block; | ||
| 3385 | margin-bottom:10px; | ||
| 3386 | position:relative; | ||
| 3387 | text-transform:none; } | ||
| 3388 | .bp3-control input:checked ~ .bp3-control-indicator{ | ||
| 3389 | background-color:#137cbd; | ||
| 3390 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); | ||
| 3391 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); | ||
| 3392 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 3393 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 3394 | color:#ffffff; } | ||
| 3395 | .bp3-control:hover input:checked ~ .bp3-control-indicator{ | ||
| 3396 | background-color:#106ba3; | ||
| 3397 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 3398 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } | ||
| 3399 | .bp3-control input:not(:disabled):active:checked ~ .bp3-control-indicator{ | ||
| 3400 | background:#0e5a8a; | ||
| 3401 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3402 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3403 | .bp3-control input:disabled:checked ~ .bp3-control-indicator{ | ||
| 3404 | background:rgba(19, 124, 189, 0.5); | ||
| 3405 | -webkit-box-shadow:none; | ||
| 3406 | box-shadow:none; } | ||
| 3407 | .bp3-dark .bp3-control input:checked ~ .bp3-control-indicator{ | ||
| 3408 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3409 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3410 | .bp3-dark .bp3-control:hover input:checked ~ .bp3-control-indicator{ | ||
| 3411 | background-color:#106ba3; | ||
| 3412 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3413 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3414 | .bp3-dark .bp3-control input:not(:disabled):active:checked ~ .bp3-control-indicator{ | ||
| 3415 | background-color:#0e5a8a; | ||
| 3416 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3417 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3418 | .bp3-dark .bp3-control input:disabled:checked ~ .bp3-control-indicator{ | ||
| 3419 | background:rgba(14, 90, 138, 0.5); | ||
| 3420 | -webkit-box-shadow:none; | ||
| 3421 | box-shadow:none; } | ||
| 3422 | .bp3-control:not(.bp3-align-right){ | ||
| 3423 | padding-left:26px; } | ||
| 3424 | .bp3-control:not(.bp3-align-right) .bp3-control-indicator{ | ||
| 3425 | margin-left:-26px; } | ||
| 3426 | .bp3-control.bp3-align-right{ | ||
| 3427 | padding-right:26px; } | ||
| 3428 | .bp3-control.bp3-align-right .bp3-control-indicator{ | ||
| 3429 | margin-right:-26px; } | ||
| 3430 | .bp3-control.bp3-disabled{ | ||
| 3431 | color:rgba(92, 112, 128, 0.6); | ||
| 3432 | cursor:not-allowed; } | ||
| 3433 | .bp3-control.bp3-inline{ | ||
| 3434 | display:inline-block; | ||
| 3435 | margin-right:20px; } | ||
| 3436 | .bp3-control input{ | ||
| 3437 | left:0; | ||
| 3438 | opacity:0; | ||
| 3439 | position:absolute; | ||
| 3440 | top:0; | ||
| 3441 | z-index:-1; } | ||
| 3442 | .bp3-control .bp3-control-indicator{ | ||
| 3443 | background-clip:padding-box; | ||
| 3444 | background-color:#f5f8fa; | ||
| 3445 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); | ||
| 3446 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); | ||
| 3447 | border:none; | ||
| 3448 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 3449 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 3450 | cursor:pointer; | ||
| 3451 | display:inline-block; | ||
| 3452 | font-size:16px; | ||
| 3453 | height:1em; | ||
| 3454 | margin-right:10px; | ||
| 3455 | margin-top:-3px; | ||
| 3456 | position:relative; | ||
| 3457 | -webkit-user-select:none; | ||
| 3458 | -moz-user-select:none; | ||
| 3459 | -ms-user-select:none; | ||
| 3460 | user-select:none; | ||
| 3461 | vertical-align:middle; | ||
| 3462 | width:1em; } | ||
| 3463 | .bp3-control .bp3-control-indicator::before{ | ||
| 3464 | content:""; | ||
| 3465 | display:block; | ||
| 3466 | height:1em; | ||
| 3467 | width:1em; } | ||
| 3468 | .bp3-control:hover .bp3-control-indicator{ | ||
| 3469 | background-color:#ebf1f5; } | ||
| 3470 | .bp3-control input:not(:disabled):active ~ .bp3-control-indicator{ | ||
| 3471 | background:#d8e1e8; | ||
| 3472 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3473 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3474 | .bp3-control input:disabled ~ .bp3-control-indicator{ | ||
| 3475 | background:rgba(206, 217, 224, 0.5); | ||
| 3476 | -webkit-box-shadow:none; | ||
| 3477 | box-shadow:none; | ||
| 3478 | cursor:not-allowed; } | ||
| 3479 | .bp3-control input:focus ~ .bp3-control-indicator{ | ||
| 3480 | outline:rgba(19, 124, 189, 0.6) auto 2px; | ||
| 3481 | outline-offset:2px; | ||
| 3482 | -moz-outline-radius:6px; } | ||
| 3483 | .bp3-control.bp3-align-right .bp3-control-indicator{ | ||
| 3484 | float:right; | ||
| 3485 | margin-left:10px; | ||
| 3486 | margin-top:1px; } | ||
| 3487 | .bp3-control.bp3-large{ | ||
| 3488 | font-size:16px; } | ||
| 3489 | .bp3-control.bp3-large:not(.bp3-align-right){ | ||
| 3490 | padding-left:30px; } | ||
| 3491 | .bp3-control.bp3-large:not(.bp3-align-right) .bp3-control-indicator{ | ||
| 3492 | margin-left:-30px; } | ||
| 3493 | .bp3-control.bp3-large.bp3-align-right{ | ||
| 3494 | padding-right:30px; } | ||
| 3495 | .bp3-control.bp3-large.bp3-align-right .bp3-control-indicator{ | ||
| 3496 | margin-right:-30px; } | ||
| 3497 | .bp3-control.bp3-large .bp3-control-indicator{ | ||
| 3498 | font-size:20px; } | ||
| 3499 | .bp3-control.bp3-large.bp3-align-right .bp3-control-indicator{ | ||
| 3500 | margin-top:0; } | ||
| 3501 | .bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator{ | ||
| 3502 | background-color:#137cbd; | ||
| 3503 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); | ||
| 3504 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); | ||
| 3505 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 3506 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 3507 | color:#ffffff; } | ||
| 3508 | .bp3-control.bp3-checkbox:hover input:indeterminate ~ .bp3-control-indicator{ | ||
| 3509 | background-color:#106ba3; | ||
| 3510 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); | ||
| 3511 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } | ||
| 3512 | .bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate ~ .bp3-control-indicator{ | ||
| 3513 | background:#0e5a8a; | ||
| 3514 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3515 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3516 | .bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{ | ||
| 3517 | background:rgba(19, 124, 189, 0.5); | ||
| 3518 | -webkit-box-shadow:none; | ||
| 3519 | box-shadow:none; } | ||
| 3520 | .bp3-dark .bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator{ | ||
| 3521 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3522 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3523 | .bp3-dark .bp3-control.bp3-checkbox:hover input:indeterminate ~ .bp3-control-indicator{ | ||
| 3524 | background-color:#106ba3; | ||
| 3525 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3526 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3527 | .bp3-dark .bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate ~ .bp3-control-indicator{ | ||
| 3528 | background-color:#0e5a8a; | ||
| 3529 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3530 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3531 | .bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{ | ||
| 3532 | background:rgba(14, 90, 138, 0.5); | ||
| 3533 | -webkit-box-shadow:none; | ||
| 3534 | box-shadow:none; } | ||
| 3535 | .bp3-control.bp3-checkbox .bp3-control-indicator{ | ||
| 3536 | border-radius:3px; } | ||
| 3537 | .bp3-control.bp3-checkbox input:checked ~ .bp3-control-indicator::before{ | ||
| 3538 | background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='white'/%3e%3c/svg%3e"); } | ||
| 3539 | .bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator::before{ | ||
| 3540 | background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='white'/%3e%3c/svg%3e"); } | ||
| 3541 | .bp3-control.bp3-radio .bp3-control-indicator{ | ||
| 3542 | border-radius:50%; } | ||
| 3543 | .bp3-control.bp3-radio input:checked ~ .bp3-control-indicator::before{ | ||
| 3544 | background-image:radial-gradient(#ffffff, #ffffff 28%, transparent 32%); } | ||
| 3545 | .bp3-control.bp3-radio input:checked:disabled ~ .bp3-control-indicator::before{ | ||
| 3546 | opacity:0.5; } | ||
| 3547 | .bp3-control.bp3-radio input:focus ~ .bp3-control-indicator{ | ||
| 3548 | -moz-outline-radius:16px; } | ||
| 3549 | .bp3-control.bp3-switch input ~ .bp3-control-indicator{ | ||
| 3550 | background:rgba(167, 182, 194, 0.5); } | ||
| 3551 | .bp3-control.bp3-switch:hover input ~ .bp3-control-indicator{ | ||
| 3552 | background:rgba(115, 134, 148, 0.5); } | ||
| 3553 | .bp3-control.bp3-switch input:not(:disabled):active ~ .bp3-control-indicator{ | ||
| 3554 | background:rgba(92, 112, 128, 0.5); } | ||
| 3555 | .bp3-control.bp3-switch input:disabled ~ .bp3-control-indicator{ | ||
| 3556 | background:rgba(206, 217, 224, 0.5); } | ||
| 3557 | .bp3-control.bp3-switch input:disabled ~ .bp3-control-indicator::before{ | ||
| 3558 | background:rgba(255, 255, 255, 0.8); } | ||
| 3559 | .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator{ | ||
| 3560 | background:#137cbd; } | ||
| 3561 | .bp3-control.bp3-switch:hover input:checked ~ .bp3-control-indicator{ | ||
| 3562 | background:#106ba3; } | ||
| 3563 | .bp3-control.bp3-switch input:checked:not(:disabled):active ~ .bp3-control-indicator{ | ||
| 3564 | background:#0e5a8a; } | ||
| 3565 | .bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator{ | ||
| 3566 | background:rgba(19, 124, 189, 0.5); } | ||
| 3567 | .bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator::before{ | ||
| 3568 | background:rgba(255, 255, 255, 0.8); } | ||
| 3569 | .bp3-control.bp3-switch:not(.bp3-align-right){ | ||
| 3570 | padding-left:38px; } | ||
| 3571 | .bp3-control.bp3-switch:not(.bp3-align-right) .bp3-control-indicator{ | ||
| 3572 | margin-left:-38px; } | ||
| 3573 | .bp3-control.bp3-switch.bp3-align-right{ | ||
| 3574 | padding-right:38px; } | ||
| 3575 | .bp3-control.bp3-switch.bp3-align-right .bp3-control-indicator{ | ||
| 3576 | margin-right:-38px; } | ||
| 3577 | .bp3-control.bp3-switch .bp3-control-indicator{ | ||
| 3578 | border:none; | ||
| 3579 | border-radius:1.75em; | ||
| 3580 | -webkit-box-shadow:none !important; | ||
| 3581 | box-shadow:none !important; | ||
| 3582 | min-width:1.75em; | ||
| 3583 | -webkit-transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3584 | transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3585 | width:auto; } | ||
| 3586 | .bp3-control.bp3-switch .bp3-control-indicator::before{ | ||
| 3587 | background:#ffffff; | ||
| 3588 | border-radius:50%; | ||
| 3589 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3590 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3591 | height:calc(1em - 4px); | ||
| 3592 | left:0; | ||
| 3593 | margin:2px; | ||
| 3594 | position:absolute; | ||
| 3595 | -webkit-transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3596 | transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3597 | width:calc(1em - 4px); } | ||
| 3598 | .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator::before{ | ||
| 3599 | left:calc(100% - 1em); } | ||
| 3600 | .bp3-control.bp3-switch.bp3-large:not(.bp3-align-right){ | ||
| 3601 | padding-left:45px; } | ||
| 3602 | .bp3-control.bp3-switch.bp3-large:not(.bp3-align-right) .bp3-control-indicator{ | ||
| 3603 | margin-left:-45px; } | ||
| 3604 | .bp3-control.bp3-switch.bp3-large.bp3-align-right{ | ||
| 3605 | padding-right:45px; } | ||
| 3606 | .bp3-control.bp3-switch.bp3-large.bp3-align-right .bp3-control-indicator{ | ||
| 3607 | margin-right:-45px; } | ||
| 3608 | .bp3-dark .bp3-control.bp3-switch input ~ .bp3-control-indicator{ | ||
| 3609 | background:rgba(16, 22, 26, 0.5); } | ||
| 3610 | .bp3-dark .bp3-control.bp3-switch:hover input ~ .bp3-control-indicator{ | ||
| 3611 | background:rgba(16, 22, 26, 0.7); } | ||
| 3612 | .bp3-dark .bp3-control.bp3-switch input:not(:disabled):active ~ .bp3-control-indicator{ | ||
| 3613 | background:rgba(16, 22, 26, 0.9); } | ||
| 3614 | .bp3-dark .bp3-control.bp3-switch input:disabled ~ .bp3-control-indicator{ | ||
| 3615 | background:rgba(57, 75, 89, 0.5); } | ||
| 3616 | .bp3-dark .bp3-control.bp3-switch input:disabled ~ .bp3-control-indicator::before{ | ||
| 3617 | background:rgba(16, 22, 26, 0.4); } | ||
| 3618 | .bp3-dark .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator{ | ||
| 3619 | background:#137cbd; } | ||
| 3620 | .bp3-dark .bp3-control.bp3-switch:hover input:checked ~ .bp3-control-indicator{ | ||
| 3621 | background:#106ba3; } | ||
| 3622 | .bp3-dark .bp3-control.bp3-switch input:checked:not(:disabled):active ~ .bp3-control-indicator{ | ||
| 3623 | background:#0e5a8a; } | ||
| 3624 | .bp3-dark .bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator{ | ||
| 3625 | background:rgba(14, 90, 138, 0.5); } | ||
| 3626 | .bp3-dark .bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator::before{ | ||
| 3627 | background:rgba(16, 22, 26, 0.4); } | ||
| 3628 | .bp3-dark .bp3-control.bp3-switch .bp3-control-indicator::before{ | ||
| 3629 | background:#394b59; | ||
| 3630 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3631 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3632 | .bp3-dark .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator::before{ | ||
| 3633 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3634 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3635 | .bp3-control.bp3-switch .bp3-switch-inner-text{ | ||
| 3636 | font-size:0.7em; | ||
| 3637 | text-align:center; } | ||
| 3638 | .bp3-control.bp3-switch .bp3-control-indicator-child:first-child{ | ||
| 3639 | line-height:0; | ||
| 3640 | margin-left:0.5em; | ||
| 3641 | margin-right:1.2em; | ||
| 3642 | visibility:hidden; } | ||
| 3643 | .bp3-control.bp3-switch .bp3-control-indicator-child:last-child{ | ||
| 3644 | line-height:1em; | ||
| 3645 | margin-left:1.2em; | ||
| 3646 | margin-right:0.5em; | ||
| 3647 | visibility:visible; } | ||
| 3648 | .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator .bp3-control-indicator-child:first-child{ | ||
| 3649 | line-height:1em; | ||
| 3650 | visibility:visible; } | ||
| 3651 | .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator .bp3-control-indicator-child:last-child{ | ||
| 3652 | line-height:0; | ||
| 3653 | visibility:hidden; } | ||
| 3654 | .bp3-dark .bp3-control{ | ||
| 3655 | color:#f5f8fa; } | ||
| 3656 | .bp3-dark .bp3-control.bp3-disabled{ | ||
| 3657 | color:rgba(167, 182, 194, 0.6); } | ||
| 3658 | .bp3-dark .bp3-control .bp3-control-indicator{ | ||
| 3659 | background-color:#394b59; | ||
| 3660 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); | ||
| 3661 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); | ||
| 3662 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3663 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3664 | .bp3-dark .bp3-control:hover .bp3-control-indicator{ | ||
| 3665 | background-color:#30404d; } | ||
| 3666 | .bp3-dark .bp3-control input:not(:disabled):active ~ .bp3-control-indicator{ | ||
| 3667 | background:#202b33; | ||
| 3668 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3669 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3670 | .bp3-dark .bp3-control input:disabled ~ .bp3-control-indicator{ | ||
| 3671 | background:rgba(57, 75, 89, 0.5); | ||
| 3672 | -webkit-box-shadow:none; | ||
| 3673 | box-shadow:none; | ||
| 3674 | cursor:not-allowed; } | ||
| 3675 | .bp3-dark .bp3-control.bp3-checkbox input:disabled:checked ~ .bp3-control-indicator, .bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{ | ||
| 3676 | color:rgba(167, 182, 194, 0.6); } | ||
| 3677 | .bp3-file-input{ | ||
| 3678 | cursor:pointer; | ||
| 3679 | display:inline-block; | ||
| 3680 | height:30px; | ||
| 3681 | position:relative; } | ||
| 3682 | .bp3-file-input input{ | ||
| 3683 | margin:0; | ||
| 3684 | min-width:200px; | ||
| 3685 | opacity:0; } | ||
| 3686 | .bp3-file-input input:disabled + .bp3-file-upload-input, | ||
| 3687 | .bp3-file-input input.bp3-disabled + .bp3-file-upload-input{ | ||
| 3688 | background:rgba(206, 217, 224, 0.5); | ||
| 3689 | -webkit-box-shadow:none; | ||
| 3690 | box-shadow:none; | ||
| 3691 | color:rgba(92, 112, 128, 0.6); | ||
| 3692 | cursor:not-allowed; | ||
| 3693 | resize:none; } | ||
| 3694 | .bp3-file-input input:disabled + .bp3-file-upload-input::after, | ||
| 3695 | .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after{ | ||
| 3696 | background-color:rgba(206, 217, 224, 0.5); | ||
| 3697 | background-image:none; | ||
| 3698 | -webkit-box-shadow:none; | ||
| 3699 | box-shadow:none; | ||
| 3700 | color:rgba(92, 112, 128, 0.6); | ||
| 3701 | cursor:not-allowed; | ||
| 3702 | outline:none; } | ||
| 3703 | .bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active, .bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active:hover, | ||
| 3704 | .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active, | ||
| 3705 | .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active:hover{ | ||
| 3706 | background:rgba(206, 217, 224, 0.7); } | ||
| 3707 | .bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input, .bp3-dark | ||
| 3708 | .bp3-file-input input.bp3-disabled + .bp3-file-upload-input{ | ||
| 3709 | background:rgba(57, 75, 89, 0.5); | ||
| 3710 | -webkit-box-shadow:none; | ||
| 3711 | box-shadow:none; | ||
| 3712 | color:rgba(167, 182, 194, 0.6); } | ||
| 3713 | .bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input::after, .bp3-dark | ||
| 3714 | .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after{ | ||
| 3715 | background-color:rgba(57, 75, 89, 0.5); | ||
| 3716 | background-image:none; | ||
| 3717 | -webkit-box-shadow:none; | ||
| 3718 | box-shadow:none; | ||
| 3719 | color:rgba(167, 182, 194, 0.6); } | ||
| 3720 | .bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active, .bp3-dark | ||
| 3721 | .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active{ | ||
| 3722 | background:rgba(57, 75, 89, 0.7); } | ||
| 3723 | .bp3-file-input.bp3-file-input-has-selection .bp3-file-upload-input{ | ||
| 3724 | color:#182026; } | ||
| 3725 | .bp3-dark .bp3-file-input.bp3-file-input-has-selection .bp3-file-upload-input{ | ||
| 3726 | color:#f5f8fa; } | ||
| 3727 | .bp3-file-input.bp3-fill{ | ||
| 3728 | width:100%; } | ||
| 3729 | .bp3-file-input.bp3-large, | ||
| 3730 | .bp3-large .bp3-file-input{ | ||
| 3731 | height:40px; } | ||
| 3732 | .bp3-file-input .bp3-file-upload-input-custom-text::after{ | ||
| 3733 | content:attr(bp3-button-text); } | ||
| 3734 | |||
| 3735 | .bp3-file-upload-input{ | ||
| 3736 | -webkit-appearance:none; | ||
| 3737 | -moz-appearance:none; | ||
| 3738 | appearance:none; | ||
| 3739 | background:#ffffff; | ||
| 3740 | border:none; | ||
| 3741 | border-radius:3px; | ||
| 3742 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3743 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3744 | color:#182026; | ||
| 3745 | font-size:14px; | ||
| 3746 | font-weight:400; | ||
| 3747 | height:30px; | ||
| 3748 | line-height:30px; | ||
| 3749 | outline:none; | ||
| 3750 | padding:0 10px; | ||
| 3751 | -webkit-transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3752 | transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3753 | transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3754 | transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 3755 | vertical-align:middle; | ||
| 3756 | overflow:hidden; | ||
| 3757 | text-overflow:ellipsis; | ||
| 3758 | white-space:nowrap; | ||
| 3759 | word-wrap:normal; | ||
| 3760 | color:rgba(92, 112, 128, 0.6); | ||
| 3761 | left:0; | ||
| 3762 | padding-right:80px; | ||
| 3763 | position:absolute; | ||
| 3764 | right:0; | ||
| 3765 | top:0; | ||
| 3766 | -webkit-user-select:none; | ||
| 3767 | -moz-user-select:none; | ||
| 3768 | -ms-user-select:none; | ||
| 3769 | user-select:none; } | ||
| 3770 | .bp3-file-upload-input::-webkit-input-placeholder{ | ||
| 3771 | color:rgba(92, 112, 128, 0.6); | ||
| 3772 | opacity:1; } | ||
| 3773 | .bp3-file-upload-input::-moz-placeholder{ | ||
| 3774 | color:rgba(92, 112, 128, 0.6); | ||
| 3775 | opacity:1; } | ||
| 3776 | .bp3-file-upload-input:-ms-input-placeholder{ | ||
| 3777 | color:rgba(92, 112, 128, 0.6); | ||
| 3778 | opacity:1; } | ||
| 3779 | .bp3-file-upload-input::-ms-input-placeholder{ | ||
| 3780 | color:rgba(92, 112, 128, 0.6); | ||
| 3781 | opacity:1; } | ||
| 3782 | .bp3-file-upload-input::placeholder{ | ||
| 3783 | color:rgba(92, 112, 128, 0.6); | ||
| 3784 | opacity:1; } | ||
| 3785 | .bp3-file-upload-input:focus, .bp3-file-upload-input.bp3-active{ | ||
| 3786 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 3787 | box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 3788 | .bp3-file-upload-input[type="search"], .bp3-file-upload-input.bp3-round{ | ||
| 3789 | border-radius:30px; | ||
| 3790 | -webkit-box-sizing:border-box; | ||
| 3791 | box-sizing:border-box; | ||
| 3792 | padding-left:10px; } | ||
| 3793 | .bp3-file-upload-input[readonly]{ | ||
| 3794 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); | ||
| 3795 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); } | ||
| 3796 | .bp3-file-upload-input:disabled, .bp3-file-upload-input.bp3-disabled{ | ||
| 3797 | background:rgba(206, 217, 224, 0.5); | ||
| 3798 | -webkit-box-shadow:none; | ||
| 3799 | box-shadow:none; | ||
| 3800 | color:rgba(92, 112, 128, 0.6); | ||
| 3801 | cursor:not-allowed; | ||
| 3802 | resize:none; } | ||
| 3803 | .bp3-file-upload-input::after{ | ||
| 3804 | background-color:#f5f8fa; | ||
| 3805 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); | ||
| 3806 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); | ||
| 3807 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 3808 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 3809 | color:#182026; | ||
| 3810 | min-height:24px; | ||
| 3811 | min-width:24px; | ||
| 3812 | overflow:hidden; | ||
| 3813 | text-overflow:ellipsis; | ||
| 3814 | white-space:nowrap; | ||
| 3815 | word-wrap:normal; | ||
| 3816 | border-radius:3px; | ||
| 3817 | content:"Browse"; | ||
| 3818 | line-height:24px; | ||
| 3819 | margin:3px; | ||
| 3820 | position:absolute; | ||
| 3821 | right:0; | ||
| 3822 | text-align:center; | ||
| 3823 | top:0; | ||
| 3824 | width:70px; } | ||
| 3825 | .bp3-file-upload-input::after:hover{ | ||
| 3826 | background-clip:padding-box; | ||
| 3827 | background-color:#ebf1f5; | ||
| 3828 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 3829 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } | ||
| 3830 | .bp3-file-upload-input::after:active, .bp3-file-upload-input::after.bp3-active{ | ||
| 3831 | background-color:#d8e1e8; | ||
| 3832 | background-image:none; | ||
| 3833 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3834 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3835 | .bp3-file-upload-input::after:disabled, .bp3-file-upload-input::after.bp3-disabled{ | ||
| 3836 | background-color:rgba(206, 217, 224, 0.5); | ||
| 3837 | background-image:none; | ||
| 3838 | -webkit-box-shadow:none; | ||
| 3839 | box-shadow:none; | ||
| 3840 | color:rgba(92, 112, 128, 0.6); | ||
| 3841 | cursor:not-allowed; | ||
| 3842 | outline:none; } | ||
| 3843 | .bp3-file-upload-input::after:disabled.bp3-active, .bp3-file-upload-input::after:disabled.bp3-active:hover, .bp3-file-upload-input::after.bp3-disabled.bp3-active, .bp3-file-upload-input::after.bp3-disabled.bp3-active:hover{ | ||
| 3844 | background:rgba(206, 217, 224, 0.7); } | ||
| 3845 | .bp3-file-upload-input:hover::after{ | ||
| 3846 | background-clip:padding-box; | ||
| 3847 | background-color:#ebf1f5; | ||
| 3848 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 3849 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } | ||
| 3850 | .bp3-file-upload-input:active::after{ | ||
| 3851 | background-color:#d8e1e8; | ||
| 3852 | background-image:none; | ||
| 3853 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3854 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3855 | .bp3-large .bp3-file-upload-input{ | ||
| 3856 | font-size:16px; | ||
| 3857 | height:40px; | ||
| 3858 | line-height:40px; | ||
| 3859 | padding-right:95px; } | ||
| 3860 | .bp3-large .bp3-file-upload-input[type="search"], .bp3-large .bp3-file-upload-input.bp3-round{ | ||
| 3861 | padding:0 15px; } | ||
| 3862 | .bp3-large .bp3-file-upload-input::after{ | ||
| 3863 | min-height:30px; | ||
| 3864 | min-width:30px; | ||
| 3865 | line-height:30px; | ||
| 3866 | margin:5px; | ||
| 3867 | width:85px; } | ||
| 3868 | .bp3-dark .bp3-file-upload-input{ | ||
| 3869 | background:rgba(16, 22, 26, 0.3); | ||
| 3870 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 3871 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 3872 | color:#f5f8fa; | ||
| 3873 | color:rgba(167, 182, 194, 0.6); } | ||
| 3874 | .bp3-dark .bp3-file-upload-input::-webkit-input-placeholder{ | ||
| 3875 | color:rgba(167, 182, 194, 0.6); } | ||
| 3876 | .bp3-dark .bp3-file-upload-input::-moz-placeholder{ | ||
| 3877 | color:rgba(167, 182, 194, 0.6); } | ||
| 3878 | .bp3-dark .bp3-file-upload-input:-ms-input-placeholder{ | ||
| 3879 | color:rgba(167, 182, 194, 0.6); } | ||
| 3880 | .bp3-dark .bp3-file-upload-input::-ms-input-placeholder{ | ||
| 3881 | color:rgba(167, 182, 194, 0.6); } | ||
| 3882 | .bp3-dark .bp3-file-upload-input::placeholder{ | ||
| 3883 | color:rgba(167, 182, 194, 0.6); } | ||
| 3884 | .bp3-dark .bp3-file-upload-input:focus{ | ||
| 3885 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 3886 | box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 3887 | .bp3-dark .bp3-file-upload-input[readonly]{ | ||
| 3888 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3889 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3890 | .bp3-dark .bp3-file-upload-input:disabled, .bp3-dark .bp3-file-upload-input.bp3-disabled{ | ||
| 3891 | background:rgba(57, 75, 89, 0.5); | ||
| 3892 | -webkit-box-shadow:none; | ||
| 3893 | box-shadow:none; | ||
| 3894 | color:rgba(167, 182, 194, 0.6); } | ||
| 3895 | .bp3-dark .bp3-file-upload-input::after{ | ||
| 3896 | background-color:#394b59; | ||
| 3897 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); | ||
| 3898 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); | ||
| 3899 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3900 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3901 | color:#f5f8fa; } | ||
| 3902 | .bp3-dark .bp3-file-upload-input::after:hover, .bp3-dark .bp3-file-upload-input::after:active, .bp3-dark .bp3-file-upload-input::after.bp3-active{ | ||
| 3903 | color:#f5f8fa; } | ||
| 3904 | .bp3-dark .bp3-file-upload-input::after:hover{ | ||
| 3905 | background-color:#30404d; | ||
| 3906 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3907 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3908 | .bp3-dark .bp3-file-upload-input::after:active, .bp3-dark .bp3-file-upload-input::after.bp3-active{ | ||
| 3909 | background-color:#202b33; | ||
| 3910 | background-image:none; | ||
| 3911 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3912 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3913 | .bp3-dark .bp3-file-upload-input::after:disabled, .bp3-dark .bp3-file-upload-input::after.bp3-disabled{ | ||
| 3914 | background-color:rgba(57, 75, 89, 0.5); | ||
| 3915 | background-image:none; | ||
| 3916 | -webkit-box-shadow:none; | ||
| 3917 | box-shadow:none; | ||
| 3918 | color:rgba(167, 182, 194, 0.6); } | ||
| 3919 | .bp3-dark .bp3-file-upload-input::after:disabled.bp3-active, .bp3-dark .bp3-file-upload-input::after.bp3-disabled.bp3-active{ | ||
| 3920 | background:rgba(57, 75, 89, 0.7); } | ||
| 3921 | .bp3-dark .bp3-file-upload-input::after .bp3-button-spinner .bp3-spinner-head{ | ||
| 3922 | background:rgba(16, 22, 26, 0.5); | ||
| 3923 | stroke:#8a9ba8; } | ||
| 3924 | .bp3-dark .bp3-file-upload-input:hover::after{ | ||
| 3925 | background-color:#30404d; | ||
| 3926 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 3927 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 3928 | .bp3-dark .bp3-file-upload-input:active::after{ | ||
| 3929 | background-color:#202b33; | ||
| 3930 | background-image:none; | ||
| 3931 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 3932 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 3933 | .bp3-file-upload-input::after{ | ||
| 3934 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 3935 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } | ||
| 3936 | .bp3-form-group{ | ||
| 3937 | display:-webkit-box; | ||
| 3938 | display:-ms-flexbox; | ||
| 3939 | display:flex; | ||
| 3940 | -webkit-box-orient:vertical; | ||
| 3941 | -webkit-box-direction:normal; | ||
| 3942 | -ms-flex-direction:column; | ||
| 3943 | flex-direction:column; | ||
| 3944 | margin:0 0 15px; } | ||
| 3945 | .bp3-form-group label.bp3-label{ | ||
| 3946 | margin-bottom:5px; } | ||
| 3947 | .bp3-form-group .bp3-control{ | ||
| 3948 | margin-top:7px; } | ||
| 3949 | .bp3-form-group .bp3-form-helper-text{ | ||
| 3950 | color:#5c7080; | ||
| 3951 | font-size:12px; | ||
| 3952 | margin-top:5px; } | ||
| 3953 | .bp3-form-group.bp3-intent-primary .bp3-form-helper-text{ | ||
| 3954 | color:#106ba3; } | ||
| 3955 | .bp3-form-group.bp3-intent-success .bp3-form-helper-text{ | ||
| 3956 | color:#0d8050; } | ||
| 3957 | .bp3-form-group.bp3-intent-warning .bp3-form-helper-text{ | ||
| 3958 | color:#bf7326; } | ||
| 3959 | .bp3-form-group.bp3-intent-danger .bp3-form-helper-text{ | ||
| 3960 | color:#c23030; } | ||
| 3961 | .bp3-form-group.bp3-inline{ | ||
| 3962 | -webkit-box-align:start; | ||
| 3963 | -ms-flex-align:start; | ||
| 3964 | align-items:flex-start; | ||
| 3965 | -webkit-box-orient:horizontal; | ||
| 3966 | -webkit-box-direction:normal; | ||
| 3967 | -ms-flex-direction:row; | ||
| 3968 | flex-direction:row; } | ||
| 3969 | .bp3-form-group.bp3-inline.bp3-large label.bp3-label{ | ||
| 3970 | line-height:40px; | ||
| 3971 | margin:0 10px 0 0; } | ||
| 3972 | .bp3-form-group.bp3-inline label.bp3-label{ | ||
| 3973 | line-height:30px; | ||
| 3974 | margin:0 10px 0 0; } | ||
| 3975 | .bp3-form-group.bp3-disabled .bp3-label, | ||
| 3976 | .bp3-form-group.bp3-disabled .bp3-text-muted, | ||
| 3977 | .bp3-form-group.bp3-disabled .bp3-form-helper-text{ | ||
| 3978 | color:rgba(92, 112, 128, 0.6) !important; } | ||
| 3979 | .bp3-dark .bp3-form-group.bp3-intent-primary .bp3-form-helper-text{ | ||
| 3980 | color:#48aff0; } | ||
| 3981 | .bp3-dark .bp3-form-group.bp3-intent-success .bp3-form-helper-text{ | ||
| 3982 | color:#3dcc91; } | ||
| 3983 | .bp3-dark .bp3-form-group.bp3-intent-warning .bp3-form-helper-text{ | ||
| 3984 | color:#ffb366; } | ||
| 3985 | .bp3-dark .bp3-form-group.bp3-intent-danger .bp3-form-helper-text{ | ||
| 3986 | color:#ff7373; } | ||
| 3987 | .bp3-dark .bp3-form-group .bp3-form-helper-text{ | ||
| 3988 | color:#a7b6c2; } | ||
| 3989 | .bp3-dark .bp3-form-group.bp3-disabled .bp3-label, | ||
| 3990 | .bp3-dark .bp3-form-group.bp3-disabled .bp3-text-muted, | ||
| 3991 | .bp3-dark .bp3-form-group.bp3-disabled .bp3-form-helper-text{ | ||
| 3992 | color:rgba(167, 182, 194, 0.6) !important; } | ||
| 3993 | .bp3-input-group{ | ||
| 3994 | display:block; | ||
| 3995 | position:relative; } | ||
| 3996 | .bp3-input-group .bp3-input{ | ||
| 3997 | position:relative; | ||
| 3998 | width:100%; } | ||
| 3999 | .bp3-input-group .bp3-input:not(:first-child){ | ||
| 4000 | padding-left:30px; } | ||
| 4001 | .bp3-input-group .bp3-input:not(:last-child){ | ||
| 4002 | padding-right:30px; } | ||
| 4003 | .bp3-input-group .bp3-input-action, | ||
| 4004 | .bp3-input-group > .bp3-input-left-container, | ||
| 4005 | .bp3-input-group > .bp3-button, | ||
| 4006 | .bp3-input-group > .bp3-icon{ | ||
| 4007 | position:absolute; | ||
| 4008 | top:0; } | ||
| 4009 | .bp3-input-group .bp3-input-action:first-child, | ||
| 4010 | .bp3-input-group > .bp3-input-left-container:first-child, | ||
| 4011 | .bp3-input-group > .bp3-button:first-child, | ||
| 4012 | .bp3-input-group > .bp3-icon:first-child{ | ||
| 4013 | left:0; } | ||
| 4014 | .bp3-input-group .bp3-input-action:last-child, | ||
| 4015 | .bp3-input-group > .bp3-input-left-container:last-child, | ||
| 4016 | .bp3-input-group > .bp3-button:last-child, | ||
| 4017 | .bp3-input-group > .bp3-icon:last-child{ | ||
| 4018 | right:0; } | ||
| 4019 | .bp3-input-group .bp3-button{ | ||
| 4020 | min-height:24px; | ||
| 4021 | min-width:24px; | ||
| 4022 | margin:3px; | ||
| 4023 | padding:0 7px; } | ||
| 4024 | .bp3-input-group .bp3-button:empty{ | ||
| 4025 | padding:0; } | ||
| 4026 | .bp3-input-group > .bp3-input-left-container, | ||
| 4027 | .bp3-input-group > .bp3-icon{ | ||
| 4028 | z-index:1; } | ||
| 4029 | .bp3-input-group > .bp3-input-left-container > .bp3-icon, | ||
| 4030 | .bp3-input-group > .bp3-icon{ | ||
| 4031 | color:#5c7080; } | ||
| 4032 | .bp3-input-group > .bp3-input-left-container > .bp3-icon:empty, | ||
| 4033 | .bp3-input-group > .bp3-icon:empty{ | ||
| 4034 | font-family:"Icons16", sans-serif; | ||
| 4035 | font-size:16px; | ||
| 4036 | font-style:normal; | ||
| 4037 | font-weight:400; | ||
| 4038 | line-height:1; | ||
| 4039 | -moz-osx-font-smoothing:grayscale; | ||
| 4040 | -webkit-font-smoothing:antialiased; } | ||
| 4041 | .bp3-input-group > .bp3-input-left-container > .bp3-icon, | ||
| 4042 | .bp3-input-group > .bp3-icon, | ||
| 4043 | .bp3-input-group .bp3-input-action > .bp3-spinner{ | ||
| 4044 | margin:7px; } | ||
| 4045 | .bp3-input-group .bp3-tag{ | ||
| 4046 | margin:5px; } | ||
| 4047 | .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus), | ||
| 4048 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus){ | ||
| 4049 | color:#5c7080; } | ||
| 4050 | .bp3-dark .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus), .bp3-dark | ||
| 4051 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus){ | ||
| 4052 | color:#a7b6c2; } | ||
| 4053 | .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon, .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-standard, .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-large, | ||
| 4054 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon, | ||
| 4055 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-standard, | ||
| 4056 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-large{ | ||
| 4057 | color:#5c7080; } | ||
| 4058 | .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:disabled, | ||
| 4059 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:disabled{ | ||
| 4060 | color:rgba(92, 112, 128, 0.6) !important; } | ||
| 4061 | .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:disabled .bp3-icon, .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:disabled .bp3-icon-standard, .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:disabled .bp3-icon-large, | ||
| 4062 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon, | ||
| 4063 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon-standard, | ||
| 4064 | .bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon-large{ | ||
| 4065 | color:rgba(92, 112, 128, 0.6) !important; } | ||
| 4066 | .bp3-input-group.bp3-disabled{ | ||
| 4067 | cursor:not-allowed; } | ||
| 4068 | .bp3-input-group.bp3-disabled .bp3-icon{ | ||
| 4069 | color:rgba(92, 112, 128, 0.6); } | ||
| 4070 | .bp3-input-group.bp3-large .bp3-button{ | ||
| 4071 | min-height:30px; | ||
| 4072 | min-width:30px; | ||
| 4073 | margin:5px; } | ||
| 4074 | .bp3-input-group.bp3-large > .bp3-input-left-container > .bp3-icon, | ||
| 4075 | .bp3-input-group.bp3-large > .bp3-icon, | ||
| 4076 | .bp3-input-group.bp3-large .bp3-input-action > .bp3-spinner{ | ||
| 4077 | margin:12px; } | ||
| 4078 | .bp3-input-group.bp3-large .bp3-input{ | ||
| 4079 | font-size:16px; | ||
| 4080 | height:40px; | ||
| 4081 | line-height:40px; } | ||
| 4082 | .bp3-input-group.bp3-large .bp3-input[type="search"], .bp3-input-group.bp3-large .bp3-input.bp3-round{ | ||
| 4083 | padding:0 15px; } | ||
| 4084 | .bp3-input-group.bp3-large .bp3-input:not(:first-child){ | ||
| 4085 | padding-left:40px; } | ||
| 4086 | .bp3-input-group.bp3-large .bp3-input:not(:last-child){ | ||
| 4087 | padding-right:40px; } | ||
| 4088 | .bp3-input-group.bp3-small .bp3-button{ | ||
| 4089 | min-height:20px; | ||
| 4090 | min-width:20px; | ||
| 4091 | margin:2px; } | ||
| 4092 | .bp3-input-group.bp3-small .bp3-tag{ | ||
| 4093 | min-height:20px; | ||
| 4094 | min-width:20px; | ||
| 4095 | margin:2px; } | ||
| 4096 | .bp3-input-group.bp3-small > .bp3-input-left-container > .bp3-icon, | ||
| 4097 | .bp3-input-group.bp3-small > .bp3-icon, | ||
| 4098 | .bp3-input-group.bp3-small .bp3-input-action > .bp3-spinner{ | ||
| 4099 | margin:4px; } | ||
| 4100 | .bp3-input-group.bp3-small .bp3-input{ | ||
| 4101 | font-size:12px; | ||
| 4102 | height:24px; | ||
| 4103 | line-height:24px; | ||
| 4104 | padding-left:8px; | ||
| 4105 | padding-right:8px; } | ||
| 4106 | .bp3-input-group.bp3-small .bp3-input[type="search"], .bp3-input-group.bp3-small .bp3-input.bp3-round{ | ||
| 4107 | padding:0 12px; } | ||
| 4108 | .bp3-input-group.bp3-small .bp3-input:not(:first-child){ | ||
| 4109 | padding-left:24px; } | ||
| 4110 | .bp3-input-group.bp3-small .bp3-input:not(:last-child){ | ||
| 4111 | padding-right:24px; } | ||
| 4112 | .bp3-input-group.bp3-fill{ | ||
| 4113 | -webkit-box-flex:1; | ||
| 4114 | -ms-flex:1 1 auto; | ||
| 4115 | flex:1 1 auto; | ||
| 4116 | width:100%; } | ||
| 4117 | .bp3-input-group.bp3-round .bp3-button, | ||
| 4118 | .bp3-input-group.bp3-round .bp3-input, | ||
| 4119 | .bp3-input-group.bp3-round .bp3-tag{ | ||
| 4120 | border-radius:30px; } | ||
| 4121 | .bp3-dark .bp3-input-group .bp3-icon{ | ||
| 4122 | color:#a7b6c2; } | ||
| 4123 | .bp3-dark .bp3-input-group.bp3-disabled .bp3-icon{ | ||
| 4124 | color:rgba(167, 182, 194, 0.6); } | ||
| 4125 | .bp3-input-group.bp3-intent-primary .bp3-input{ | ||
| 4126 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4127 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4128 | .bp3-input-group.bp3-intent-primary .bp3-input:focus{ | ||
| 4129 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4130 | box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4131 | .bp3-input-group.bp3-intent-primary .bp3-input[readonly]{ | ||
| 4132 | -webkit-box-shadow:inset 0 0 0 1px #137cbd; | ||
| 4133 | box-shadow:inset 0 0 0 1px #137cbd; } | ||
| 4134 | .bp3-input-group.bp3-intent-primary .bp3-input:disabled, .bp3-input-group.bp3-intent-primary .bp3-input.bp3-disabled{ | ||
| 4135 | -webkit-box-shadow:none; | ||
| 4136 | box-shadow:none; } | ||
| 4137 | .bp3-input-group.bp3-intent-primary > .bp3-icon{ | ||
| 4138 | color:#106ba3; } | ||
| 4139 | .bp3-dark .bp3-input-group.bp3-intent-primary > .bp3-icon{ | ||
| 4140 | color:#48aff0; } | ||
| 4141 | .bp3-input-group.bp3-intent-success .bp3-input{ | ||
| 4142 | -webkit-box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4143 | box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4144 | .bp3-input-group.bp3-intent-success .bp3-input:focus{ | ||
| 4145 | -webkit-box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4146 | box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4147 | .bp3-input-group.bp3-intent-success .bp3-input[readonly]{ | ||
| 4148 | -webkit-box-shadow:inset 0 0 0 1px #0f9960; | ||
| 4149 | box-shadow:inset 0 0 0 1px #0f9960; } | ||
| 4150 | .bp3-input-group.bp3-intent-success .bp3-input:disabled, .bp3-input-group.bp3-intent-success .bp3-input.bp3-disabled{ | ||
| 4151 | -webkit-box-shadow:none; | ||
| 4152 | box-shadow:none; } | ||
| 4153 | .bp3-input-group.bp3-intent-success > .bp3-icon{ | ||
| 4154 | color:#0d8050; } | ||
| 4155 | .bp3-dark .bp3-input-group.bp3-intent-success > .bp3-icon{ | ||
| 4156 | color:#3dcc91; } | ||
| 4157 | .bp3-input-group.bp3-intent-warning .bp3-input{ | ||
| 4158 | -webkit-box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4159 | box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4160 | .bp3-input-group.bp3-intent-warning .bp3-input:focus{ | ||
| 4161 | -webkit-box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4162 | box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4163 | .bp3-input-group.bp3-intent-warning .bp3-input[readonly]{ | ||
| 4164 | -webkit-box-shadow:inset 0 0 0 1px #d9822b; | ||
| 4165 | box-shadow:inset 0 0 0 1px #d9822b; } | ||
| 4166 | .bp3-input-group.bp3-intent-warning .bp3-input:disabled, .bp3-input-group.bp3-intent-warning .bp3-input.bp3-disabled{ | ||
| 4167 | -webkit-box-shadow:none; | ||
| 4168 | box-shadow:none; } | ||
| 4169 | .bp3-input-group.bp3-intent-warning > .bp3-icon{ | ||
| 4170 | color:#bf7326; } | ||
| 4171 | .bp3-dark .bp3-input-group.bp3-intent-warning > .bp3-icon{ | ||
| 4172 | color:#ffb366; } | ||
| 4173 | .bp3-input-group.bp3-intent-danger .bp3-input{ | ||
| 4174 | -webkit-box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4175 | box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4176 | .bp3-input-group.bp3-intent-danger .bp3-input:focus{ | ||
| 4177 | -webkit-box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4178 | box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4179 | .bp3-input-group.bp3-intent-danger .bp3-input[readonly]{ | ||
| 4180 | -webkit-box-shadow:inset 0 0 0 1px #db3737; | ||
| 4181 | box-shadow:inset 0 0 0 1px #db3737; } | ||
| 4182 | .bp3-input-group.bp3-intent-danger .bp3-input:disabled, .bp3-input-group.bp3-intent-danger .bp3-input.bp3-disabled{ | ||
| 4183 | -webkit-box-shadow:none; | ||
| 4184 | box-shadow:none; } | ||
| 4185 | .bp3-input-group.bp3-intent-danger > .bp3-icon{ | ||
| 4186 | color:#c23030; } | ||
| 4187 | .bp3-dark .bp3-input-group.bp3-intent-danger > .bp3-icon{ | ||
| 4188 | color:#ff7373; } | ||
| 4189 | .bp3-input{ | ||
| 4190 | -webkit-appearance:none; | ||
| 4191 | -moz-appearance:none; | ||
| 4192 | appearance:none; | ||
| 4193 | background:#ffffff; | ||
| 4194 | border:none; | ||
| 4195 | border-radius:3px; | ||
| 4196 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4197 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4198 | color:#182026; | ||
| 4199 | font-size:14px; | ||
| 4200 | font-weight:400; | ||
| 4201 | height:30px; | ||
| 4202 | line-height:30px; | ||
| 4203 | outline:none; | ||
| 4204 | padding:0 10px; | ||
| 4205 | -webkit-transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 4206 | transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 4207 | transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 4208 | transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 4209 | vertical-align:middle; } | ||
| 4210 | .bp3-input::-webkit-input-placeholder{ | ||
| 4211 | color:rgba(92, 112, 128, 0.6); | ||
| 4212 | opacity:1; } | ||
| 4213 | .bp3-input::-moz-placeholder{ | ||
| 4214 | color:rgba(92, 112, 128, 0.6); | ||
| 4215 | opacity:1; } | ||
| 4216 | .bp3-input:-ms-input-placeholder{ | ||
| 4217 | color:rgba(92, 112, 128, 0.6); | ||
| 4218 | opacity:1; } | ||
| 4219 | .bp3-input::-ms-input-placeholder{ | ||
| 4220 | color:rgba(92, 112, 128, 0.6); | ||
| 4221 | opacity:1; } | ||
| 4222 | .bp3-input::placeholder{ | ||
| 4223 | color:rgba(92, 112, 128, 0.6); | ||
| 4224 | opacity:1; } | ||
| 4225 | .bp3-input:focus, .bp3-input.bp3-active{ | ||
| 4226 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4227 | box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4228 | .bp3-input[type="search"], .bp3-input.bp3-round{ | ||
| 4229 | border-radius:30px; | ||
| 4230 | -webkit-box-sizing:border-box; | ||
| 4231 | box-sizing:border-box; | ||
| 4232 | padding-left:10px; } | ||
| 4233 | .bp3-input[readonly]{ | ||
| 4234 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); | ||
| 4235 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); } | ||
| 4236 | .bp3-input:disabled, .bp3-input.bp3-disabled{ | ||
| 4237 | background:rgba(206, 217, 224, 0.5); | ||
| 4238 | -webkit-box-shadow:none; | ||
| 4239 | box-shadow:none; | ||
| 4240 | color:rgba(92, 112, 128, 0.6); | ||
| 4241 | cursor:not-allowed; | ||
| 4242 | resize:none; } | ||
| 4243 | .bp3-input.bp3-large{ | ||
| 4244 | font-size:16px; | ||
| 4245 | height:40px; | ||
| 4246 | line-height:40px; } | ||
| 4247 | .bp3-input.bp3-large[type="search"], .bp3-input.bp3-large.bp3-round{ | ||
| 4248 | padding:0 15px; } | ||
| 4249 | .bp3-input.bp3-small{ | ||
| 4250 | font-size:12px; | ||
| 4251 | height:24px; | ||
| 4252 | line-height:24px; | ||
| 4253 | padding-left:8px; | ||
| 4254 | padding-right:8px; } | ||
| 4255 | .bp3-input.bp3-small[type="search"], .bp3-input.bp3-small.bp3-round{ | ||
| 4256 | padding:0 12px; } | ||
| 4257 | .bp3-input.bp3-fill{ | ||
| 4258 | -webkit-box-flex:1; | ||
| 4259 | -ms-flex:1 1 auto; | ||
| 4260 | flex:1 1 auto; | ||
| 4261 | width:100%; } | ||
| 4262 | .bp3-dark .bp3-input{ | ||
| 4263 | background:rgba(16, 22, 26, 0.3); | ||
| 4264 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4265 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4266 | color:#f5f8fa; } | ||
| 4267 | .bp3-dark .bp3-input::-webkit-input-placeholder{ | ||
| 4268 | color:rgba(167, 182, 194, 0.6); } | ||
| 4269 | .bp3-dark .bp3-input::-moz-placeholder{ | ||
| 4270 | color:rgba(167, 182, 194, 0.6); } | ||
| 4271 | .bp3-dark .bp3-input:-ms-input-placeholder{ | ||
| 4272 | color:rgba(167, 182, 194, 0.6); } | ||
| 4273 | .bp3-dark .bp3-input::-ms-input-placeholder{ | ||
| 4274 | color:rgba(167, 182, 194, 0.6); } | ||
| 4275 | .bp3-dark .bp3-input::placeholder{ | ||
| 4276 | color:rgba(167, 182, 194, 0.6); } | ||
| 4277 | .bp3-dark .bp3-input:focus{ | ||
| 4278 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4279 | box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4280 | .bp3-dark .bp3-input[readonly]{ | ||
| 4281 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 4282 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 4283 | .bp3-dark .bp3-input:disabled, .bp3-dark .bp3-input.bp3-disabled{ | ||
| 4284 | background:rgba(57, 75, 89, 0.5); | ||
| 4285 | -webkit-box-shadow:none; | ||
| 4286 | box-shadow:none; | ||
| 4287 | color:rgba(167, 182, 194, 0.6); } | ||
| 4288 | .bp3-input.bp3-intent-primary{ | ||
| 4289 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4290 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4291 | .bp3-input.bp3-intent-primary:focus{ | ||
| 4292 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4293 | box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4294 | .bp3-input.bp3-intent-primary[readonly]{ | ||
| 4295 | -webkit-box-shadow:inset 0 0 0 1px #137cbd; | ||
| 4296 | box-shadow:inset 0 0 0 1px #137cbd; } | ||
| 4297 | .bp3-input.bp3-intent-primary:disabled, .bp3-input.bp3-intent-primary.bp3-disabled{ | ||
| 4298 | -webkit-box-shadow:none; | ||
| 4299 | box-shadow:none; } | ||
| 4300 | .bp3-dark .bp3-input.bp3-intent-primary{ | ||
| 4301 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4302 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4303 | .bp3-dark .bp3-input.bp3-intent-primary:focus{ | ||
| 4304 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4305 | box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4306 | .bp3-dark .bp3-input.bp3-intent-primary[readonly]{ | ||
| 4307 | -webkit-box-shadow:inset 0 0 0 1px #137cbd; | ||
| 4308 | box-shadow:inset 0 0 0 1px #137cbd; } | ||
| 4309 | .bp3-dark .bp3-input.bp3-intent-primary:disabled, .bp3-dark .bp3-input.bp3-intent-primary.bp3-disabled{ | ||
| 4310 | -webkit-box-shadow:none; | ||
| 4311 | box-shadow:none; } | ||
| 4312 | .bp3-input.bp3-intent-success{ | ||
| 4313 | -webkit-box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4314 | box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4315 | .bp3-input.bp3-intent-success:focus{ | ||
| 4316 | -webkit-box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4317 | box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4318 | .bp3-input.bp3-intent-success[readonly]{ | ||
| 4319 | -webkit-box-shadow:inset 0 0 0 1px #0f9960; | ||
| 4320 | box-shadow:inset 0 0 0 1px #0f9960; } | ||
| 4321 | .bp3-input.bp3-intent-success:disabled, .bp3-input.bp3-intent-success.bp3-disabled{ | ||
| 4322 | -webkit-box-shadow:none; | ||
| 4323 | box-shadow:none; } | ||
| 4324 | .bp3-dark .bp3-input.bp3-intent-success{ | ||
| 4325 | -webkit-box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4326 | box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4327 | .bp3-dark .bp3-input.bp3-intent-success:focus{ | ||
| 4328 | -webkit-box-shadow:0 0 0 1px #0f9960, 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4329 | box-shadow:0 0 0 1px #0f9960, 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4330 | .bp3-dark .bp3-input.bp3-intent-success[readonly]{ | ||
| 4331 | -webkit-box-shadow:inset 0 0 0 1px #0f9960; | ||
| 4332 | box-shadow:inset 0 0 0 1px #0f9960; } | ||
| 4333 | .bp3-dark .bp3-input.bp3-intent-success:disabled, .bp3-dark .bp3-input.bp3-intent-success.bp3-disabled{ | ||
| 4334 | -webkit-box-shadow:none; | ||
| 4335 | box-shadow:none; } | ||
| 4336 | .bp3-input.bp3-intent-warning{ | ||
| 4337 | -webkit-box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4338 | box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4339 | .bp3-input.bp3-intent-warning:focus{ | ||
| 4340 | -webkit-box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4341 | box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4342 | .bp3-input.bp3-intent-warning[readonly]{ | ||
| 4343 | -webkit-box-shadow:inset 0 0 0 1px #d9822b; | ||
| 4344 | box-shadow:inset 0 0 0 1px #d9822b; } | ||
| 4345 | .bp3-input.bp3-intent-warning:disabled, .bp3-input.bp3-intent-warning.bp3-disabled{ | ||
| 4346 | -webkit-box-shadow:none; | ||
| 4347 | box-shadow:none; } | ||
| 4348 | .bp3-dark .bp3-input.bp3-intent-warning{ | ||
| 4349 | -webkit-box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4350 | box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4351 | .bp3-dark .bp3-input.bp3-intent-warning:focus{ | ||
| 4352 | -webkit-box-shadow:0 0 0 1px #d9822b, 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4353 | box-shadow:0 0 0 1px #d9822b, 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4354 | .bp3-dark .bp3-input.bp3-intent-warning[readonly]{ | ||
| 4355 | -webkit-box-shadow:inset 0 0 0 1px #d9822b; | ||
| 4356 | box-shadow:inset 0 0 0 1px #d9822b; } | ||
| 4357 | .bp3-dark .bp3-input.bp3-intent-warning:disabled, .bp3-dark .bp3-input.bp3-intent-warning.bp3-disabled{ | ||
| 4358 | -webkit-box-shadow:none; | ||
| 4359 | box-shadow:none; } | ||
| 4360 | .bp3-input.bp3-intent-danger{ | ||
| 4361 | -webkit-box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4362 | box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4363 | .bp3-input.bp3-intent-danger:focus{ | ||
| 4364 | -webkit-box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 4365 | box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 4366 | .bp3-input.bp3-intent-danger[readonly]{ | ||
| 4367 | -webkit-box-shadow:inset 0 0 0 1px #db3737; | ||
| 4368 | box-shadow:inset 0 0 0 1px #db3737; } | ||
| 4369 | .bp3-input.bp3-intent-danger:disabled, .bp3-input.bp3-intent-danger.bp3-disabled{ | ||
| 4370 | -webkit-box-shadow:none; | ||
| 4371 | box-shadow:none; } | ||
| 4372 | .bp3-dark .bp3-input.bp3-intent-danger{ | ||
| 4373 | -webkit-box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4374 | box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4375 | .bp3-dark .bp3-input.bp3-intent-danger:focus{ | ||
| 4376 | -webkit-box-shadow:0 0 0 1px #db3737, 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4377 | box-shadow:0 0 0 1px #db3737, 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4378 | .bp3-dark .bp3-input.bp3-intent-danger[readonly]{ | ||
| 4379 | -webkit-box-shadow:inset 0 0 0 1px #db3737; | ||
| 4380 | box-shadow:inset 0 0 0 1px #db3737; } | ||
| 4381 | .bp3-dark .bp3-input.bp3-intent-danger:disabled, .bp3-dark .bp3-input.bp3-intent-danger.bp3-disabled{ | ||
| 4382 | -webkit-box-shadow:none; | ||
| 4383 | box-shadow:none; } | ||
| 4384 | .bp3-input::-ms-clear{ | ||
| 4385 | display:none; } | ||
| 4386 | textarea.bp3-input{ | ||
| 4387 | max-width:100%; | ||
| 4388 | padding:10px; } | ||
| 4389 | textarea.bp3-input, textarea.bp3-input.bp3-large, textarea.bp3-input.bp3-small{ | ||
| 4390 | height:auto; | ||
| 4391 | line-height:inherit; } | ||
| 4392 | textarea.bp3-input.bp3-small{ | ||
| 4393 | padding:8px; } | ||
| 4394 | .bp3-dark textarea.bp3-input{ | ||
| 4395 | background:rgba(16, 22, 26, 0.3); | ||
| 4396 | -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4397 | box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4398 | color:#f5f8fa; } | ||
| 4399 | .bp3-dark textarea.bp3-input::-webkit-input-placeholder{ | ||
| 4400 | color:rgba(167, 182, 194, 0.6); } | ||
| 4401 | .bp3-dark textarea.bp3-input::-moz-placeholder{ | ||
| 4402 | color:rgba(167, 182, 194, 0.6); } | ||
| 4403 | .bp3-dark textarea.bp3-input:-ms-input-placeholder{ | ||
| 4404 | color:rgba(167, 182, 194, 0.6); } | ||
| 4405 | .bp3-dark textarea.bp3-input::-ms-input-placeholder{ | ||
| 4406 | color:rgba(167, 182, 194, 0.6); } | ||
| 4407 | .bp3-dark textarea.bp3-input::placeholder{ | ||
| 4408 | color:rgba(167, 182, 194, 0.6); } | ||
| 4409 | .bp3-dark textarea.bp3-input:focus{ | ||
| 4410 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 4411 | box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 4412 | .bp3-dark textarea.bp3-input[readonly]{ | ||
| 4413 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 4414 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 4415 | .bp3-dark textarea.bp3-input:disabled, .bp3-dark textarea.bp3-input.bp3-disabled{ | ||
| 4416 | background:rgba(57, 75, 89, 0.5); | ||
| 4417 | -webkit-box-shadow:none; | ||
| 4418 | box-shadow:none; | ||
| 4419 | color:rgba(167, 182, 194, 0.6); } | ||
| 4420 | label.bp3-label{ | ||
| 4421 | display:block; | ||
| 4422 | margin-bottom:15px; | ||
| 4423 | margin-top:0; } | ||
| 4424 | label.bp3-label .bp3-html-select, | ||
| 4425 | label.bp3-label .bp3-input, | ||
| 4426 | label.bp3-label .bp3-select, | ||
| 4427 | label.bp3-label .bp3-slider, | ||
| 4428 | label.bp3-label .bp3-popover-wrapper{ | ||
| 4429 | display:block; | ||
| 4430 | margin-top:5px; | ||
| 4431 | text-transform:none; } | ||
| 4432 | label.bp3-label .bp3-button-group{ | ||
| 4433 | margin-top:5px; } | ||
| 4434 | label.bp3-label .bp3-select select, | ||
| 4435 | label.bp3-label .bp3-html-select select{ | ||
| 4436 | font-weight:400; | ||
| 4437 | vertical-align:top; | ||
| 4438 | width:100%; } | ||
| 4439 | label.bp3-label.bp3-disabled, | ||
| 4440 | label.bp3-label.bp3-disabled .bp3-text-muted{ | ||
| 4441 | color:rgba(92, 112, 128, 0.6); } | ||
| 4442 | label.bp3-label.bp3-inline{ | ||
| 4443 | line-height:30px; } | ||
| 4444 | label.bp3-label.bp3-inline .bp3-html-select, | ||
| 4445 | label.bp3-label.bp3-inline .bp3-input, | ||
| 4446 | label.bp3-label.bp3-inline .bp3-input-group, | ||
| 4447 | label.bp3-label.bp3-inline .bp3-select, | ||
| 4448 | label.bp3-label.bp3-inline .bp3-popover-wrapper{ | ||
| 4449 | display:inline-block; | ||
| 4450 | margin:0 0 0 5px; | ||
| 4451 | vertical-align:top; } | ||
| 4452 | label.bp3-label.bp3-inline .bp3-button-group{ | ||
| 4453 | margin:0 0 0 5px; } | ||
| 4454 | label.bp3-label.bp3-inline .bp3-input-group .bp3-input{ | ||
| 4455 | margin-left:0; } | ||
| 4456 | label.bp3-label.bp3-inline.bp3-large{ | ||
| 4457 | line-height:40px; } | ||
| 4458 | label.bp3-label:not(.bp3-inline) .bp3-popover-target{ | ||
| 4459 | display:block; } | ||
| 4460 | .bp3-dark label.bp3-label{ | ||
| 4461 | color:#f5f8fa; } | ||
| 4462 | .bp3-dark label.bp3-label.bp3-disabled, | ||
| 4463 | .bp3-dark label.bp3-label.bp3-disabled .bp3-text-muted{ | ||
| 4464 | color:rgba(167, 182, 194, 0.6); } | ||
| 4465 | .bp3-numeric-input .bp3-button-group.bp3-vertical > .bp3-button{ | ||
| 4466 | -webkit-box-flex:1; | ||
| 4467 | -ms-flex:1 1 14px; | ||
| 4468 | flex:1 1 14px; | ||
| 4469 | min-height:0; | ||
| 4470 | padding:0; | ||
| 4471 | width:30px; } | ||
| 4472 | .bp3-numeric-input .bp3-button-group.bp3-vertical > .bp3-button:first-child{ | ||
| 4473 | border-radius:0 3px 0 0; } | ||
| 4474 | .bp3-numeric-input .bp3-button-group.bp3-vertical > .bp3-button:last-child{ | ||
| 4475 | border-radius:0 0 3px 0; } | ||
| 4476 | |||
| 4477 | .bp3-numeric-input .bp3-button-group.bp3-vertical:first-child > .bp3-button:first-child{ | ||
| 4478 | border-radius:3px 0 0 0; } | ||
| 4479 | |||
| 4480 | .bp3-numeric-input .bp3-button-group.bp3-vertical:first-child > .bp3-button:last-child{ | ||
| 4481 | border-radius:0 0 0 3px; } | ||
| 4482 | |||
| 4483 | .bp3-numeric-input.bp3-large .bp3-button-group.bp3-vertical > .bp3-button{ | ||
| 4484 | width:40px; } | ||
| 4485 | |||
| 4486 | form{ | ||
| 4487 | display:block; } | ||
| 4488 | .bp3-html-select select, | ||
| 4489 | .bp3-select select{ | ||
| 4490 | display:-webkit-inline-box; | ||
| 4491 | display:-ms-inline-flexbox; | ||
| 4492 | display:inline-flex; | ||
| 4493 | -webkit-box-orient:horizontal; | ||
| 4494 | -webkit-box-direction:normal; | ||
| 4495 | -ms-flex-direction:row; | ||
| 4496 | flex-direction:row; | ||
| 4497 | -webkit-box-align:center; | ||
| 4498 | -ms-flex-align:center; | ||
| 4499 | align-items:center; | ||
| 4500 | border:none; | ||
| 4501 | border-radius:3px; | ||
| 4502 | cursor:pointer; | ||
| 4503 | font-size:14px; | ||
| 4504 | -webkit-box-pack:center; | ||
| 4505 | -ms-flex-pack:center; | ||
| 4506 | justify-content:center; | ||
| 4507 | padding:5px 10px; | ||
| 4508 | text-align:left; | ||
| 4509 | vertical-align:middle; | ||
| 4510 | background-color:#f5f8fa; | ||
| 4511 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); | ||
| 4512 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); | ||
| 4513 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 4514 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 4515 | color:#182026; | ||
| 4516 | -moz-appearance:none; | ||
| 4517 | -webkit-appearance:none; | ||
| 4518 | border-radius:3px; | ||
| 4519 | height:30px; | ||
| 4520 | padding:0 25px 0 10px; | ||
| 4521 | width:100%; } | ||
| 4522 | .bp3-html-select select > *, .bp3-select select > *{ | ||
| 4523 | -webkit-box-flex:0; | ||
| 4524 | -ms-flex-positive:0; | ||
| 4525 | flex-grow:0; | ||
| 4526 | -ms-flex-negative:0; | ||
| 4527 | flex-shrink:0; } | ||
| 4528 | .bp3-html-select select > .bp3-fill, .bp3-select select > .bp3-fill{ | ||
| 4529 | -webkit-box-flex:1; | ||
| 4530 | -ms-flex-positive:1; | ||
| 4531 | flex-grow:1; | ||
| 4532 | -ms-flex-negative:1; | ||
| 4533 | flex-shrink:1; } | ||
| 4534 | .bp3-html-select select::before, | ||
| 4535 | .bp3-select select::before, .bp3-html-select select > *, .bp3-select select > *{ | ||
| 4536 | margin-right:7px; } | ||
| 4537 | .bp3-html-select select:empty::before, | ||
| 4538 | .bp3-select select:empty::before, | ||
| 4539 | .bp3-html-select select > :last-child, | ||
| 4540 | .bp3-select select > :last-child{ | ||
| 4541 | margin-right:0; } | ||
| 4542 | .bp3-html-select select:hover, | ||
| 4543 | .bp3-select select:hover{ | ||
| 4544 | background-clip:padding-box; | ||
| 4545 | background-color:#ebf1f5; | ||
| 4546 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 4547 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } | ||
| 4548 | .bp3-html-select select:active, | ||
| 4549 | .bp3-select select:active, .bp3-html-select select.bp3-active, | ||
| 4550 | .bp3-select select.bp3-active{ | ||
| 4551 | background-color:#d8e1e8; | ||
| 4552 | background-image:none; | ||
| 4553 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 4554 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 4555 | .bp3-html-select select:disabled, | ||
| 4556 | .bp3-select select:disabled, .bp3-html-select select.bp3-disabled, | ||
| 4557 | .bp3-select select.bp3-disabled{ | ||
| 4558 | background-color:rgba(206, 217, 224, 0.5); | ||
| 4559 | background-image:none; | ||
| 4560 | -webkit-box-shadow:none; | ||
| 4561 | box-shadow:none; | ||
| 4562 | color:rgba(92, 112, 128, 0.6); | ||
| 4563 | cursor:not-allowed; | ||
| 4564 | outline:none; } | ||
| 4565 | .bp3-html-select select:disabled.bp3-active, | ||
| 4566 | .bp3-select select:disabled.bp3-active, .bp3-html-select select:disabled.bp3-active:hover, | ||
| 4567 | .bp3-select select:disabled.bp3-active:hover, .bp3-html-select select.bp3-disabled.bp3-active, | ||
| 4568 | .bp3-select select.bp3-disabled.bp3-active, .bp3-html-select select.bp3-disabled.bp3-active:hover, | ||
| 4569 | .bp3-select select.bp3-disabled.bp3-active:hover{ | ||
| 4570 | background:rgba(206, 217, 224, 0.7); } | ||
| 4571 | |||
| 4572 | .bp3-html-select.bp3-minimal select, | ||
| 4573 | .bp3-select.bp3-minimal select{ | ||
| 4574 | background:none; | ||
| 4575 | -webkit-box-shadow:none; | ||
| 4576 | box-shadow:none; } | ||
| 4577 | .bp3-html-select.bp3-minimal select:hover, | ||
| 4578 | .bp3-select.bp3-minimal select:hover{ | ||
| 4579 | background:rgba(167, 182, 194, 0.3); | ||
| 4580 | -webkit-box-shadow:none; | ||
| 4581 | box-shadow:none; | ||
| 4582 | color:#182026; | ||
| 4583 | text-decoration:none; } | ||
| 4584 | .bp3-html-select.bp3-minimal select:active, | ||
| 4585 | .bp3-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal select.bp3-active, | ||
| 4586 | .bp3-select.bp3-minimal select.bp3-active{ | ||
| 4587 | background:rgba(115, 134, 148, 0.3); | ||
| 4588 | -webkit-box-shadow:none; | ||
| 4589 | box-shadow:none; | ||
| 4590 | color:#182026; } | ||
| 4591 | .bp3-html-select.bp3-minimal select:disabled, | ||
| 4592 | .bp3-select.bp3-minimal select:disabled, .bp3-html-select.bp3-minimal select:disabled:hover, | ||
| 4593 | .bp3-select.bp3-minimal select:disabled:hover, .bp3-html-select.bp3-minimal select.bp3-disabled, | ||
| 4594 | .bp3-select.bp3-minimal select.bp3-disabled, .bp3-html-select.bp3-minimal select.bp3-disabled:hover, | ||
| 4595 | .bp3-select.bp3-minimal select.bp3-disabled:hover{ | ||
| 4596 | background:none; | ||
| 4597 | color:rgba(92, 112, 128, 0.6); | ||
| 4598 | cursor:not-allowed; } | ||
| 4599 | .bp3-html-select.bp3-minimal select:disabled.bp3-active, | ||
| 4600 | .bp3-select.bp3-minimal select:disabled.bp3-active, .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active, | ||
| 4601 | .bp3-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active, | ||
| 4602 | .bp3-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-disabled:hover.bp3-active, | ||
| 4603 | .bp3-select.bp3-minimal select.bp3-disabled:hover.bp3-active{ | ||
| 4604 | background:rgba(115, 134, 148, 0.3); } | ||
| 4605 | .bp3-dark .bp3-html-select.bp3-minimal select, .bp3-html-select.bp3-minimal .bp3-dark select, | ||
| 4606 | .bp3-dark .bp3-select.bp3-minimal select, .bp3-select.bp3-minimal .bp3-dark select{ | ||
| 4607 | background:none; | ||
| 4608 | -webkit-box-shadow:none; | ||
| 4609 | box-shadow:none; | ||
| 4610 | color:inherit; } | ||
| 4611 | .bp3-dark .bp3-html-select.bp3-minimal select:hover, .bp3-html-select.bp3-minimal .bp3-dark select:hover, | ||
| 4612 | .bp3-dark .bp3-select.bp3-minimal select:hover, .bp3-select.bp3-minimal .bp3-dark select:hover, .bp3-dark .bp3-html-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal .bp3-dark select:active, | ||
| 4613 | .bp3-dark .bp3-select.bp3-minimal select:active, .bp3-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active, | ||
| 4614 | .bp3-dark .bp3-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-active{ | ||
| 4615 | background:none; | ||
| 4616 | -webkit-box-shadow:none; | ||
| 4617 | box-shadow:none; } | ||
| 4618 | .bp3-dark .bp3-html-select.bp3-minimal select:hover, .bp3-html-select.bp3-minimal .bp3-dark select:hover, | ||
| 4619 | .bp3-dark .bp3-select.bp3-minimal select:hover, .bp3-select.bp3-minimal .bp3-dark select:hover{ | ||
| 4620 | background:rgba(138, 155, 168, 0.15); } | ||
| 4621 | .bp3-dark .bp3-html-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal .bp3-dark select:active, | ||
| 4622 | .bp3-dark .bp3-select.bp3-minimal select:active, .bp3-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active, | ||
| 4623 | .bp3-dark .bp3-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-active{ | ||
| 4624 | background:rgba(138, 155, 168, 0.3); | ||
| 4625 | color:#f5f8fa; } | ||
| 4626 | .bp3-dark .bp3-html-select.bp3-minimal select:disabled, .bp3-html-select.bp3-minimal .bp3-dark select:disabled, | ||
| 4627 | .bp3-dark .bp3-select.bp3-minimal select:disabled, .bp3-select.bp3-minimal .bp3-dark select:disabled, .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover, .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover, | ||
| 4628 | .bp3-dark .bp3-select.bp3-minimal select:disabled:hover, .bp3-select.bp3-minimal .bp3-dark select:disabled:hover, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled, | ||
| 4629 | .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover, | ||
| 4630 | .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover{ | ||
| 4631 | background:none; | ||
| 4632 | color:rgba(167, 182, 194, 0.6); | ||
| 4633 | cursor:not-allowed; } | ||
| 4634 | .bp3-dark .bp3-html-select.bp3-minimal select:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select:disabled.bp3-active, | ||
| 4635 | .bp3-dark .bp3-select.bp3-minimal select:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active, | ||
| 4636 | .bp3-dark .bp3-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active, | ||
| 4637 | .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover.bp3-active, | ||
| 4638 | .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover.bp3-active{ | ||
| 4639 | background:rgba(138, 155, 168, 0.3); } | ||
| 4640 | .bp3-html-select.bp3-minimal select.bp3-intent-primary, | ||
| 4641 | .bp3-select.bp3-minimal select.bp3-intent-primary{ | ||
| 4642 | color:#106ba3; } | ||
| 4643 | .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover, | ||
| 4644 | .bp3-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-html-select.bp3-minimal select.bp3-intent-primary:active, | ||
| 4645 | .bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active, | ||
| 4646 | .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active{ | ||
| 4647 | background:none; | ||
| 4648 | -webkit-box-shadow:none; | ||
| 4649 | box-shadow:none; | ||
| 4650 | color:#106ba3; } | ||
| 4651 | .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover, | ||
| 4652 | .bp3-select.bp3-minimal select.bp3-intent-primary:hover{ | ||
| 4653 | background:rgba(19, 124, 189, 0.15); | ||
| 4654 | color:#106ba3; } | ||
| 4655 | .bp3-html-select.bp3-minimal select.bp3-intent-primary:active, | ||
| 4656 | .bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active, | ||
| 4657 | .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active{ | ||
| 4658 | background:rgba(19, 124, 189, 0.3); | ||
| 4659 | color:#106ba3; } | ||
| 4660 | .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled, | ||
| 4661 | .bp3-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled, | ||
| 4662 | .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled{ | ||
| 4663 | background:none; | ||
| 4664 | color:rgba(16, 107, 163, 0.5); } | ||
| 4665 | .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, | ||
| 4666 | .bp3-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active, | ||
| 4667 | .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active{ | ||
| 4668 | background:rgba(19, 124, 189, 0.3); } | ||
| 4669 | .bp3-html-select.bp3-minimal select.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{ | ||
| 4670 | stroke:#106ba3; } | ||
| 4671 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary, | ||
| 4672 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary{ | ||
| 4673 | color:#48aff0; } | ||
| 4674 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:hover, | ||
| 4675 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:hover{ | ||
| 4676 | background:rgba(19, 124, 189, 0.2); | ||
| 4677 | color:#48aff0; } | ||
| 4678 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:active, | ||
| 4679 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-active, | ||
| 4680 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-active{ | ||
| 4681 | background:rgba(19, 124, 189, 0.3); | ||
| 4682 | color:#48aff0; } | ||
| 4683 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled, | ||
| 4684 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled, | ||
| 4685 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled{ | ||
| 4686 | background:none; | ||
| 4687 | color:rgba(72, 175, 240, 0.5); } | ||
| 4688 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled.bp3-active, | ||
| 4689 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled.bp3-active, | ||
| 4690 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled.bp3-active{ | ||
| 4691 | background:rgba(19, 124, 189, 0.3); } | ||
| 4692 | .bp3-html-select.bp3-minimal select.bp3-intent-success, | ||
| 4693 | .bp3-select.bp3-minimal select.bp3-intent-success{ | ||
| 4694 | color:#0d8050; } | ||
| 4695 | .bp3-html-select.bp3-minimal select.bp3-intent-success:hover, | ||
| 4696 | .bp3-select.bp3-minimal select.bp3-intent-success:hover, .bp3-html-select.bp3-minimal select.bp3-intent-success:active, | ||
| 4697 | .bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active, | ||
| 4698 | .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active{ | ||
| 4699 | background:none; | ||
| 4700 | -webkit-box-shadow:none; | ||
| 4701 | box-shadow:none; | ||
| 4702 | color:#0d8050; } | ||
| 4703 | .bp3-html-select.bp3-minimal select.bp3-intent-success:hover, | ||
| 4704 | .bp3-select.bp3-minimal select.bp3-intent-success:hover{ | ||
| 4705 | background:rgba(15, 153, 96, 0.15); | ||
| 4706 | color:#0d8050; } | ||
| 4707 | .bp3-html-select.bp3-minimal select.bp3-intent-success:active, | ||
| 4708 | .bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active, | ||
| 4709 | .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active{ | ||
| 4710 | background:rgba(15, 153, 96, 0.3); | ||
| 4711 | color:#0d8050; } | ||
| 4712 | .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled, | ||
| 4713 | .bp3-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled, | ||
| 4714 | .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled{ | ||
| 4715 | background:none; | ||
| 4716 | color:rgba(13, 128, 80, 0.5); } | ||
| 4717 | .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, | ||
| 4718 | .bp3-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active, | ||
| 4719 | .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active{ | ||
| 4720 | background:rgba(15, 153, 96, 0.3); } | ||
| 4721 | .bp3-html-select.bp3-minimal select.bp3-intent-success .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{ | ||
| 4722 | stroke:#0d8050; } | ||
| 4723 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success, | ||
| 4724 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success{ | ||
| 4725 | color:#3dcc91; } | ||
| 4726 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:hover, | ||
| 4727 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:hover{ | ||
| 4728 | background:rgba(15, 153, 96, 0.2); | ||
| 4729 | color:#3dcc91; } | ||
| 4730 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:active, | ||
| 4731 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-active, | ||
| 4732 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-active{ | ||
| 4733 | background:rgba(15, 153, 96, 0.3); | ||
| 4734 | color:#3dcc91; } | ||
| 4735 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled, | ||
| 4736 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled, | ||
| 4737 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled{ | ||
| 4738 | background:none; | ||
| 4739 | color:rgba(61, 204, 145, 0.5); } | ||
| 4740 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled.bp3-active, | ||
| 4741 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled.bp3-active, | ||
| 4742 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled.bp3-active{ | ||
| 4743 | background:rgba(15, 153, 96, 0.3); } | ||
| 4744 | .bp3-html-select.bp3-minimal select.bp3-intent-warning, | ||
| 4745 | .bp3-select.bp3-minimal select.bp3-intent-warning{ | ||
| 4746 | color:#bf7326; } | ||
| 4747 | .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover, | ||
| 4748 | .bp3-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-html-select.bp3-minimal select.bp3-intent-warning:active, | ||
| 4749 | .bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active, | ||
| 4750 | .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active{ | ||
| 4751 | background:none; | ||
| 4752 | -webkit-box-shadow:none; | ||
| 4753 | box-shadow:none; | ||
| 4754 | color:#bf7326; } | ||
| 4755 | .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover, | ||
| 4756 | .bp3-select.bp3-minimal select.bp3-intent-warning:hover{ | ||
| 4757 | background:rgba(217, 130, 43, 0.15); | ||
| 4758 | color:#bf7326; } | ||
| 4759 | .bp3-html-select.bp3-minimal select.bp3-intent-warning:active, | ||
| 4760 | .bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active, | ||
| 4761 | .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active{ | ||
| 4762 | background:rgba(217, 130, 43, 0.3); | ||
| 4763 | color:#bf7326; } | ||
| 4764 | .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled, | ||
| 4765 | .bp3-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled, | ||
| 4766 | .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled{ | ||
| 4767 | background:none; | ||
| 4768 | color:rgba(191, 115, 38, 0.5); } | ||
| 4769 | .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, | ||
| 4770 | .bp3-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active, | ||
| 4771 | .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active{ | ||
| 4772 | background:rgba(217, 130, 43, 0.3); } | ||
| 4773 | .bp3-html-select.bp3-minimal select.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{ | ||
| 4774 | stroke:#bf7326; } | ||
| 4775 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning, | ||
| 4776 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning{ | ||
| 4777 | color:#ffb366; } | ||
| 4778 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:hover, | ||
| 4779 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:hover{ | ||
| 4780 | background:rgba(217, 130, 43, 0.2); | ||
| 4781 | color:#ffb366; } | ||
| 4782 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:active, | ||
| 4783 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-active, | ||
| 4784 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-active{ | ||
| 4785 | background:rgba(217, 130, 43, 0.3); | ||
| 4786 | color:#ffb366; } | ||
| 4787 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled, | ||
| 4788 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled, | ||
| 4789 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled{ | ||
| 4790 | background:none; | ||
| 4791 | color:rgba(255, 179, 102, 0.5); } | ||
| 4792 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled.bp3-active, | ||
| 4793 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled.bp3-active, | ||
| 4794 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled.bp3-active{ | ||
| 4795 | background:rgba(217, 130, 43, 0.3); } | ||
| 4796 | .bp3-html-select.bp3-minimal select.bp3-intent-danger, | ||
| 4797 | .bp3-select.bp3-minimal select.bp3-intent-danger{ | ||
| 4798 | color:#c23030; } | ||
| 4799 | .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover, | ||
| 4800 | .bp3-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-html-select.bp3-minimal select.bp3-intent-danger:active, | ||
| 4801 | .bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active, | ||
| 4802 | .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active{ | ||
| 4803 | background:none; | ||
| 4804 | -webkit-box-shadow:none; | ||
| 4805 | box-shadow:none; | ||
| 4806 | color:#c23030; } | ||
| 4807 | .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover, | ||
| 4808 | .bp3-select.bp3-minimal select.bp3-intent-danger:hover{ | ||
| 4809 | background:rgba(219, 55, 55, 0.15); | ||
| 4810 | color:#c23030; } | ||
| 4811 | .bp3-html-select.bp3-minimal select.bp3-intent-danger:active, | ||
| 4812 | .bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active, | ||
| 4813 | .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active{ | ||
| 4814 | background:rgba(219, 55, 55, 0.3); | ||
| 4815 | color:#c23030; } | ||
| 4816 | .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled, | ||
| 4817 | .bp3-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled, | ||
| 4818 | .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled{ | ||
| 4819 | background:none; | ||
| 4820 | color:rgba(194, 48, 48, 0.5); } | ||
| 4821 | .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, | ||
| 4822 | .bp3-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active, | ||
| 4823 | .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active{ | ||
| 4824 | background:rgba(219, 55, 55, 0.3); } | ||
| 4825 | .bp3-html-select.bp3-minimal select.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{ | ||
| 4826 | stroke:#c23030; } | ||
| 4827 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger, | ||
| 4828 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger{ | ||
| 4829 | color:#ff7373; } | ||
| 4830 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:hover, | ||
| 4831 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:hover{ | ||
| 4832 | background:rgba(219, 55, 55, 0.2); | ||
| 4833 | color:#ff7373; } | ||
| 4834 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:active, | ||
| 4835 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-active, | ||
| 4836 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-active{ | ||
| 4837 | background:rgba(219, 55, 55, 0.3); | ||
| 4838 | color:#ff7373; } | ||
| 4839 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled, | ||
| 4840 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled, | ||
| 4841 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled{ | ||
| 4842 | background:none; | ||
| 4843 | color:rgba(255, 115, 115, 0.5); } | ||
| 4844 | .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled.bp3-active, | ||
| 4845 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled.bp3-active, | ||
| 4846 | .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled.bp3-active{ | ||
| 4847 | background:rgba(219, 55, 55, 0.3); } | ||
| 4848 | |||
| 4849 | .bp3-html-select.bp3-large select, | ||
| 4850 | .bp3-select.bp3-large select{ | ||
| 4851 | font-size:16px; | ||
| 4852 | height:40px; | ||
| 4853 | padding-right:35px; } | ||
| 4854 | |||
| 4855 | .bp3-dark .bp3-html-select select, .bp3-dark .bp3-select select{ | ||
| 4856 | background-color:#394b59; | ||
| 4857 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); | ||
| 4858 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); | ||
| 4859 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 4860 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 4861 | color:#f5f8fa; } | ||
| 4862 | .bp3-dark .bp3-html-select select:hover, .bp3-dark .bp3-select select:hover, .bp3-dark .bp3-html-select select:active, .bp3-dark .bp3-select select:active, .bp3-dark .bp3-html-select select.bp3-active, .bp3-dark .bp3-select select.bp3-active{ | ||
| 4863 | color:#f5f8fa; } | ||
| 4864 | .bp3-dark .bp3-html-select select:hover, .bp3-dark .bp3-select select:hover{ | ||
| 4865 | background-color:#30404d; | ||
| 4866 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 4867 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 4868 | .bp3-dark .bp3-html-select select:active, .bp3-dark .bp3-select select:active, .bp3-dark .bp3-html-select select.bp3-active, .bp3-dark .bp3-select select.bp3-active{ | ||
| 4869 | background-color:#202b33; | ||
| 4870 | background-image:none; | ||
| 4871 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 4872 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 4873 | .bp3-dark .bp3-html-select select:disabled, .bp3-dark .bp3-select select:disabled, .bp3-dark .bp3-html-select select.bp3-disabled, .bp3-dark .bp3-select select.bp3-disabled{ | ||
| 4874 | background-color:rgba(57, 75, 89, 0.5); | ||
| 4875 | background-image:none; | ||
| 4876 | -webkit-box-shadow:none; | ||
| 4877 | box-shadow:none; | ||
| 4878 | color:rgba(167, 182, 194, 0.6); } | ||
| 4879 | .bp3-dark .bp3-html-select select:disabled.bp3-active, .bp3-dark .bp3-select select:disabled.bp3-active, .bp3-dark .bp3-html-select select.bp3-disabled.bp3-active, .bp3-dark .bp3-select select.bp3-disabled.bp3-active{ | ||
| 4880 | background:rgba(57, 75, 89, 0.7); } | ||
| 4881 | .bp3-dark .bp3-html-select select .bp3-button-spinner .bp3-spinner-head, .bp3-dark .bp3-select select .bp3-button-spinner .bp3-spinner-head{ | ||
| 4882 | background:rgba(16, 22, 26, 0.5); | ||
| 4883 | stroke:#8a9ba8; } | ||
| 4884 | |||
| 4885 | .bp3-html-select select:disabled, | ||
| 4886 | .bp3-select select:disabled{ | ||
| 4887 | background-color:rgba(206, 217, 224, 0.5); | ||
| 4888 | -webkit-box-shadow:none; | ||
| 4889 | box-shadow:none; | ||
| 4890 | color:rgba(92, 112, 128, 0.6); | ||
| 4891 | cursor:not-allowed; } | ||
| 4892 | |||
| 4893 | .bp3-html-select .bp3-icon, | ||
| 4894 | .bp3-select .bp3-icon, .bp3-select::after{ | ||
| 4895 | color:#5c7080; | ||
| 4896 | pointer-events:none; | ||
| 4897 | position:absolute; | ||
| 4898 | right:7px; | ||
| 4899 | top:7px; } | ||
| 4900 | .bp3-html-select .bp3-disabled.bp3-icon, | ||
| 4901 | .bp3-select .bp3-disabled.bp3-icon, .bp3-disabled.bp3-select::after{ | ||
| 4902 | color:rgba(92, 112, 128, 0.6); } | ||
| 4903 | .bp3-html-select, | ||
| 4904 | .bp3-select{ | ||
| 4905 | display:inline-block; | ||
| 4906 | letter-spacing:normal; | ||
| 4907 | position:relative; | ||
| 4908 | vertical-align:middle; } | ||
| 4909 | .bp3-html-select select::-ms-expand, | ||
| 4910 | .bp3-select select::-ms-expand{ | ||
| 4911 | display:none; } | ||
| 4912 | .bp3-html-select .bp3-icon, | ||
| 4913 | .bp3-select .bp3-icon{ | ||
| 4914 | color:#5c7080; } | ||
| 4915 | .bp3-html-select .bp3-icon:hover, | ||
| 4916 | .bp3-select .bp3-icon:hover{ | ||
| 4917 | color:#182026; } | ||
| 4918 | .bp3-dark .bp3-html-select .bp3-icon, .bp3-dark | ||
| 4919 | .bp3-select .bp3-icon{ | ||
| 4920 | color:#a7b6c2; } | ||
| 4921 | .bp3-dark .bp3-html-select .bp3-icon:hover, .bp3-dark | ||
| 4922 | .bp3-select .bp3-icon:hover{ | ||
| 4923 | color:#f5f8fa; } | ||
| 4924 | .bp3-html-select.bp3-large::after, | ||
| 4925 | .bp3-html-select.bp3-large .bp3-icon, | ||
| 4926 | .bp3-select.bp3-large::after, | ||
| 4927 | .bp3-select.bp3-large .bp3-icon{ | ||
| 4928 | right:12px; | ||
| 4929 | top:12px; } | ||
| 4930 | .bp3-html-select.bp3-fill, | ||
| 4931 | .bp3-html-select.bp3-fill select, | ||
| 4932 | .bp3-select.bp3-fill, | ||
| 4933 | .bp3-select.bp3-fill select{ | ||
| 4934 | width:100%; } | ||
| 4935 | .bp3-dark .bp3-html-select option, .bp3-dark | ||
| 4936 | .bp3-select option{ | ||
| 4937 | background-color:#30404d; | ||
| 4938 | color:#f5f8fa; } | ||
| 4939 | .bp3-dark .bp3-html-select option:disabled, .bp3-dark | ||
| 4940 | .bp3-select option:disabled{ | ||
| 4941 | color:rgba(167, 182, 194, 0.6); } | ||
| 4942 | .bp3-dark .bp3-html-select::after, .bp3-dark | ||
| 4943 | .bp3-select::after{ | ||
| 4944 | color:#a7b6c2; } | ||
| 4945 | |||
| 4946 | .bp3-select::after{ | ||
| 4947 | font-family:"Icons16", sans-serif; | ||
| 4948 | font-size:16px; | ||
| 4949 | font-style:normal; | ||
| 4950 | font-weight:400; | ||
| 4951 | line-height:1; | ||
| 4952 | -moz-osx-font-smoothing:grayscale; | ||
| 4953 | -webkit-font-smoothing:antialiased; | ||
| 4954 | content:""; } | ||
| 4955 | .bp3-running-text table, table.bp3-html-table{ | ||
| 4956 | border-spacing:0; | ||
| 4957 | font-size:14px; } | ||
| 4958 | .bp3-running-text table th, table.bp3-html-table th, | ||
| 4959 | .bp3-running-text table td, | ||
| 4960 | table.bp3-html-table td{ | ||
| 4961 | padding:11px; | ||
| 4962 | text-align:left; | ||
| 4963 | vertical-align:top; } | ||
| 4964 | .bp3-running-text table th, table.bp3-html-table th{ | ||
| 4965 | color:#182026; | ||
| 4966 | font-weight:600; } | ||
| 4967 | |||
| 4968 | .bp3-running-text table td, | ||
| 4969 | table.bp3-html-table td{ | ||
| 4970 | color:#182026; } | ||
| 4971 | .bp3-running-text table tbody tr:first-child th, table.bp3-html-table tbody tr:first-child th, | ||
| 4972 | .bp3-running-text table tbody tr:first-child td, | ||
| 4973 | table.bp3-html-table tbody tr:first-child td, | ||
| 4974 | .bp3-running-text table tfoot tr:first-child th, | ||
| 4975 | table.bp3-html-table tfoot tr:first-child th, | ||
| 4976 | .bp3-running-text table tfoot tr:first-child td, | ||
| 4977 | table.bp3-html-table tfoot tr:first-child td{ | ||
| 4978 | -webkit-box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); | ||
| 4979 | box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); } | ||
| 4980 | .bp3-dark .bp3-running-text table th, .bp3-running-text .bp3-dark table th, .bp3-dark table.bp3-html-table th{ | ||
| 4981 | color:#f5f8fa; } | ||
| 4982 | .bp3-dark .bp3-running-text table td, .bp3-running-text .bp3-dark table td, .bp3-dark table.bp3-html-table td{ | ||
| 4983 | color:#f5f8fa; } | ||
| 4984 | .bp3-dark .bp3-running-text table tbody tr:first-child th, .bp3-running-text .bp3-dark table tbody tr:first-child th, .bp3-dark table.bp3-html-table tbody tr:first-child th, | ||
| 4985 | .bp3-dark .bp3-running-text table tbody tr:first-child td, | ||
| 4986 | .bp3-running-text .bp3-dark table tbody tr:first-child td, | ||
| 4987 | .bp3-dark table.bp3-html-table tbody tr:first-child td, | ||
| 4988 | .bp3-dark .bp3-running-text table tfoot tr:first-child th, | ||
| 4989 | .bp3-running-text .bp3-dark table tfoot tr:first-child th, | ||
| 4990 | .bp3-dark table.bp3-html-table tfoot tr:first-child th, | ||
| 4991 | .bp3-dark .bp3-running-text table tfoot tr:first-child td, | ||
| 4992 | .bp3-running-text .bp3-dark table tfoot tr:first-child td, | ||
| 4993 | .bp3-dark table.bp3-html-table tfoot tr:first-child td{ | ||
| 4994 | -webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); | ||
| 4995 | box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); } | ||
| 4996 | |||
| 4997 | table.bp3-html-table.bp3-html-table-condensed th, | ||
| 4998 | table.bp3-html-table.bp3-html-table-condensed td, table.bp3-html-table.bp3-small th, | ||
| 4999 | table.bp3-html-table.bp3-small td{ | ||
| 5000 | padding-bottom:6px; | ||
| 5001 | padding-top:6px; } | ||
| 5002 | |||
| 5003 | table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td{ | ||
| 5004 | background:rgba(191, 204, 214, 0.15); } | ||
| 5005 | |||
| 5006 | table.bp3-html-table.bp3-html-table-bordered th:not(:first-child){ | ||
| 5007 | -webkit-box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15); | ||
| 5008 | box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15); } | ||
| 5009 | |||
| 5010 | table.bp3-html-table.bp3-html-table-bordered tbody tr td, | ||
| 5011 | table.bp3-html-table.bp3-html-table-bordered tfoot tr td{ | ||
| 5012 | -webkit-box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); | ||
| 5013 | box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); } | ||
| 5014 | table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child), | ||
| 5015 | table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child){ | ||
| 5016 | -webkit-box-shadow:inset 1px 1px 0 0 rgba(16, 22, 26, 0.15); | ||
| 5017 | box-shadow:inset 1px 1px 0 0 rgba(16, 22, 26, 0.15); } | ||
| 5018 | |||
| 5019 | table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td{ | ||
| 5020 | -webkit-box-shadow:none; | ||
| 5021 | box-shadow:none; } | ||
| 5022 | table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:not(:first-child){ | ||
| 5023 | -webkit-box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15); | ||
| 5024 | box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15); } | ||
| 5025 | |||
| 5026 | table.bp3-html-table.bp3-interactive tbody tr:hover td{ | ||
| 5027 | background-color:rgba(191, 204, 214, 0.3); | ||
| 5028 | cursor:pointer; } | ||
| 5029 | |||
| 5030 | table.bp3-html-table.bp3-interactive tbody tr:active td{ | ||
| 5031 | background-color:rgba(191, 204, 214, 0.4); } | ||
| 5032 | |||
| 5033 | .bp3-dark table.bp3-html-table{ } | ||
| 5034 | .bp3-dark table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td{ | ||
| 5035 | background:rgba(92, 112, 128, 0.15); } | ||
| 5036 | .bp3-dark table.bp3-html-table.bp3-html-table-bordered th:not(:first-child){ | ||
| 5037 | -webkit-box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); | ||
| 5038 | box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); } | ||
| 5039 | .bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td, | ||
| 5040 | .bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td{ | ||
| 5041 | -webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); | ||
| 5042 | box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); } | ||
| 5043 | .bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child), | ||
| 5044 | .bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child){ | ||
| 5045 | -webkit-box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); | ||
| 5046 | box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); } | ||
| 5047 | .bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td{ | ||
| 5048 | -webkit-box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); | ||
| 5049 | box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); } | ||
| 5050 | .bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:first-child{ | ||
| 5051 | -webkit-box-shadow:none; | ||
| 5052 | box-shadow:none; } | ||
| 5053 | .bp3-dark table.bp3-html-table.bp3-interactive tbody tr:hover td{ | ||
| 5054 | background-color:rgba(92, 112, 128, 0.3); | ||
| 5055 | cursor:pointer; } | ||
| 5056 | .bp3-dark table.bp3-html-table.bp3-interactive tbody tr:active td{ | ||
| 5057 | background-color:rgba(92, 112, 128, 0.4); } | ||
| 5058 | |||
| 5059 | .bp3-key-combo{ | ||
| 5060 | display:-webkit-box; | ||
| 5061 | display:-ms-flexbox; | ||
| 5062 | display:flex; | ||
| 5063 | -webkit-box-orient:horizontal; | ||
| 5064 | -webkit-box-direction:normal; | ||
| 5065 | -ms-flex-direction:row; | ||
| 5066 | flex-direction:row; | ||
| 5067 | -webkit-box-align:center; | ||
| 5068 | -ms-flex-align:center; | ||
| 5069 | align-items:center; } | ||
| 5070 | .bp3-key-combo > *{ | ||
| 5071 | -webkit-box-flex:0; | ||
| 5072 | -ms-flex-positive:0; | ||
| 5073 | flex-grow:0; | ||
| 5074 | -ms-flex-negative:0; | ||
| 5075 | flex-shrink:0; } | ||
| 5076 | .bp3-key-combo > .bp3-fill{ | ||
| 5077 | -webkit-box-flex:1; | ||
| 5078 | -ms-flex-positive:1; | ||
| 5079 | flex-grow:1; | ||
| 5080 | -ms-flex-negative:1; | ||
| 5081 | flex-shrink:1; } | ||
| 5082 | .bp3-key-combo::before, | ||
| 5083 | .bp3-key-combo > *{ | ||
| 5084 | margin-right:5px; } | ||
| 5085 | .bp3-key-combo:empty::before, | ||
| 5086 | .bp3-key-combo > :last-child{ | ||
| 5087 | margin-right:0; } | ||
| 5088 | |||
| 5089 | .bp3-hotkey-dialog{ | ||
| 5090 | padding-bottom:0; | ||
| 5091 | top:40px; } | ||
| 5092 | .bp3-hotkey-dialog .bp3-dialog-body{ | ||
| 5093 | margin:0; | ||
| 5094 | padding:0; } | ||
| 5095 | .bp3-hotkey-dialog .bp3-hotkey-label{ | ||
| 5096 | -webkit-box-flex:1; | ||
| 5097 | -ms-flex-positive:1; | ||
| 5098 | flex-grow:1; } | ||
| 5099 | |||
| 5100 | .bp3-hotkey-column{ | ||
| 5101 | margin:auto; | ||
| 5102 | max-height:80vh; | ||
| 5103 | overflow-y:auto; | ||
| 5104 | padding:30px; } | ||
| 5105 | .bp3-hotkey-column .bp3-heading{ | ||
| 5106 | margin-bottom:20px; } | ||
| 5107 | .bp3-hotkey-column .bp3-heading:not(:first-child){ | ||
| 5108 | margin-top:40px; } | ||
| 5109 | |||
| 5110 | .bp3-hotkey{ | ||
| 5111 | -webkit-box-align:center; | ||
| 5112 | -ms-flex-align:center; | ||
| 5113 | align-items:center; | ||
| 5114 | display:-webkit-box; | ||
| 5115 | display:-ms-flexbox; | ||
| 5116 | display:flex; | ||
| 5117 | -webkit-box-pack:justify; | ||
| 5118 | -ms-flex-pack:justify; | ||
| 5119 | justify-content:space-between; | ||
| 5120 | margin-left:0; | ||
| 5121 | margin-right:0; } | ||
| 5122 | .bp3-hotkey:not(:last-child){ | ||
| 5123 | margin-bottom:10px; } | ||
| 5124 | .bp3-icon{ | ||
| 5125 | display:inline-block; | ||
| 5126 | -webkit-box-flex:0; | ||
| 5127 | -ms-flex:0 0 auto; | ||
| 5128 | flex:0 0 auto; | ||
| 5129 | vertical-align:text-bottom; } | ||
| 5130 | .bp3-icon:not(:empty)::before{ | ||
| 5131 | content:"" !important; | ||
| 5132 | content:unset !important; } | ||
| 5133 | .bp3-icon > svg{ | ||
| 5134 | display:block; } | ||
| 5135 | .bp3-icon > svg:not([fill]){ | ||
| 5136 | fill:currentColor; } | ||
| 5137 | |||
| 5138 | .bp3-icon.bp3-intent-primary, .bp3-icon-standard.bp3-intent-primary, .bp3-icon-large.bp3-intent-primary{ | ||
| 5139 | color:#106ba3; } | ||
| 5140 | .bp3-dark .bp3-icon.bp3-intent-primary, .bp3-dark .bp3-icon-standard.bp3-intent-primary, .bp3-dark .bp3-icon-large.bp3-intent-primary{ | ||
| 5141 | color:#48aff0; } | ||
| 5142 | |||
| 5143 | .bp3-icon.bp3-intent-success, .bp3-icon-standard.bp3-intent-success, .bp3-icon-large.bp3-intent-success{ | ||
| 5144 | color:#0d8050; } | ||
| 5145 | .bp3-dark .bp3-icon.bp3-intent-success, .bp3-dark .bp3-icon-standard.bp3-intent-success, .bp3-dark .bp3-icon-large.bp3-intent-success{ | ||
| 5146 | color:#3dcc91; } | ||
| 5147 | |||
| 5148 | .bp3-icon.bp3-intent-warning, .bp3-icon-standard.bp3-intent-warning, .bp3-icon-large.bp3-intent-warning{ | ||
| 5149 | color:#bf7326; } | ||
| 5150 | .bp3-dark .bp3-icon.bp3-intent-warning, .bp3-dark .bp3-icon-standard.bp3-intent-warning, .bp3-dark .bp3-icon-large.bp3-intent-warning{ | ||
| 5151 | color:#ffb366; } | ||
| 5152 | |||
| 5153 | .bp3-icon.bp3-intent-danger, .bp3-icon-standard.bp3-intent-danger, .bp3-icon-large.bp3-intent-danger{ | ||
| 5154 | color:#c23030; } | ||
| 5155 | .bp3-dark .bp3-icon.bp3-intent-danger, .bp3-dark .bp3-icon-standard.bp3-intent-danger, .bp3-dark .bp3-icon-large.bp3-intent-danger{ | ||
| 5156 | color:#ff7373; } | ||
| 5157 | |||
| 5158 | span.bp3-icon-standard{ | ||
| 5159 | font-family:"Icons16", sans-serif; | ||
| 5160 | font-size:16px; | ||
| 5161 | font-style:normal; | ||
| 5162 | font-weight:400; | ||
| 5163 | line-height:1; | ||
| 5164 | -moz-osx-font-smoothing:grayscale; | ||
| 5165 | -webkit-font-smoothing:antialiased; | ||
| 5166 | display:inline-block; } | ||
| 5167 | |||
| 5168 | span.bp3-icon-large{ | ||
| 5169 | font-family:"Icons20", sans-serif; | ||
| 5170 | font-size:20px; | ||
| 5171 | font-style:normal; | ||
| 5172 | font-weight:400; | ||
| 5173 | line-height:1; | ||
| 5174 | -moz-osx-font-smoothing:grayscale; | ||
| 5175 | -webkit-font-smoothing:antialiased; | ||
| 5176 | display:inline-block; } | ||
| 5177 | |||
| 5178 | span.bp3-icon:empty{ | ||
| 5179 | font-family:"Icons20"; | ||
| 5180 | font-size:inherit; | ||
| 5181 | font-style:normal; | ||
| 5182 | font-weight:400; | ||
| 5183 | line-height:1; } | ||
| 5184 | span.bp3-icon:empty::before{ | ||
| 5185 | -moz-osx-font-smoothing:grayscale; | ||
| 5186 | -webkit-font-smoothing:antialiased; } | ||
| 5187 | |||
| 5188 | .bp3-icon-add::before{ | ||
| 5189 | content:""; } | ||
| 5190 | |||
| 5191 | .bp3-icon-add-column-left::before{ | ||
| 5192 | content:""; } | ||
| 5193 | |||
| 5194 | .bp3-icon-add-column-right::before{ | ||
| 5195 | content:""; } | ||
| 5196 | |||
| 5197 | .bp3-icon-add-row-bottom::before{ | ||
| 5198 | content:""; } | ||
| 5199 | |||
| 5200 | .bp3-icon-add-row-top::before{ | ||
| 5201 | content:""; } | ||
| 5202 | |||
| 5203 | .bp3-icon-add-to-artifact::before{ | ||
| 5204 | content:""; } | ||
| 5205 | |||
| 5206 | .bp3-icon-add-to-folder::before{ | ||
| 5207 | content:""; } | ||
| 5208 | |||
| 5209 | .bp3-icon-airplane::before{ | ||
| 5210 | content:""; } | ||
| 5211 | |||
| 5212 | .bp3-icon-align-center::before{ | ||
| 5213 | content:""; } | ||
| 5214 | |||
| 5215 | .bp3-icon-align-justify::before{ | ||
| 5216 | content:""; } | ||
| 5217 | |||
| 5218 | .bp3-icon-align-left::before{ | ||
| 5219 | content:""; } | ||
| 5220 | |||
| 5221 | .bp3-icon-align-right::before{ | ||
| 5222 | content:""; } | ||
| 5223 | |||
| 5224 | .bp3-icon-alignment-bottom::before{ | ||
| 5225 | content:""; } | ||
| 5226 | |||
| 5227 | .bp3-icon-alignment-horizontal-center::before{ | ||
| 5228 | content:""; } | ||
| 5229 | |||
| 5230 | .bp3-icon-alignment-left::before{ | ||
| 5231 | content:""; } | ||
| 5232 | |||
| 5233 | .bp3-icon-alignment-right::before{ | ||
| 5234 | content:""; } | ||
| 5235 | |||
| 5236 | .bp3-icon-alignment-top::before{ | ||
| 5237 | content:""; } | ||
| 5238 | |||
| 5239 | .bp3-icon-alignment-vertical-center::before{ | ||
| 5240 | content:""; } | ||
| 5241 | |||
| 5242 | .bp3-icon-annotation::before{ | ||
| 5243 | content:""; } | ||
| 5244 | |||
| 5245 | .bp3-icon-application::before{ | ||
| 5246 | content:""; } | ||
| 5247 | |||
| 5248 | .bp3-icon-applications::before{ | ||
| 5249 | content:""; } | ||
| 5250 | |||
| 5251 | .bp3-icon-archive::before{ | ||
| 5252 | content:""; } | ||
| 5253 | |||
| 5254 | .bp3-icon-arrow-bottom-left::before{ | ||
| 5255 | content:"↙"; } | ||
| 5256 | |||
| 5257 | .bp3-icon-arrow-bottom-right::before{ | ||
| 5258 | content:"↘"; } | ||
| 5259 | |||
| 5260 | .bp3-icon-arrow-down::before{ | ||
| 5261 | content:"↓"; } | ||
| 5262 | |||
| 5263 | .bp3-icon-arrow-left::before{ | ||
| 5264 | content:"←"; } | ||
| 5265 | |||
| 5266 | .bp3-icon-arrow-right::before{ | ||
| 5267 | content:"→"; } | ||
| 5268 | |||
| 5269 | .bp3-icon-arrow-top-left::before{ | ||
| 5270 | content:"↖"; } | ||
| 5271 | |||
| 5272 | .bp3-icon-arrow-top-right::before{ | ||
| 5273 | content:"↗"; } | ||
| 5274 | |||
| 5275 | .bp3-icon-arrow-up::before{ | ||
| 5276 | content:"↑"; } | ||
| 5277 | |||
| 5278 | .bp3-icon-arrows-horizontal::before{ | ||
| 5279 | content:"↔"; } | ||
| 5280 | |||
| 5281 | .bp3-icon-arrows-vertical::before{ | ||
| 5282 | content:"↕"; } | ||
| 5283 | |||
| 5284 | .bp3-icon-asterisk::before{ | ||
| 5285 | content:"*"; } | ||
| 5286 | |||
| 5287 | .bp3-icon-automatic-updates::before{ | ||
| 5288 | content:""; } | ||
| 5289 | |||
| 5290 | .bp3-icon-badge::before{ | ||
| 5291 | content:""; } | ||
| 5292 | |||
| 5293 | .bp3-icon-ban-circle::before{ | ||
| 5294 | content:""; } | ||
| 5295 | |||
| 5296 | .bp3-icon-bank-account::before{ | ||
| 5297 | content:""; } | ||
| 5298 | |||
| 5299 | .bp3-icon-barcode::before{ | ||
| 5300 | content:""; } | ||
| 5301 | |||
| 5302 | .bp3-icon-blank::before{ | ||
| 5303 | content:""; } | ||
| 5304 | |||
| 5305 | .bp3-icon-blocked-person::before{ | ||
| 5306 | content:""; } | ||
| 5307 | |||
| 5308 | .bp3-icon-bold::before{ | ||
| 5309 | content:""; } | ||
| 5310 | |||
| 5311 | .bp3-icon-book::before{ | ||
| 5312 | content:""; } | ||
| 5313 | |||
| 5314 | .bp3-icon-bookmark::before{ | ||
| 5315 | content:""; } | ||
| 5316 | |||
| 5317 | .bp3-icon-box::before{ | ||
| 5318 | content:""; } | ||
| 5319 | |||
| 5320 | .bp3-icon-briefcase::before{ | ||
| 5321 | content:""; } | ||
| 5322 | |||
| 5323 | .bp3-icon-bring-data::before{ | ||
| 5324 | content:""; } | ||
| 5325 | |||
| 5326 | .bp3-icon-build::before{ | ||
| 5327 | content:""; } | ||
| 5328 | |||
| 5329 | .bp3-icon-calculator::before{ | ||
| 5330 | content:""; } | ||
| 5331 | |||
| 5332 | .bp3-icon-calendar::before{ | ||
| 5333 | content:""; } | ||
| 5334 | |||
| 5335 | .bp3-icon-camera::before{ | ||
| 5336 | content:""; } | ||
| 5337 | |||
| 5338 | .bp3-icon-caret-down::before{ | ||
| 5339 | content:"⌄"; } | ||
| 5340 | |||
| 5341 | .bp3-icon-caret-left::before{ | ||
| 5342 | content:"〈"; } | ||
| 5343 | |||
| 5344 | .bp3-icon-caret-right::before{ | ||
| 5345 | content:"〉"; } | ||
| 5346 | |||
| 5347 | .bp3-icon-caret-up::before{ | ||
| 5348 | content:"⌃"; } | ||
| 5349 | |||
| 5350 | .bp3-icon-cell-tower::before{ | ||
| 5351 | content:""; } | ||
| 5352 | |||
| 5353 | .bp3-icon-changes::before{ | ||
| 5354 | content:""; } | ||
| 5355 | |||
| 5356 | .bp3-icon-chart::before{ | ||
| 5357 | content:""; } | ||
| 5358 | |||
| 5359 | .bp3-icon-chat::before{ | ||
| 5360 | content:""; } | ||
| 5361 | |||
| 5362 | .bp3-icon-chevron-backward::before{ | ||
| 5363 | content:""; } | ||
| 5364 | |||
| 5365 | .bp3-icon-chevron-down::before{ | ||
| 5366 | content:""; } | ||
| 5367 | |||
| 5368 | .bp3-icon-chevron-forward::before{ | ||
| 5369 | content:""; } | ||
| 5370 | |||
| 5371 | .bp3-icon-chevron-left::before{ | ||
| 5372 | content:""; } | ||
| 5373 | |||
| 5374 | .bp3-icon-chevron-right::before{ | ||
| 5375 | content:""; } | ||
| 5376 | |||
| 5377 | .bp3-icon-chevron-up::before{ | ||
| 5378 | content:""; } | ||
| 5379 | |||
| 5380 | .bp3-icon-circle::before{ | ||
| 5381 | content:""; } | ||
| 5382 | |||
| 5383 | .bp3-icon-circle-arrow-down::before{ | ||
| 5384 | content:""; } | ||
| 5385 | |||
| 5386 | .bp3-icon-circle-arrow-left::before{ | ||
| 5387 | content:""; } | ||
| 5388 | |||
| 5389 | .bp3-icon-circle-arrow-right::before{ | ||
| 5390 | content:""; } | ||
| 5391 | |||
| 5392 | .bp3-icon-circle-arrow-up::before{ | ||
| 5393 | content:""; } | ||
| 5394 | |||
| 5395 | .bp3-icon-citation::before{ | ||
| 5396 | content:""; } | ||
| 5397 | |||
| 5398 | .bp3-icon-clean::before{ | ||
| 5399 | content:""; } | ||
| 5400 | |||
| 5401 | .bp3-icon-clipboard::before{ | ||
| 5402 | content:""; } | ||
| 5403 | |||
| 5404 | .bp3-icon-cloud::before{ | ||
| 5405 | content:"☁"; } | ||
| 5406 | |||
| 5407 | .bp3-icon-cloud-download::before{ | ||
| 5408 | content:""; } | ||
| 5409 | |||
| 5410 | .bp3-icon-cloud-upload::before{ | ||
| 5411 | content:""; } | ||
| 5412 | |||
| 5413 | .bp3-icon-code::before{ | ||
| 5414 | content:""; } | ||
| 5415 | |||
| 5416 | .bp3-icon-code-block::before{ | ||
| 5417 | content:""; } | ||
| 5418 | |||
| 5419 | .bp3-icon-cog::before{ | ||
| 5420 | content:""; } | ||
| 5421 | |||
| 5422 | .bp3-icon-collapse-all::before{ | ||
| 5423 | content:""; } | ||
| 5424 | |||
| 5425 | .bp3-icon-column-layout::before{ | ||
| 5426 | content:""; } | ||
| 5427 | |||
| 5428 | .bp3-icon-comment::before{ | ||
| 5429 | content:""; } | ||
| 5430 | |||
| 5431 | .bp3-icon-comparison::before{ | ||
| 5432 | content:""; } | ||
| 5433 | |||
| 5434 | .bp3-icon-compass::before{ | ||
| 5435 | content:""; } | ||
| 5436 | |||
| 5437 | .bp3-icon-compressed::before{ | ||
| 5438 | content:""; } | ||
| 5439 | |||
| 5440 | .bp3-icon-confirm::before{ | ||
| 5441 | content:""; } | ||
| 5442 | |||
| 5443 | .bp3-icon-console::before{ | ||
| 5444 | content:""; } | ||
| 5445 | |||
| 5446 | .bp3-icon-contrast::before{ | ||
| 5447 | content:""; } | ||
| 5448 | |||
| 5449 | .bp3-icon-control::before{ | ||
| 5450 | content:""; } | ||
| 5451 | |||
| 5452 | .bp3-icon-credit-card::before{ | ||
| 5453 | content:""; } | ||
| 5454 | |||
| 5455 | .bp3-icon-cross::before{ | ||
| 5456 | content:"✗"; } | ||
| 5457 | |||
| 5458 | .bp3-icon-crown::before{ | ||
| 5459 | content:""; } | ||
| 5460 | |||
| 5461 | .bp3-icon-cube::before{ | ||
| 5462 | content:""; } | ||
| 5463 | |||
| 5464 | .bp3-icon-cube-add::before{ | ||
| 5465 | content:""; } | ||
| 5466 | |||
| 5467 | .bp3-icon-cube-remove::before{ | ||
| 5468 | content:""; } | ||
| 5469 | |||
| 5470 | .bp3-icon-curved-range-chart::before{ | ||
| 5471 | content:""; } | ||
| 5472 | |||
| 5473 | .bp3-icon-cut::before{ | ||
| 5474 | content:""; } | ||
| 5475 | |||
| 5476 | .bp3-icon-dashboard::before{ | ||
| 5477 | content:""; } | ||
| 5478 | |||
| 5479 | .bp3-icon-data-lineage::before{ | ||
| 5480 | content:""; } | ||
| 5481 | |||
| 5482 | .bp3-icon-database::before{ | ||
| 5483 | content:""; } | ||
| 5484 | |||
| 5485 | .bp3-icon-delete::before{ | ||
| 5486 | content:""; } | ||
| 5487 | |||
| 5488 | .bp3-icon-delta::before{ | ||
| 5489 | content:"Δ"; } | ||
| 5490 | |||
| 5491 | .bp3-icon-derive-column::before{ | ||
| 5492 | content:""; } | ||
| 5493 | |||
| 5494 | .bp3-icon-desktop::before{ | ||
| 5495 | content:""; } | ||
| 5496 | |||
| 5497 | .bp3-icon-diagnosis::before{ | ||
| 5498 | content:""; } | ||
| 5499 | |||
| 5500 | .bp3-icon-diagram-tree::before{ | ||
| 5501 | content:""; } | ||
| 5502 | |||
| 5503 | .bp3-icon-direction-left::before{ | ||
| 5504 | content:""; } | ||
| 5505 | |||
| 5506 | .bp3-icon-direction-right::before{ | ||
| 5507 | content:""; } | ||
| 5508 | |||
| 5509 | .bp3-icon-disable::before{ | ||
| 5510 | content:""; } | ||
| 5511 | |||
| 5512 | .bp3-icon-document::before{ | ||
| 5513 | content:""; } | ||
| 5514 | |||
| 5515 | .bp3-icon-document-open::before{ | ||
| 5516 | content:""; } | ||
| 5517 | |||
| 5518 | .bp3-icon-document-share::before{ | ||
| 5519 | content:""; } | ||
| 5520 | |||
| 5521 | .bp3-icon-dollar::before{ | ||
| 5522 | content:"$"; } | ||
| 5523 | |||
| 5524 | .bp3-icon-dot::before{ | ||
| 5525 | content:"•"; } | ||
| 5526 | |||
| 5527 | .bp3-icon-double-caret-horizontal::before{ | ||
| 5528 | content:""; } | ||
| 5529 | |||
| 5530 | .bp3-icon-double-caret-vertical::before{ | ||
| 5531 | content:""; } | ||
| 5532 | |||
| 5533 | .bp3-icon-double-chevron-down::before{ | ||
| 5534 | content:""; } | ||
| 5535 | |||
| 5536 | .bp3-icon-double-chevron-left::before{ | ||
| 5537 | content:""; } | ||
| 5538 | |||
| 5539 | .bp3-icon-double-chevron-right::before{ | ||
| 5540 | content:""; } | ||
| 5541 | |||
| 5542 | .bp3-icon-double-chevron-up::before{ | ||
| 5543 | content:""; } | ||
| 5544 | |||
| 5545 | .bp3-icon-doughnut-chart::before{ | ||
| 5546 | content:""; } | ||
| 5547 | |||
| 5548 | .bp3-icon-download::before{ | ||
| 5549 | content:""; } | ||
| 5550 | |||
| 5551 | .bp3-icon-drag-handle-horizontal::before{ | ||
| 5552 | content:""; } | ||
| 5553 | |||
| 5554 | .bp3-icon-drag-handle-vertical::before{ | ||
| 5555 | content:""; } | ||
| 5556 | |||
| 5557 | .bp3-icon-draw::before{ | ||
| 5558 | content:""; } | ||
| 5559 | |||
| 5560 | .bp3-icon-drive-time::before{ | ||
| 5561 | content:""; } | ||
| 5562 | |||
| 5563 | .bp3-icon-duplicate::before{ | ||
| 5564 | content:""; } | ||
| 5565 | |||
| 5566 | .bp3-icon-edit::before{ | ||
| 5567 | content:"✎"; } | ||
| 5568 | |||
| 5569 | .bp3-icon-eject::before{ | ||
| 5570 | content:"⏏"; } | ||
| 5571 | |||
| 5572 | .bp3-icon-endorsed::before{ | ||
| 5573 | content:""; } | ||
| 5574 | |||
| 5575 | .bp3-icon-envelope::before{ | ||
| 5576 | content:"✉"; } | ||
| 5577 | |||
| 5578 | .bp3-icon-equals::before{ | ||
| 5579 | content:""; } | ||
| 5580 | |||
| 5581 | .bp3-icon-eraser::before{ | ||
| 5582 | content:""; } | ||
| 5583 | |||
| 5584 | .bp3-icon-error::before{ | ||
| 5585 | content:""; } | ||
| 5586 | |||
| 5587 | .bp3-icon-euro::before{ | ||
| 5588 | content:"€"; } | ||
| 5589 | |||
| 5590 | .bp3-icon-exchange::before{ | ||
| 5591 | content:""; } | ||
| 5592 | |||
| 5593 | .bp3-icon-exclude-row::before{ | ||
| 5594 | content:""; } | ||
| 5595 | |||
| 5596 | .bp3-icon-expand-all::before{ | ||
| 5597 | content:""; } | ||
| 5598 | |||
| 5599 | .bp3-icon-export::before{ | ||
| 5600 | content:""; } | ||
| 5601 | |||
| 5602 | .bp3-icon-eye-off::before{ | ||
| 5603 | content:""; } | ||
| 5604 | |||
| 5605 | .bp3-icon-eye-on::before{ | ||
| 5606 | content:""; } | ||
| 5607 | |||
| 5608 | .bp3-icon-eye-open::before{ | ||
| 5609 | content:""; } | ||
| 5610 | |||
| 5611 | .bp3-icon-fast-backward::before{ | ||
| 5612 | content:""; } | ||
| 5613 | |||
| 5614 | .bp3-icon-fast-forward::before{ | ||
| 5615 | content:""; } | ||
| 5616 | |||
| 5617 | .bp3-icon-feed::before{ | ||
| 5618 | content:""; } | ||
| 5619 | |||
| 5620 | .bp3-icon-feed-subscribed::before{ | ||
| 5621 | content:""; } | ||
| 5622 | |||
| 5623 | .bp3-icon-film::before{ | ||
| 5624 | content:""; } | ||
| 5625 | |||
| 5626 | .bp3-icon-filter::before{ | ||
| 5627 | content:""; } | ||
| 5628 | |||
| 5629 | .bp3-icon-filter-keep::before{ | ||
| 5630 | content:""; } | ||
| 5631 | |||
| 5632 | .bp3-icon-filter-list::before{ | ||
| 5633 | content:""; } | ||
| 5634 | |||
| 5635 | .bp3-icon-filter-open::before{ | ||
| 5636 | content:""; } | ||
| 5637 | |||
| 5638 | .bp3-icon-filter-remove::before{ | ||
| 5639 | content:""; } | ||
| 5640 | |||
| 5641 | .bp3-icon-flag::before{ | ||
| 5642 | content:"⚑"; } | ||
| 5643 | |||
| 5644 | .bp3-icon-flame::before{ | ||
| 5645 | content:""; } | ||
| 5646 | |||
| 5647 | .bp3-icon-flash::before{ | ||
| 5648 | content:""; } | ||
| 5649 | |||
| 5650 | .bp3-icon-floppy-disk::before{ | ||
| 5651 | content:""; } | ||
| 5652 | |||
| 5653 | .bp3-icon-flow-branch::before{ | ||
| 5654 | content:""; } | ||
| 5655 | |||
| 5656 | .bp3-icon-flow-end::before{ | ||
| 5657 | content:""; } | ||
| 5658 | |||
| 5659 | .bp3-icon-flow-linear::before{ | ||
| 5660 | content:""; } | ||
| 5661 | |||
| 5662 | .bp3-icon-flow-review::before{ | ||
| 5663 | content:""; } | ||
| 5664 | |||
| 5665 | .bp3-icon-flow-review-branch::before{ | ||
| 5666 | content:""; } | ||
| 5667 | |||
| 5668 | .bp3-icon-flows::before{ | ||
| 5669 | content:""; } | ||
| 5670 | |||
| 5671 | .bp3-icon-folder-close::before{ | ||
| 5672 | content:""; } | ||
| 5673 | |||
| 5674 | .bp3-icon-folder-new::before{ | ||
| 5675 | content:""; } | ||
| 5676 | |||
| 5677 | .bp3-icon-folder-open::before{ | ||
| 5678 | content:""; } | ||
| 5679 | |||
| 5680 | .bp3-icon-folder-shared::before{ | ||
| 5681 | content:""; } | ||
| 5682 | |||
| 5683 | .bp3-icon-folder-shared-open::before{ | ||
| 5684 | content:""; } | ||
| 5685 | |||
| 5686 | .bp3-icon-follower::before{ | ||
| 5687 | content:""; } | ||
| 5688 | |||
| 5689 | .bp3-icon-following::before{ | ||
| 5690 | content:""; } | ||
| 5691 | |||
| 5692 | .bp3-icon-font::before{ | ||
| 5693 | content:""; } | ||
| 5694 | |||
| 5695 | .bp3-icon-fork::before{ | ||
| 5696 | content:""; } | ||
| 5697 | |||
| 5698 | .bp3-icon-form::before{ | ||
| 5699 | content:""; } | ||
| 5700 | |||
| 5701 | .bp3-icon-full-circle::before{ | ||
| 5702 | content:""; } | ||
| 5703 | |||
| 5704 | .bp3-icon-full-stacked-chart::before{ | ||
| 5705 | content:""; } | ||
| 5706 | |||
| 5707 | .bp3-icon-fullscreen::before{ | ||
| 5708 | content:""; } | ||
| 5709 | |||
| 5710 | .bp3-icon-function::before{ | ||
| 5711 | content:""; } | ||
| 5712 | |||
| 5713 | .bp3-icon-gantt-chart::before{ | ||
| 5714 | content:""; } | ||
| 5715 | |||
| 5716 | .bp3-icon-geolocation::before{ | ||
| 5717 | content:""; } | ||
| 5718 | |||
| 5719 | .bp3-icon-geosearch::before{ | ||
| 5720 | content:""; } | ||
| 5721 | |||
| 5722 | .bp3-icon-git-branch::before{ | ||
| 5723 | content:""; } | ||
| 5724 | |||
| 5725 | .bp3-icon-git-commit::before{ | ||
| 5726 | content:""; } | ||
| 5727 | |||
| 5728 | .bp3-icon-git-merge::before{ | ||
| 5729 | content:""; } | ||
| 5730 | |||
| 5731 | .bp3-icon-git-new-branch::before{ | ||
| 5732 | content:""; } | ||
| 5733 | |||
| 5734 | .bp3-icon-git-pull::before{ | ||
| 5735 | content:""; } | ||
| 5736 | |||
| 5737 | .bp3-icon-git-push::before{ | ||
| 5738 | content:""; } | ||
| 5739 | |||
| 5740 | .bp3-icon-git-repo::before{ | ||
| 5741 | content:""; } | ||
| 5742 | |||
| 5743 | .bp3-icon-glass::before{ | ||
| 5744 | content:""; } | ||
| 5745 | |||
| 5746 | .bp3-icon-globe::before{ | ||
| 5747 | content:""; } | ||
| 5748 | |||
| 5749 | .bp3-icon-globe-network::before{ | ||
| 5750 | content:""; } | ||
| 5751 | |||
| 5752 | .bp3-icon-graph::before{ | ||
| 5753 | content:""; } | ||
| 5754 | |||
| 5755 | .bp3-icon-graph-remove::before{ | ||
| 5756 | content:""; } | ||
| 5757 | |||
| 5758 | .bp3-icon-greater-than::before{ | ||
| 5759 | content:""; } | ||
| 5760 | |||
| 5761 | .bp3-icon-greater-than-or-equal-to::before{ | ||
| 5762 | content:""; } | ||
| 5763 | |||
| 5764 | .bp3-icon-grid::before{ | ||
| 5765 | content:""; } | ||
| 5766 | |||
| 5767 | .bp3-icon-grid-view::before{ | ||
| 5768 | content:""; } | ||
| 5769 | |||
| 5770 | .bp3-icon-group-objects::before{ | ||
| 5771 | content:""; } | ||
| 5772 | |||
| 5773 | .bp3-icon-grouped-bar-chart::before{ | ||
| 5774 | content:""; } | ||
| 5775 | |||
| 5776 | .bp3-icon-hand::before{ | ||
| 5777 | content:""; } | ||
| 5778 | |||
| 5779 | .bp3-icon-hand-down::before{ | ||
| 5780 | content:""; } | ||
| 5781 | |||
| 5782 | .bp3-icon-hand-left::before{ | ||
| 5783 | content:""; } | ||
| 5784 | |||
| 5785 | .bp3-icon-hand-right::before{ | ||
| 5786 | content:""; } | ||
| 5787 | |||
| 5788 | .bp3-icon-hand-up::before{ | ||
| 5789 | content:""; } | ||
| 5790 | |||
| 5791 | .bp3-icon-header::before{ | ||
| 5792 | content:""; } | ||
| 5793 | |||
| 5794 | .bp3-icon-header-one::before{ | ||
| 5795 | content:""; } | ||
| 5796 | |||
| 5797 | .bp3-icon-header-two::before{ | ||
| 5798 | content:""; } | ||
| 5799 | |||
| 5800 | .bp3-icon-headset::before{ | ||
| 5801 | content:""; } | ||
| 5802 | |||
| 5803 | .bp3-icon-heart::before{ | ||
| 5804 | content:"♥"; } | ||
| 5805 | |||
| 5806 | .bp3-icon-heart-broken::before{ | ||
| 5807 | content:""; } | ||
| 5808 | |||
| 5809 | .bp3-icon-heat-grid::before{ | ||
| 5810 | content:""; } | ||
| 5811 | |||
| 5812 | .bp3-icon-heatmap::before{ | ||
| 5813 | content:""; } | ||
| 5814 | |||
| 5815 | .bp3-icon-help::before{ | ||
| 5816 | content:"?"; } | ||
| 5817 | |||
| 5818 | .bp3-icon-helper-management::before{ | ||
| 5819 | content:""; } | ||
| 5820 | |||
| 5821 | .bp3-icon-highlight::before{ | ||
| 5822 | content:""; } | ||
| 5823 | |||
| 5824 | .bp3-icon-history::before{ | ||
| 5825 | content:""; } | ||
| 5826 | |||
| 5827 | .bp3-icon-home::before{ | ||
| 5828 | content:"⌂"; } | ||
| 5829 | |||
| 5830 | .bp3-icon-horizontal-bar-chart::before{ | ||
| 5831 | content:""; } | ||
| 5832 | |||
| 5833 | .bp3-icon-horizontal-bar-chart-asc::before{ | ||
| 5834 | content:""; } | ||
| 5835 | |||
| 5836 | .bp3-icon-horizontal-bar-chart-desc::before{ | ||
| 5837 | content:""; } | ||
| 5838 | |||
| 5839 | .bp3-icon-horizontal-distribution::before{ | ||
| 5840 | content:""; } | ||
| 5841 | |||
| 5842 | .bp3-icon-id-number::before{ | ||
| 5843 | content:""; } | ||
| 5844 | |||
| 5845 | .bp3-icon-image-rotate-left::before{ | ||
| 5846 | content:""; } | ||
| 5847 | |||
| 5848 | .bp3-icon-image-rotate-right::before{ | ||
| 5849 | content:""; } | ||
| 5850 | |||
| 5851 | .bp3-icon-import::before{ | ||
| 5852 | content:""; } | ||
| 5853 | |||
| 5854 | .bp3-icon-inbox::before{ | ||
| 5855 | content:""; } | ||
| 5856 | |||
| 5857 | .bp3-icon-inbox-filtered::before{ | ||
| 5858 | content:""; } | ||
| 5859 | |||
| 5860 | .bp3-icon-inbox-geo::before{ | ||
| 5861 | content:""; } | ||
| 5862 | |||
| 5863 | .bp3-icon-inbox-search::before{ | ||
| 5864 | content:""; } | ||
| 5865 | |||
| 5866 | .bp3-icon-inbox-update::before{ | ||
| 5867 | content:""; } | ||
| 5868 | |||
| 5869 | .bp3-icon-info-sign::before{ | ||
| 5870 | content:"ℹ"; } | ||
| 5871 | |||
| 5872 | .bp3-icon-inheritance::before{ | ||
| 5873 | content:""; } | ||
| 5874 | |||
| 5875 | .bp3-icon-inner-join::before{ | ||
| 5876 | content:""; } | ||
| 5877 | |||
| 5878 | .bp3-icon-insert::before{ | ||
| 5879 | content:""; } | ||
| 5880 | |||
| 5881 | .bp3-icon-intersection::before{ | ||
| 5882 | content:""; } | ||
| 5883 | |||
| 5884 | .bp3-icon-ip-address::before{ | ||
| 5885 | content:""; } | ||
| 5886 | |||
| 5887 | .bp3-icon-issue::before{ | ||
| 5888 | content:""; } | ||
| 5889 | |||
| 5890 | .bp3-icon-issue-closed::before{ | ||
| 5891 | content:""; } | ||
| 5892 | |||
| 5893 | .bp3-icon-issue-new::before{ | ||
| 5894 | content:""; } | ||
| 5895 | |||
| 5896 | .bp3-icon-italic::before{ | ||
| 5897 | content:""; } | ||
| 5898 | |||
| 5899 | .bp3-icon-join-table::before{ | ||
| 5900 | content:""; } | ||
| 5901 | |||
| 5902 | .bp3-icon-key::before{ | ||
| 5903 | content:""; } | ||
| 5904 | |||
| 5905 | .bp3-icon-key-backspace::before{ | ||
| 5906 | content:""; } | ||
| 5907 | |||
| 5908 | .bp3-icon-key-command::before{ | ||
| 5909 | content:""; } | ||
| 5910 | |||
| 5911 | .bp3-icon-key-control::before{ | ||
| 5912 | content:""; } | ||
| 5913 | |||
| 5914 | .bp3-icon-key-delete::before{ | ||
| 5915 | content:""; } | ||
| 5916 | |||
| 5917 | .bp3-icon-key-enter::before{ | ||
| 5918 | content:""; } | ||
| 5919 | |||
| 5920 | .bp3-icon-key-escape::before{ | ||
| 5921 | content:""; } | ||
| 5922 | |||
| 5923 | .bp3-icon-key-option::before{ | ||
| 5924 | content:""; } | ||
| 5925 | |||
| 5926 | .bp3-icon-key-shift::before{ | ||
| 5927 | content:""; } | ||
| 5928 | |||
| 5929 | .bp3-icon-key-tab::before{ | ||
| 5930 | content:""; } | ||
| 5931 | |||
| 5932 | .bp3-icon-known-vehicle::before{ | ||
| 5933 | content:""; } | ||
| 5934 | |||
| 5935 | .bp3-icon-lab-test::before{ | ||
| 5936 | content:""; } | ||
| 5937 | |||
| 5938 | .bp3-icon-label::before{ | ||
| 5939 | content:""; } | ||
| 5940 | |||
| 5941 | .bp3-icon-layer::before{ | ||
| 5942 | content:""; } | ||
| 5943 | |||
| 5944 | .bp3-icon-layers::before{ | ||
| 5945 | content:""; } | ||
| 5946 | |||
| 5947 | .bp3-icon-layout::before{ | ||
| 5948 | content:""; } | ||
| 5949 | |||
| 5950 | .bp3-icon-layout-auto::before{ | ||
| 5951 | content:""; } | ||
| 5952 | |||
| 5953 | .bp3-icon-layout-balloon::before{ | ||
| 5954 | content:""; } | ||
| 5955 | |||
| 5956 | .bp3-icon-layout-circle::before{ | ||
| 5957 | content:""; } | ||
| 5958 | |||
| 5959 | .bp3-icon-layout-grid::before{ | ||
| 5960 | content:""; } | ||
| 5961 | |||
| 5962 | .bp3-icon-layout-group-by::before{ | ||
| 5963 | content:""; } | ||
| 5964 | |||
| 5965 | .bp3-icon-layout-hierarchy::before{ | ||
| 5966 | content:""; } | ||
| 5967 | |||
| 5968 | .bp3-icon-layout-linear::before{ | ||
| 5969 | content:""; } | ||
| 5970 | |||
| 5971 | .bp3-icon-layout-skew-grid::before{ | ||
| 5972 | content:""; } | ||
| 5973 | |||
| 5974 | .bp3-icon-layout-sorted-clusters::before{ | ||
| 5975 | content:""; } | ||
| 5976 | |||
| 5977 | .bp3-icon-learning::before{ | ||
| 5978 | content:""; } | ||
| 5979 | |||
| 5980 | .bp3-icon-left-join::before{ | ||
| 5981 | content:""; } | ||
| 5982 | |||
| 5983 | .bp3-icon-less-than::before{ | ||
| 5984 | content:""; } | ||
| 5985 | |||
| 5986 | .bp3-icon-less-than-or-equal-to::before{ | ||
| 5987 | content:""; } | ||
| 5988 | |||
| 5989 | .bp3-icon-lifesaver::before{ | ||
| 5990 | content:""; } | ||
| 5991 | |||
| 5992 | .bp3-icon-lightbulb::before{ | ||
| 5993 | content:""; } | ||
| 5994 | |||
| 5995 | .bp3-icon-link::before{ | ||
| 5996 | content:""; } | ||
| 5997 | |||
| 5998 | .bp3-icon-list::before{ | ||
| 5999 | content:"☰"; } | ||
| 6000 | |||
| 6001 | .bp3-icon-list-columns::before{ | ||
| 6002 | content:""; } | ||
| 6003 | |||
| 6004 | .bp3-icon-list-detail-view::before{ | ||
| 6005 | content:""; } | ||
| 6006 | |||
| 6007 | .bp3-icon-locate::before{ | ||
| 6008 | content:""; } | ||
| 6009 | |||
| 6010 | .bp3-icon-lock::before{ | ||
| 6011 | content:""; } | ||
| 6012 | |||
| 6013 | .bp3-icon-log-in::before{ | ||
| 6014 | content:""; } | ||
| 6015 | |||
| 6016 | .bp3-icon-log-out::before{ | ||
| 6017 | content:""; } | ||
| 6018 | |||
| 6019 | .bp3-icon-manual::before{ | ||
| 6020 | content:""; } | ||
| 6021 | |||
| 6022 | .bp3-icon-manually-entered-data::before{ | ||
| 6023 | content:""; } | ||
| 6024 | |||
| 6025 | .bp3-icon-map::before{ | ||
| 6026 | content:""; } | ||
| 6027 | |||
| 6028 | .bp3-icon-map-create::before{ | ||
| 6029 | content:""; } | ||
| 6030 | |||
| 6031 | .bp3-icon-map-marker::before{ | ||
| 6032 | content:""; } | ||
| 6033 | |||
| 6034 | .bp3-icon-maximize::before{ | ||
| 6035 | content:""; } | ||
| 6036 | |||
| 6037 | .bp3-icon-media::before{ | ||
| 6038 | content:""; } | ||
| 6039 | |||
| 6040 | .bp3-icon-menu::before{ | ||
| 6041 | content:""; } | ||
| 6042 | |||
| 6043 | .bp3-icon-menu-closed::before{ | ||
| 6044 | content:""; } | ||
| 6045 | |||
| 6046 | .bp3-icon-menu-open::before{ | ||
| 6047 | content:""; } | ||
| 6048 | |||
| 6049 | .bp3-icon-merge-columns::before{ | ||
| 6050 | content:""; } | ||
| 6051 | |||
| 6052 | .bp3-icon-merge-links::before{ | ||
| 6053 | content:""; } | ||
| 6054 | |||
| 6055 | .bp3-icon-minimize::before{ | ||
| 6056 | content:""; } | ||
| 6057 | |||
| 6058 | .bp3-icon-minus::before{ | ||
| 6059 | content:"−"; } | ||
| 6060 | |||
| 6061 | .bp3-icon-mobile-phone::before{ | ||
| 6062 | content:""; } | ||
| 6063 | |||
| 6064 | .bp3-icon-mobile-video::before{ | ||
| 6065 | content:""; } | ||
| 6066 | |||
| 6067 | .bp3-icon-moon::before{ | ||
| 6068 | content:""; } | ||
| 6069 | |||
| 6070 | .bp3-icon-more::before{ | ||
| 6071 | content:""; } | ||
| 6072 | |||
| 6073 | .bp3-icon-mountain::before{ | ||
| 6074 | content:""; } | ||
| 6075 | |||
| 6076 | .bp3-icon-move::before{ | ||
| 6077 | content:""; } | ||
| 6078 | |||
| 6079 | .bp3-icon-mugshot::before{ | ||
| 6080 | content:""; } | ||
| 6081 | |||
| 6082 | .bp3-icon-multi-select::before{ | ||
| 6083 | content:""; } | ||
| 6084 | |||
| 6085 | .bp3-icon-music::before{ | ||
| 6086 | content:""; } | ||
| 6087 | |||
| 6088 | .bp3-icon-new-drawing::before{ | ||
| 6089 | content:""; } | ||
| 6090 | |||
| 6091 | .bp3-icon-new-grid-item::before{ | ||
| 6092 | content:""; } | ||
| 6093 | |||
| 6094 | .bp3-icon-new-layer::before{ | ||
| 6095 | content:""; } | ||
| 6096 | |||
| 6097 | .bp3-icon-new-layers::before{ | ||
| 6098 | content:""; } | ||
| 6099 | |||
| 6100 | .bp3-icon-new-link::before{ | ||
| 6101 | content:""; } | ||
| 6102 | |||
| 6103 | .bp3-icon-new-object::before{ | ||
| 6104 | content:""; } | ||
| 6105 | |||
| 6106 | .bp3-icon-new-person::before{ | ||
| 6107 | content:""; } | ||
| 6108 | |||
| 6109 | .bp3-icon-new-prescription::before{ | ||
| 6110 | content:""; } | ||
| 6111 | |||
| 6112 | .bp3-icon-new-text-box::before{ | ||
| 6113 | content:""; } | ||
| 6114 | |||
| 6115 | .bp3-icon-ninja::before{ | ||
| 6116 | content:""; } | ||
| 6117 | |||
| 6118 | .bp3-icon-not-equal-to::before{ | ||
| 6119 | content:""; } | ||
| 6120 | |||
| 6121 | .bp3-icon-notifications::before{ | ||
| 6122 | content:""; } | ||
| 6123 | |||
| 6124 | .bp3-icon-notifications-updated::before{ | ||
| 6125 | content:""; } | ||
| 6126 | |||
| 6127 | .bp3-icon-numbered-list::before{ | ||
| 6128 | content:""; } | ||
| 6129 | |||
| 6130 | .bp3-icon-numerical::before{ | ||
| 6131 | content:""; } | ||
| 6132 | |||
| 6133 | .bp3-icon-office::before{ | ||
| 6134 | content:""; } | ||
| 6135 | |||
| 6136 | .bp3-icon-offline::before{ | ||
| 6137 | content:""; } | ||
| 6138 | |||
| 6139 | .bp3-icon-oil-field::before{ | ||
| 6140 | content:""; } | ||
| 6141 | |||
| 6142 | .bp3-icon-one-column::before{ | ||
| 6143 | content:""; } | ||
| 6144 | |||
| 6145 | .bp3-icon-outdated::before{ | ||
| 6146 | content:""; } | ||
| 6147 | |||
| 6148 | .bp3-icon-page-layout::before{ | ||
| 6149 | content:""; } | ||
| 6150 | |||
| 6151 | .bp3-icon-panel-stats::before{ | ||
| 6152 | content:""; } | ||
| 6153 | |||
| 6154 | .bp3-icon-panel-table::before{ | ||
| 6155 | content:""; } | ||
| 6156 | |||
| 6157 | .bp3-icon-paperclip::before{ | ||
| 6158 | content:""; } | ||
| 6159 | |||
| 6160 | .bp3-icon-paragraph::before{ | ||
| 6161 | content:""; } | ||
| 6162 | |||
| 6163 | .bp3-icon-path::before{ | ||
| 6164 | content:""; } | ||
| 6165 | |||
| 6166 | .bp3-icon-path-search::before{ | ||
| 6167 | content:""; } | ||
| 6168 | |||
| 6169 | .bp3-icon-pause::before{ | ||
| 6170 | content:""; } | ||
| 6171 | |||
| 6172 | .bp3-icon-people::before{ | ||
| 6173 | content:""; } | ||
| 6174 | |||
| 6175 | .bp3-icon-percentage::before{ | ||
| 6176 | content:""; } | ||
| 6177 | |||
| 6178 | .bp3-icon-person::before{ | ||
| 6179 | content:""; } | ||
| 6180 | |||
| 6181 | .bp3-icon-phone::before{ | ||
| 6182 | content:"☎"; } | ||
| 6183 | |||
| 6184 | .bp3-icon-pie-chart::before{ | ||
| 6185 | content:""; } | ||
| 6186 | |||
| 6187 | .bp3-icon-pin::before{ | ||
| 6188 | content:""; } | ||
| 6189 | |||
| 6190 | .bp3-icon-pivot::before{ | ||
| 6191 | content:""; } | ||
| 6192 | |||
| 6193 | .bp3-icon-pivot-table::before{ | ||
| 6194 | content:""; } | ||
| 6195 | |||
| 6196 | .bp3-icon-play::before{ | ||
| 6197 | content:""; } | ||
| 6198 | |||
| 6199 | .bp3-icon-plus::before{ | ||
| 6200 | content:"+"; } | ||
| 6201 | |||
| 6202 | .bp3-icon-polygon-filter::before{ | ||
| 6203 | content:""; } | ||
| 6204 | |||
| 6205 | .bp3-icon-power::before{ | ||
| 6206 | content:""; } | ||
| 6207 | |||
| 6208 | .bp3-icon-predictive-analysis::before{ | ||
| 6209 | content:""; } | ||
| 6210 | |||
| 6211 | .bp3-icon-prescription::before{ | ||
| 6212 | content:""; } | ||
| 6213 | |||
| 6214 | .bp3-icon-presentation::before{ | ||
| 6215 | content:""; } | ||
| 6216 | |||
| 6217 | .bp3-icon-print::before{ | ||
| 6218 | content:"⎙"; } | ||
| 6219 | |||
| 6220 | .bp3-icon-projects::before{ | ||
| 6221 | content:""; } | ||
| 6222 | |||
| 6223 | .bp3-icon-properties::before{ | ||
| 6224 | content:""; } | ||
| 6225 | |||
| 6226 | .bp3-icon-property::before{ | ||
| 6227 | content:""; } | ||
| 6228 | |||
| 6229 | .bp3-icon-publish-function::before{ | ||
| 6230 | content:""; } | ||
| 6231 | |||
| 6232 | .bp3-icon-pulse::before{ | ||
| 6233 | content:""; } | ||
| 6234 | |||
| 6235 | .bp3-icon-random::before{ | ||
| 6236 | content:""; } | ||
| 6237 | |||
| 6238 | .bp3-icon-record::before{ | ||
| 6239 | content:""; } | ||
| 6240 | |||
| 6241 | .bp3-icon-redo::before{ | ||
| 6242 | content:""; } | ||
| 6243 | |||
| 6244 | .bp3-icon-refresh::before{ | ||
| 6245 | content:""; } | ||
| 6246 | |||
| 6247 | .bp3-icon-regression-chart::before{ | ||
| 6248 | content:""; } | ||
| 6249 | |||
| 6250 | .bp3-icon-remove::before{ | ||
| 6251 | content:""; } | ||
| 6252 | |||
| 6253 | .bp3-icon-remove-column::before{ | ||
| 6254 | content:""; } | ||
| 6255 | |||
| 6256 | .bp3-icon-remove-column-left::before{ | ||
| 6257 | content:""; } | ||
| 6258 | |||
| 6259 | .bp3-icon-remove-column-right::before{ | ||
| 6260 | content:""; } | ||
| 6261 | |||
| 6262 | .bp3-icon-remove-row-bottom::before{ | ||
| 6263 | content:""; } | ||
| 6264 | |||
| 6265 | .bp3-icon-remove-row-top::before{ | ||
| 6266 | content:""; } | ||
| 6267 | |||
| 6268 | .bp3-icon-repeat::before{ | ||
| 6269 | content:""; } | ||
| 6270 | |||
| 6271 | .bp3-icon-reset::before{ | ||
| 6272 | content:""; } | ||
| 6273 | |||
| 6274 | .bp3-icon-resolve::before{ | ||
| 6275 | content:""; } | ||
| 6276 | |||
| 6277 | .bp3-icon-rig::before{ | ||
| 6278 | content:""; } | ||
| 6279 | |||
| 6280 | .bp3-icon-right-join::before{ | ||
| 6281 | content:""; } | ||
| 6282 | |||
| 6283 | .bp3-icon-ring::before{ | ||
| 6284 | content:""; } | ||
| 6285 | |||
| 6286 | .bp3-icon-rotate-document::before{ | ||
| 6287 | content:""; } | ||
| 6288 | |||
| 6289 | .bp3-icon-rotate-page::before{ | ||
| 6290 | content:""; } | ||
| 6291 | |||
| 6292 | .bp3-icon-satellite::before{ | ||
| 6293 | content:""; } | ||
| 6294 | |||
| 6295 | .bp3-icon-saved::before{ | ||
| 6296 | content:""; } | ||
| 6297 | |||
| 6298 | .bp3-icon-scatter-plot::before{ | ||
| 6299 | content:""; } | ||
| 6300 | |||
| 6301 | .bp3-icon-search::before{ | ||
| 6302 | content:""; } | ||
| 6303 | |||
| 6304 | .bp3-icon-search-around::before{ | ||
| 6305 | content:""; } | ||
| 6306 | |||
| 6307 | .bp3-icon-search-template::before{ | ||
| 6308 | content:""; } | ||
| 6309 | |||
| 6310 | .bp3-icon-search-text::before{ | ||
| 6311 | content:""; } | ||
| 6312 | |||
| 6313 | .bp3-icon-segmented-control::before{ | ||
| 6314 | content:""; } | ||
| 6315 | |||
| 6316 | .bp3-icon-select::before{ | ||
| 6317 | content:""; } | ||
| 6318 | |||
| 6319 | .bp3-icon-selection::before{ | ||
| 6320 | content:"⦿"; } | ||
| 6321 | |||
| 6322 | .bp3-icon-send-to::before{ | ||
| 6323 | content:""; } | ||
| 6324 | |||
| 6325 | .bp3-icon-send-to-graph::before{ | ||
| 6326 | content:""; } | ||
| 6327 | |||
| 6328 | .bp3-icon-send-to-map::before{ | ||
| 6329 | content:""; } | ||
| 6330 | |||
| 6331 | .bp3-icon-series-add::before{ | ||
| 6332 | content:""; } | ||
| 6333 | |||
| 6334 | .bp3-icon-series-configuration::before{ | ||
| 6335 | content:""; } | ||
| 6336 | |||
| 6337 | .bp3-icon-series-derived::before{ | ||
| 6338 | content:""; } | ||
| 6339 | |||
| 6340 | .bp3-icon-series-filtered::before{ | ||
| 6341 | content:""; } | ||
| 6342 | |||
| 6343 | .bp3-icon-series-search::before{ | ||
| 6344 | content:""; } | ||
| 6345 | |||
| 6346 | .bp3-icon-settings::before{ | ||
| 6347 | content:""; } | ||
| 6348 | |||
| 6349 | .bp3-icon-share::before{ | ||
| 6350 | content:""; } | ||
| 6351 | |||
| 6352 | .bp3-icon-shield::before{ | ||
| 6353 | content:""; } | ||
| 6354 | |||
| 6355 | .bp3-icon-shop::before{ | ||
| 6356 | content:""; } | ||
| 6357 | |||
| 6358 | .bp3-icon-shopping-cart::before{ | ||
| 6359 | content:""; } | ||
| 6360 | |||
| 6361 | .bp3-icon-signal-search::before{ | ||
| 6362 | content:""; } | ||
| 6363 | |||
| 6364 | .bp3-icon-sim-card::before{ | ||
| 6365 | content:""; } | ||
| 6366 | |||
| 6367 | .bp3-icon-slash::before{ | ||
| 6368 | content:""; } | ||
| 6369 | |||
| 6370 | .bp3-icon-small-cross::before{ | ||
| 6371 | content:""; } | ||
| 6372 | |||
| 6373 | .bp3-icon-small-minus::before{ | ||
| 6374 | content:""; } | ||
| 6375 | |||
| 6376 | .bp3-icon-small-plus::before{ | ||
| 6377 | content:""; } | ||
| 6378 | |||
| 6379 | .bp3-icon-small-tick::before{ | ||
| 6380 | content:""; } | ||
| 6381 | |||
| 6382 | .bp3-icon-snowflake::before{ | ||
| 6383 | content:""; } | ||
| 6384 | |||
| 6385 | .bp3-icon-social-media::before{ | ||
| 6386 | content:""; } | ||
| 6387 | |||
| 6388 | .bp3-icon-sort::before{ | ||
| 6389 | content:""; } | ||
| 6390 | |||
| 6391 | .bp3-icon-sort-alphabetical::before{ | ||
| 6392 | content:""; } | ||
| 6393 | |||
| 6394 | .bp3-icon-sort-alphabetical-desc::before{ | ||
| 6395 | content:""; } | ||
| 6396 | |||
| 6397 | .bp3-icon-sort-asc::before{ | ||
| 6398 | content:""; } | ||
| 6399 | |||
| 6400 | .bp3-icon-sort-desc::before{ | ||
| 6401 | content:""; } | ||
| 6402 | |||
| 6403 | .bp3-icon-sort-numerical::before{ | ||
| 6404 | content:""; } | ||
| 6405 | |||
| 6406 | .bp3-icon-sort-numerical-desc::before{ | ||
| 6407 | content:""; } | ||
| 6408 | |||
| 6409 | .bp3-icon-split-columns::before{ | ||
| 6410 | content:""; } | ||
| 6411 | |||
| 6412 | .bp3-icon-square::before{ | ||
| 6413 | content:""; } | ||
| 6414 | |||
| 6415 | .bp3-icon-stacked-chart::before{ | ||
| 6416 | content:""; } | ||
| 6417 | |||
| 6418 | .bp3-icon-star::before{ | ||
| 6419 | content:"★"; } | ||
| 6420 | |||
| 6421 | .bp3-icon-star-empty::before{ | ||
| 6422 | content:"☆"; } | ||
| 6423 | |||
| 6424 | .bp3-icon-step-backward::before{ | ||
| 6425 | content:""; } | ||
| 6426 | |||
| 6427 | .bp3-icon-step-chart::before{ | ||
| 6428 | content:""; } | ||
| 6429 | |||
| 6430 | .bp3-icon-step-forward::before{ | ||
| 6431 | content:""; } | ||
| 6432 | |||
| 6433 | .bp3-icon-stop::before{ | ||
| 6434 | content:""; } | ||
| 6435 | |||
| 6436 | .bp3-icon-stopwatch::before{ | ||
| 6437 | content:""; } | ||
| 6438 | |||
| 6439 | .bp3-icon-strikethrough::before{ | ||
| 6440 | content:""; } | ||
| 6441 | |||
| 6442 | .bp3-icon-style::before{ | ||
| 6443 | content:""; } | ||
| 6444 | |||
| 6445 | .bp3-icon-swap-horizontal::before{ | ||
| 6446 | content:""; } | ||
| 6447 | |||
| 6448 | .bp3-icon-swap-vertical::before{ | ||
| 6449 | content:""; } | ||
| 6450 | |||
| 6451 | .bp3-icon-symbol-circle::before{ | ||
| 6452 | content:""; } | ||
| 6453 | |||
| 6454 | .bp3-icon-symbol-cross::before{ | ||
| 6455 | content:""; } | ||
| 6456 | |||
| 6457 | .bp3-icon-symbol-diamond::before{ | ||
| 6458 | content:""; } | ||
| 6459 | |||
| 6460 | .bp3-icon-symbol-square::before{ | ||
| 6461 | content:""; } | ||
| 6462 | |||
| 6463 | .bp3-icon-symbol-triangle-down::before{ | ||
| 6464 | content:""; } | ||
| 6465 | |||
| 6466 | .bp3-icon-symbol-triangle-up::before{ | ||
| 6467 | content:""; } | ||
| 6468 | |||
| 6469 | .bp3-icon-tag::before{ | ||
| 6470 | content:""; } | ||
| 6471 | |||
| 6472 | .bp3-icon-take-action::before{ | ||
| 6473 | content:""; } | ||
| 6474 | |||
| 6475 | .bp3-icon-taxi::before{ | ||
| 6476 | content:""; } | ||
| 6477 | |||
| 6478 | .bp3-icon-text-highlight::before{ | ||
| 6479 | content:""; } | ||
| 6480 | |||
| 6481 | .bp3-icon-th::before{ | ||
| 6482 | content:""; } | ||
| 6483 | |||
| 6484 | .bp3-icon-th-derived::before{ | ||
| 6485 | content:""; } | ||
| 6486 | |||
| 6487 | .bp3-icon-th-disconnect::before{ | ||
| 6488 | content:""; } | ||
| 6489 | |||
| 6490 | .bp3-icon-th-filtered::before{ | ||
| 6491 | content:""; } | ||
| 6492 | |||
| 6493 | .bp3-icon-th-list::before{ | ||
| 6494 | content:""; } | ||
| 6495 | |||
| 6496 | .bp3-icon-thumbs-down::before{ | ||
| 6497 | content:""; } | ||
| 6498 | |||
| 6499 | .bp3-icon-thumbs-up::before{ | ||
| 6500 | content:""; } | ||
| 6501 | |||
| 6502 | .bp3-icon-tick::before{ | ||
| 6503 | content:"✓"; } | ||
| 6504 | |||
| 6505 | .bp3-icon-tick-circle::before{ | ||
| 6506 | content:""; } | ||
| 6507 | |||
| 6508 | .bp3-icon-time::before{ | ||
| 6509 | content:"⏲"; } | ||
| 6510 | |||
| 6511 | .bp3-icon-timeline-area-chart::before{ | ||
| 6512 | content:""; } | ||
| 6513 | |||
| 6514 | .bp3-icon-timeline-bar-chart::before{ | ||
| 6515 | content:""; } | ||
| 6516 | |||
| 6517 | .bp3-icon-timeline-events::before{ | ||
| 6518 | content:""; } | ||
| 6519 | |||
| 6520 | .bp3-icon-timeline-line-chart::before{ | ||
| 6521 | content:""; } | ||
| 6522 | |||
| 6523 | .bp3-icon-tint::before{ | ||
| 6524 | content:""; } | ||
| 6525 | |||
| 6526 | .bp3-icon-torch::before{ | ||
| 6527 | content:""; } | ||
| 6528 | |||
| 6529 | .bp3-icon-tractor::before{ | ||
| 6530 | content:""; } | ||
| 6531 | |||
| 6532 | .bp3-icon-train::before{ | ||
| 6533 | content:""; } | ||
| 6534 | |||
| 6535 | .bp3-icon-translate::before{ | ||
| 6536 | content:""; } | ||
| 6537 | |||
| 6538 | .bp3-icon-trash::before{ | ||
| 6539 | content:""; } | ||
| 6540 | |||
| 6541 | .bp3-icon-tree::before{ | ||
| 6542 | content:""; } | ||
| 6543 | |||
| 6544 | .bp3-icon-trending-down::before{ | ||
| 6545 | content:""; } | ||
| 6546 | |||
| 6547 | .bp3-icon-trending-up::before{ | ||
| 6548 | content:""; } | ||
| 6549 | |||
| 6550 | .bp3-icon-truck::before{ | ||
| 6551 | content:""; } | ||
| 6552 | |||
| 6553 | .bp3-icon-two-columns::before{ | ||
| 6554 | content:""; } | ||
| 6555 | |||
| 6556 | .bp3-icon-unarchive::before{ | ||
| 6557 | content:""; } | ||
| 6558 | |||
| 6559 | .bp3-icon-underline::before{ | ||
| 6560 | content:"⎁"; } | ||
| 6561 | |||
| 6562 | .bp3-icon-undo::before{ | ||
| 6563 | content:"⎌"; } | ||
| 6564 | |||
| 6565 | .bp3-icon-ungroup-objects::before{ | ||
| 6566 | content:""; } | ||
| 6567 | |||
| 6568 | .bp3-icon-unknown-vehicle::before{ | ||
| 6569 | content:""; } | ||
| 6570 | |||
| 6571 | .bp3-icon-unlock::before{ | ||
| 6572 | content:""; } | ||
| 6573 | |||
| 6574 | .bp3-icon-unpin::before{ | ||
| 6575 | content:""; } | ||
| 6576 | |||
| 6577 | .bp3-icon-unresolve::before{ | ||
| 6578 | content:""; } | ||
| 6579 | |||
| 6580 | .bp3-icon-updated::before{ | ||
| 6581 | content:""; } | ||
| 6582 | |||
| 6583 | .bp3-icon-upload::before{ | ||
| 6584 | content:""; } | ||
| 6585 | |||
| 6586 | .bp3-icon-user::before{ | ||
| 6587 | content:""; } | ||
| 6588 | |||
| 6589 | .bp3-icon-variable::before{ | ||
| 6590 | content:""; } | ||
| 6591 | |||
| 6592 | .bp3-icon-vertical-bar-chart-asc::before{ | ||
| 6593 | content:""; } | ||
| 6594 | |||
| 6595 | .bp3-icon-vertical-bar-chart-desc::before{ | ||
| 6596 | content:""; } | ||
| 6597 | |||
| 6598 | .bp3-icon-vertical-distribution::before{ | ||
| 6599 | content:""; } | ||
| 6600 | |||
| 6601 | .bp3-icon-video::before{ | ||
| 6602 | content:""; } | ||
| 6603 | |||
| 6604 | .bp3-icon-volume-down::before{ | ||
| 6605 | content:""; } | ||
| 6606 | |||
| 6607 | .bp3-icon-volume-off::before{ | ||
| 6608 | content:""; } | ||
| 6609 | |||
| 6610 | .bp3-icon-volume-up::before{ | ||
| 6611 | content:""; } | ||
| 6612 | |||
| 6613 | .bp3-icon-walk::before{ | ||
| 6614 | content:""; } | ||
| 6615 | |||
| 6616 | .bp3-icon-warning-sign::before{ | ||
| 6617 | content:""; } | ||
| 6618 | |||
| 6619 | .bp3-icon-waterfall-chart::before{ | ||
| 6620 | content:""; } | ||
| 6621 | |||
| 6622 | .bp3-icon-widget::before{ | ||
| 6623 | content:""; } | ||
| 6624 | |||
| 6625 | .bp3-icon-widget-button::before{ | ||
| 6626 | content:""; } | ||
| 6627 | |||
| 6628 | .bp3-icon-widget-footer::before{ | ||
| 6629 | content:""; } | ||
| 6630 | |||
| 6631 | .bp3-icon-widget-header::before{ | ||
| 6632 | content:""; } | ||
| 6633 | |||
| 6634 | .bp3-icon-wrench::before{ | ||
| 6635 | content:""; } | ||
| 6636 | |||
| 6637 | .bp3-icon-zoom-in::before{ | ||
| 6638 | content:""; } | ||
| 6639 | |||
| 6640 | .bp3-icon-zoom-out::before{ | ||
| 6641 | content:""; } | ||
| 6642 | |||
| 6643 | .bp3-icon-zoom-to-fit::before{ | ||
| 6644 | content:""; } | ||
| 6645 | .bp3-submenu > .bp3-popover-wrapper{ | ||
| 6646 | display:block; } | ||
| 6647 | |||
| 6648 | .bp3-submenu .bp3-popover-target{ | ||
| 6649 | display:block; } | ||
| 6650 | .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item{ } | ||
| 6651 | |||
| 6652 | .bp3-submenu.bp3-popover{ | ||
| 6653 | -webkit-box-shadow:none; | ||
| 6654 | box-shadow:none; | ||
| 6655 | padding:0 5px; } | ||
| 6656 | .bp3-submenu.bp3-popover > .bp3-popover-content{ | ||
| 6657 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 6658 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); } | ||
| 6659 | .bp3-dark .bp3-submenu.bp3-popover, .bp3-submenu.bp3-popover.bp3-dark{ | ||
| 6660 | -webkit-box-shadow:none; | ||
| 6661 | box-shadow:none; } | ||
| 6662 | .bp3-dark .bp3-submenu.bp3-popover > .bp3-popover-content, .bp3-submenu.bp3-popover.bp3-dark > .bp3-popover-content{ | ||
| 6663 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); | ||
| 6664 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } | ||
| 6665 | .bp3-menu{ | ||
| 6666 | background:#ffffff; | ||
| 6667 | border-radius:3px; | ||
| 6668 | color:#182026; | ||
| 6669 | list-style:none; | ||
| 6670 | margin:0; | ||
| 6671 | min-width:180px; | ||
| 6672 | padding:5px; | ||
| 6673 | text-align:left; } | ||
| 6674 | |||
| 6675 | .bp3-menu-divider{ | ||
| 6676 | border-top:1px solid rgba(16, 22, 26, 0.15); | ||
| 6677 | display:block; | ||
| 6678 | margin:5px; } | ||
| 6679 | .bp3-dark .bp3-menu-divider{ | ||
| 6680 | border-top-color:rgba(255, 255, 255, 0.15); } | ||
| 6681 | |||
| 6682 | .bp3-menu-item{ | ||
| 6683 | display:-webkit-box; | ||
| 6684 | display:-ms-flexbox; | ||
| 6685 | display:flex; | ||
| 6686 | -webkit-box-orient:horizontal; | ||
| 6687 | -webkit-box-direction:normal; | ||
| 6688 | -ms-flex-direction:row; | ||
| 6689 | flex-direction:row; | ||
| 6690 | -webkit-box-align:start; | ||
| 6691 | -ms-flex-align:start; | ||
| 6692 | align-items:flex-start; | ||
| 6693 | border-radius:2px; | ||
| 6694 | color:inherit; | ||
| 6695 | line-height:20px; | ||
| 6696 | padding:5px 7px; | ||
| 6697 | text-decoration:none; | ||
| 6698 | -webkit-user-select:none; | ||
| 6699 | -moz-user-select:none; | ||
| 6700 | -ms-user-select:none; | ||
| 6701 | user-select:none; } | ||
| 6702 | .bp3-menu-item > *{ | ||
| 6703 | -webkit-box-flex:0; | ||
| 6704 | -ms-flex-positive:0; | ||
| 6705 | flex-grow:0; | ||
| 6706 | -ms-flex-negative:0; | ||
| 6707 | flex-shrink:0; } | ||
| 6708 | .bp3-menu-item > .bp3-fill{ | ||
| 6709 | -webkit-box-flex:1; | ||
| 6710 | -ms-flex-positive:1; | ||
| 6711 | flex-grow:1; | ||
| 6712 | -ms-flex-negative:1; | ||
| 6713 | flex-shrink:1; } | ||
| 6714 | .bp3-menu-item::before, | ||
| 6715 | .bp3-menu-item > *{ | ||
| 6716 | margin-right:7px; } | ||
| 6717 | .bp3-menu-item:empty::before, | ||
| 6718 | .bp3-menu-item > :last-child{ | ||
| 6719 | margin-right:0; } | ||
| 6720 | .bp3-menu-item > .bp3-fill{ | ||
| 6721 | word-break:break-word; } | ||
| 6722 | .bp3-menu-item:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item{ | ||
| 6723 | background-color:rgba(167, 182, 194, 0.3); | ||
| 6724 | cursor:pointer; | ||
| 6725 | text-decoration:none; } | ||
| 6726 | .bp3-menu-item.bp3-disabled{ | ||
| 6727 | background-color:inherit; | ||
| 6728 | color:rgba(92, 112, 128, 0.6); | ||
| 6729 | cursor:not-allowed; } | ||
| 6730 | .bp3-dark .bp3-menu-item{ | ||
| 6731 | color:inherit; } | ||
| 6732 | .bp3-dark .bp3-menu-item:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-menu-item{ | ||
| 6733 | background-color:rgba(138, 155, 168, 0.15); | ||
| 6734 | color:inherit; } | ||
| 6735 | .bp3-dark .bp3-menu-item.bp3-disabled{ | ||
| 6736 | background-color:inherit; | ||
| 6737 | color:rgba(167, 182, 194, 0.6); } | ||
| 6738 | .bp3-menu-item.bp3-intent-primary{ | ||
| 6739 | color:#106ba3; } | ||
| 6740 | .bp3-menu-item.bp3-intent-primary .bp3-icon{ | ||
| 6741 | color:inherit; } | ||
| 6742 | .bp3-menu-item.bp3-intent-primary::before, .bp3-menu-item.bp3-intent-primary::after, | ||
| 6743 | .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label{ | ||
| 6744 | color:#106ba3; } | ||
| 6745 | .bp3-menu-item.bp3-intent-primary:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-menu-item.bp3-intent-primary.bp3-active{ | ||
| 6746 | background-color:#137cbd; } | ||
| 6747 | .bp3-menu-item.bp3-intent-primary:active{ | ||
| 6748 | background-color:#106ba3; } | ||
| 6749 | .bp3-menu-item.bp3-intent-primary:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-menu-item.bp3-intent-primary:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-menu-item.bp3-intent-primary:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after, | ||
| 6750 | .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label, | ||
| 6751 | .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-primary:active, .bp3-menu-item.bp3-intent-primary:active::before, .bp3-menu-item.bp3-intent-primary:active::after, | ||
| 6752 | .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-primary.bp3-active, .bp3-menu-item.bp3-intent-primary.bp3-active::before, .bp3-menu-item.bp3-intent-primary.bp3-active::after, | ||
| 6753 | .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label{ | ||
| 6754 | color:#ffffff; } | ||
| 6755 | .bp3-menu-item.bp3-intent-success{ | ||
| 6756 | color:#0d8050; } | ||
| 6757 | .bp3-menu-item.bp3-intent-success .bp3-icon{ | ||
| 6758 | color:inherit; } | ||
| 6759 | .bp3-menu-item.bp3-intent-success::before, .bp3-menu-item.bp3-intent-success::after, | ||
| 6760 | .bp3-menu-item.bp3-intent-success .bp3-menu-item-label{ | ||
| 6761 | color:#0d8050; } | ||
| 6762 | .bp3-menu-item.bp3-intent-success:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-menu-item.bp3-intent-success.bp3-active{ | ||
| 6763 | background-color:#0f9960; } | ||
| 6764 | .bp3-menu-item.bp3-intent-success:active{ | ||
| 6765 | background-color:#0d8050; } | ||
| 6766 | .bp3-menu-item.bp3-intent-success:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-menu-item.bp3-intent-success:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-menu-item.bp3-intent-success:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after, | ||
| 6767 | .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label, | ||
| 6768 | .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-success:active, .bp3-menu-item.bp3-intent-success:active::before, .bp3-menu-item.bp3-intent-success:active::after, | ||
| 6769 | .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-success.bp3-active, .bp3-menu-item.bp3-intent-success.bp3-active::before, .bp3-menu-item.bp3-intent-success.bp3-active::after, | ||
| 6770 | .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label{ | ||
| 6771 | color:#ffffff; } | ||
| 6772 | .bp3-menu-item.bp3-intent-warning{ | ||
| 6773 | color:#bf7326; } | ||
| 6774 | .bp3-menu-item.bp3-intent-warning .bp3-icon{ | ||
| 6775 | color:inherit; } | ||
| 6776 | .bp3-menu-item.bp3-intent-warning::before, .bp3-menu-item.bp3-intent-warning::after, | ||
| 6777 | .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label{ | ||
| 6778 | color:#bf7326; } | ||
| 6779 | .bp3-menu-item.bp3-intent-warning:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-menu-item.bp3-intent-warning.bp3-active{ | ||
| 6780 | background-color:#d9822b; } | ||
| 6781 | .bp3-menu-item.bp3-intent-warning:active{ | ||
| 6782 | background-color:#bf7326; } | ||
| 6783 | .bp3-menu-item.bp3-intent-warning:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-menu-item.bp3-intent-warning:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-menu-item.bp3-intent-warning:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after, | ||
| 6784 | .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label, | ||
| 6785 | .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-warning:active, .bp3-menu-item.bp3-intent-warning:active::before, .bp3-menu-item.bp3-intent-warning:active::after, | ||
| 6786 | .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-warning.bp3-active, .bp3-menu-item.bp3-intent-warning.bp3-active::before, .bp3-menu-item.bp3-intent-warning.bp3-active::after, | ||
| 6787 | .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label{ | ||
| 6788 | color:#ffffff; } | ||
| 6789 | .bp3-menu-item.bp3-intent-danger{ | ||
| 6790 | color:#c23030; } | ||
| 6791 | .bp3-menu-item.bp3-intent-danger .bp3-icon{ | ||
| 6792 | color:inherit; } | ||
| 6793 | .bp3-menu-item.bp3-intent-danger::before, .bp3-menu-item.bp3-intent-danger::after, | ||
| 6794 | .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label{ | ||
| 6795 | color:#c23030; } | ||
| 6796 | .bp3-menu-item.bp3-intent-danger:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-menu-item.bp3-intent-danger.bp3-active{ | ||
| 6797 | background-color:#db3737; } | ||
| 6798 | .bp3-menu-item.bp3-intent-danger:active{ | ||
| 6799 | background-color:#c23030; } | ||
| 6800 | .bp3-menu-item.bp3-intent-danger:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-menu-item.bp3-intent-danger:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-menu-item.bp3-intent-danger:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after, | ||
| 6801 | .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label, | ||
| 6802 | .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-danger:active, .bp3-menu-item.bp3-intent-danger:active::before, .bp3-menu-item.bp3-intent-danger:active::after, | ||
| 6803 | .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-danger.bp3-active, .bp3-menu-item.bp3-intent-danger.bp3-active::before, .bp3-menu-item.bp3-intent-danger.bp3-active::after, | ||
| 6804 | .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label{ | ||
| 6805 | color:#ffffff; } | ||
| 6806 | .bp3-menu-item::before{ | ||
| 6807 | font-family:"Icons16", sans-serif; | ||
| 6808 | font-size:16px; | ||
| 6809 | font-style:normal; | ||
| 6810 | font-weight:400; | ||
| 6811 | line-height:1; | ||
| 6812 | -moz-osx-font-smoothing:grayscale; | ||
| 6813 | -webkit-font-smoothing:antialiased; | ||
| 6814 | margin-right:7px; } | ||
| 6815 | .bp3-menu-item::before, | ||
| 6816 | .bp3-menu-item > .bp3-icon{ | ||
| 6817 | color:#5c7080; | ||
| 6818 | margin-top:2px; } | ||
| 6819 | .bp3-menu-item .bp3-menu-item-label{ | ||
| 6820 | color:#5c7080; } | ||
| 6821 | .bp3-menu-item:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item{ | ||
| 6822 | color:inherit; } | ||
| 6823 | .bp3-menu-item.bp3-active, .bp3-menu-item:active{ | ||
| 6824 | background-color:rgba(115, 134, 148, 0.3); } | ||
| 6825 | .bp3-menu-item.bp3-disabled{ | ||
| 6826 | background-color:inherit !important; | ||
| 6827 | color:rgba(92, 112, 128, 0.6) !important; | ||
| 6828 | cursor:not-allowed !important; | ||
| 6829 | outline:none !important; } | ||
| 6830 | .bp3-menu-item.bp3-disabled::before, | ||
| 6831 | .bp3-menu-item.bp3-disabled > .bp3-icon, | ||
| 6832 | .bp3-menu-item.bp3-disabled .bp3-menu-item-label{ | ||
| 6833 | color:rgba(92, 112, 128, 0.6) !important; } | ||
| 6834 | .bp3-large .bp3-menu-item{ | ||
| 6835 | font-size:16px; | ||
| 6836 | line-height:22px; | ||
| 6837 | padding:9px 7px; } | ||
| 6838 | .bp3-large .bp3-menu-item .bp3-icon{ | ||
| 6839 | margin-top:3px; } | ||
| 6840 | .bp3-large .bp3-menu-item::before{ | ||
| 6841 | font-family:"Icons20", sans-serif; | ||
| 6842 | font-size:20px; | ||
| 6843 | font-style:normal; | ||
| 6844 | font-weight:400; | ||
| 6845 | line-height:1; | ||
| 6846 | -moz-osx-font-smoothing:grayscale; | ||
| 6847 | -webkit-font-smoothing:antialiased; | ||
| 6848 | margin-right:10px; | ||
| 6849 | margin-top:1px; } | ||
| 6850 | |||
| 6851 | button.bp3-menu-item{ | ||
| 6852 | background:none; | ||
| 6853 | border:none; | ||
| 6854 | text-align:left; | ||
| 6855 | width:100%; } | ||
| 6856 | .bp3-menu-header{ | ||
| 6857 | border-top:1px solid rgba(16, 22, 26, 0.15); | ||
| 6858 | display:block; | ||
| 6859 | margin:5px; | ||
| 6860 | cursor:default; | ||
| 6861 | padding-left:2px; } | ||
| 6862 | .bp3-dark .bp3-menu-header{ | ||
| 6863 | border-top-color:rgba(255, 255, 255, 0.15); } | ||
| 6864 | .bp3-menu-header:first-of-type{ | ||
| 6865 | border-top:none; } | ||
| 6866 | .bp3-menu-header > h6{ | ||
| 6867 | color:#182026; | ||
| 6868 | font-weight:600; | ||
| 6869 | overflow:hidden; | ||
| 6870 | text-overflow:ellipsis; | ||
| 6871 | white-space:nowrap; | ||
| 6872 | word-wrap:normal; | ||
| 6873 | line-height:17px; | ||
| 6874 | margin:0; | ||
| 6875 | padding:10px 7px 0 1px; } | ||
| 6876 | .bp3-dark .bp3-menu-header > h6{ | ||
| 6877 | color:#f5f8fa; } | ||
| 6878 | .bp3-menu-header:first-of-type > h6{ | ||
| 6879 | padding-top:0; } | ||
| 6880 | .bp3-large .bp3-menu-header > h6{ | ||
| 6881 | font-size:18px; | ||
| 6882 | padding-bottom:5px; | ||
| 6883 | padding-top:15px; } | ||
| 6884 | .bp3-large .bp3-menu-header:first-of-type > h6{ | ||
| 6885 | padding-top:0; } | ||
| 6886 | |||
| 6887 | .bp3-dark .bp3-menu{ | ||
| 6888 | background:#30404d; | ||
| 6889 | color:#f5f8fa; } | ||
| 6890 | |||
| 6891 | .bp3-dark .bp3-menu-item{ } | ||
| 6892 | .bp3-dark .bp3-menu-item.bp3-intent-primary{ | ||
| 6893 | color:#48aff0; } | ||
| 6894 | .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-icon{ | ||
| 6895 | color:inherit; } | ||
| 6896 | .bp3-dark .bp3-menu-item.bp3-intent-primary::before, .bp3-dark .bp3-menu-item.bp3-intent-primary::after, | ||
| 6897 | .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label{ | ||
| 6898 | color:#48aff0; } | ||
| 6899 | .bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active{ | ||
| 6900 | background-color:#137cbd; } | ||
| 6901 | .bp3-dark .bp3-menu-item.bp3-intent-primary:active{ | ||
| 6902 | background-color:#106ba3; } | ||
| 6903 | .bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after, | ||
| 6904 | .bp3-dark .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label, | ||
| 6905 | .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, | ||
| 6906 | .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary:active, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::after, | ||
| 6907 | .bp3-dark .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::after, | ||
| 6908 | .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label{ | ||
| 6909 | color:#ffffff; } | ||
| 6910 | .bp3-dark .bp3-menu-item.bp3-intent-success{ | ||
| 6911 | color:#3dcc91; } | ||
| 6912 | .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-icon{ | ||
| 6913 | color:inherit; } | ||
| 6914 | .bp3-dark .bp3-menu-item.bp3-intent-success::before, .bp3-dark .bp3-menu-item.bp3-intent-success::after, | ||
| 6915 | .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-menu-item-label{ | ||
| 6916 | color:#3dcc91; } | ||
| 6917 | .bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active{ | ||
| 6918 | background-color:#0f9960; } | ||
| 6919 | .bp3-dark .bp3-menu-item.bp3-intent-success:active{ | ||
| 6920 | background-color:#0d8050; } | ||
| 6921 | .bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after, | ||
| 6922 | .bp3-dark .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label, | ||
| 6923 | .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, | ||
| 6924 | .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success:active, .bp3-dark .bp3-menu-item.bp3-intent-success:active::before, .bp3-dark .bp3-menu-item.bp3-intent-success:active::after, | ||
| 6925 | .bp3-dark .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::after, | ||
| 6926 | .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label{ | ||
| 6927 | color:#ffffff; } | ||
| 6928 | .bp3-dark .bp3-menu-item.bp3-intent-warning{ | ||
| 6929 | color:#ffb366; } | ||
| 6930 | .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-icon{ | ||
| 6931 | color:inherit; } | ||
| 6932 | .bp3-dark .bp3-menu-item.bp3-intent-warning::before, .bp3-dark .bp3-menu-item.bp3-intent-warning::after, | ||
| 6933 | .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label{ | ||
| 6934 | color:#ffb366; } | ||
| 6935 | .bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active{ | ||
| 6936 | background-color:#d9822b; } | ||
| 6937 | .bp3-dark .bp3-menu-item.bp3-intent-warning:active{ | ||
| 6938 | background-color:#bf7326; } | ||
| 6939 | .bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after, | ||
| 6940 | .bp3-dark .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label, | ||
| 6941 | .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, | ||
| 6942 | .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning:active, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::after, | ||
| 6943 | .bp3-dark .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::after, | ||
| 6944 | .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label{ | ||
| 6945 | color:#ffffff; } | ||
| 6946 | .bp3-dark .bp3-menu-item.bp3-intent-danger{ | ||
| 6947 | color:#ff7373; } | ||
| 6948 | .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-icon{ | ||
| 6949 | color:inherit; } | ||
| 6950 | .bp3-dark .bp3-menu-item.bp3-intent-danger::before, .bp3-dark .bp3-menu-item.bp3-intent-danger::after, | ||
| 6951 | .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label{ | ||
| 6952 | color:#ff7373; } | ||
| 6953 | .bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active{ | ||
| 6954 | background-color:#db3737; } | ||
| 6955 | .bp3-dark .bp3-menu-item.bp3-intent-danger:active{ | ||
| 6956 | background-color:#c23030; } | ||
| 6957 | .bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after, | ||
| 6958 | .bp3-dark .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label, | ||
| 6959 | .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, | ||
| 6960 | .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger:active, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::after, | ||
| 6961 | .bp3-dark .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::after, | ||
| 6962 | .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label{ | ||
| 6963 | color:#ffffff; } | ||
| 6964 | .bp3-dark .bp3-menu-item::before, | ||
| 6965 | .bp3-dark .bp3-menu-item > .bp3-icon{ | ||
| 6966 | color:#a7b6c2; } | ||
| 6967 | .bp3-dark .bp3-menu-item .bp3-menu-item-label{ | ||
| 6968 | color:#a7b6c2; } | ||
| 6969 | .bp3-dark .bp3-menu-item.bp3-active, .bp3-dark .bp3-menu-item:active{ | ||
| 6970 | background-color:rgba(138, 155, 168, 0.3); } | ||
| 6971 | .bp3-dark .bp3-menu-item.bp3-disabled{ | ||
| 6972 | color:rgba(167, 182, 194, 0.6) !important; } | ||
| 6973 | .bp3-dark .bp3-menu-item.bp3-disabled::before, | ||
| 6974 | .bp3-dark .bp3-menu-item.bp3-disabled > .bp3-icon, | ||
| 6975 | .bp3-dark .bp3-menu-item.bp3-disabled .bp3-menu-item-label{ | ||
| 6976 | color:rgba(167, 182, 194, 0.6) !important; } | ||
| 6977 | |||
| 6978 | .bp3-dark .bp3-menu-divider, | ||
| 6979 | .bp3-dark .bp3-menu-header{ | ||
| 6980 | border-color:rgba(255, 255, 255, 0.15); } | ||
| 6981 | |||
| 6982 | .bp3-dark .bp3-menu-header > h6{ | ||
| 6983 | color:#f5f8fa; } | ||
| 6984 | |||
| 6985 | .bp3-label .bp3-menu{ | ||
| 6986 | margin-top:5px; } | ||
| 6987 | .bp3-navbar{ | ||
| 6988 | background-color:#ffffff; | ||
| 6989 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 6990 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 6991 | height:50px; | ||
| 6992 | padding:0 15px; | ||
| 6993 | position:relative; | ||
| 6994 | width:100%; | ||
| 6995 | z-index:10; } | ||
| 6996 | .bp3-navbar.bp3-dark, | ||
| 6997 | .bp3-dark .bp3-navbar{ | ||
| 6998 | background-color:#394b59; } | ||
| 6999 | .bp3-navbar.bp3-dark{ | ||
| 7000 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 7001 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 7002 | .bp3-dark .bp3-navbar{ | ||
| 7003 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 7004 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 7005 | .bp3-navbar.bp3-fixed-top{ | ||
| 7006 | left:0; | ||
| 7007 | position:fixed; | ||
| 7008 | right:0; | ||
| 7009 | top:0; } | ||
| 7010 | |||
| 7011 | .bp3-navbar-heading{ | ||
| 7012 | font-size:16px; | ||
| 7013 | margin-right:15px; } | ||
| 7014 | |||
| 7015 | .bp3-navbar-group{ | ||
| 7016 | -webkit-box-align:center; | ||
| 7017 | -ms-flex-align:center; | ||
| 7018 | align-items:center; | ||
| 7019 | display:-webkit-box; | ||
| 7020 | display:-ms-flexbox; | ||
| 7021 | display:flex; | ||
| 7022 | height:50px; } | ||
| 7023 | .bp3-navbar-group.bp3-align-left{ | ||
| 7024 | float:left; } | ||
| 7025 | .bp3-navbar-group.bp3-align-right{ | ||
| 7026 | float:right; } | ||
| 7027 | |||
| 7028 | .bp3-navbar-divider{ | ||
| 7029 | border-left:1px solid rgba(16, 22, 26, 0.15); | ||
| 7030 | height:20px; | ||
| 7031 | margin:0 10px; } | ||
| 7032 | .bp3-dark .bp3-navbar-divider{ | ||
| 7033 | border-left-color:rgba(255, 255, 255, 0.15); } | ||
| 7034 | .bp3-non-ideal-state{ | ||
| 7035 | display:-webkit-box; | ||
| 7036 | display:-ms-flexbox; | ||
| 7037 | display:flex; | ||
| 7038 | -webkit-box-orient:vertical; | ||
| 7039 | -webkit-box-direction:normal; | ||
| 7040 | -ms-flex-direction:column; | ||
| 7041 | flex-direction:column; | ||
| 7042 | -webkit-box-align:center; | ||
| 7043 | -ms-flex-align:center; | ||
| 7044 | align-items:center; | ||
| 7045 | height:100%; | ||
| 7046 | -webkit-box-pack:center; | ||
| 7047 | -ms-flex-pack:center; | ||
| 7048 | justify-content:center; | ||
| 7049 | text-align:center; | ||
| 7050 | width:100%; } | ||
| 7051 | .bp3-non-ideal-state > *{ | ||
| 7052 | -webkit-box-flex:0; | ||
| 7053 | -ms-flex-positive:0; | ||
| 7054 | flex-grow:0; | ||
| 7055 | -ms-flex-negative:0; | ||
| 7056 | flex-shrink:0; } | ||
| 7057 | .bp3-non-ideal-state > .bp3-fill{ | ||
| 7058 | -webkit-box-flex:1; | ||
| 7059 | -ms-flex-positive:1; | ||
| 7060 | flex-grow:1; | ||
| 7061 | -ms-flex-negative:1; | ||
| 7062 | flex-shrink:1; } | ||
| 7063 | .bp3-non-ideal-state::before, | ||
| 7064 | .bp3-non-ideal-state > *{ | ||
| 7065 | margin-bottom:20px; } | ||
| 7066 | .bp3-non-ideal-state:empty::before, | ||
| 7067 | .bp3-non-ideal-state > :last-child{ | ||
| 7068 | margin-bottom:0; } | ||
| 7069 | .bp3-non-ideal-state > *{ | ||
| 7070 | max-width:400px; } | ||
| 7071 | |||
| 7072 | .bp3-non-ideal-state-visual{ | ||
| 7073 | color:rgba(92, 112, 128, 0.6); | ||
| 7074 | font-size:60px; } | ||
| 7075 | .bp3-dark .bp3-non-ideal-state-visual{ | ||
| 7076 | color:rgba(167, 182, 194, 0.6); } | ||
| 7077 | |||
| 7078 | .bp3-overflow-list{ | ||
| 7079 | display:-webkit-box; | ||
| 7080 | display:-ms-flexbox; | ||
| 7081 | display:flex; | ||
| 7082 | -ms-flex-wrap:nowrap; | ||
| 7083 | flex-wrap:nowrap; | ||
| 7084 | min-width:0; } | ||
| 7085 | |||
| 7086 | .bp3-overflow-list-spacer{ | ||
| 7087 | -ms-flex-negative:1; | ||
| 7088 | flex-shrink:1; | ||
| 7089 | width:1px; } | ||
| 7090 | |||
| 7091 | body.bp3-overlay-open{ | ||
| 7092 | overflow:hidden; } | ||
| 7093 | |||
| 7094 | .bp3-overlay{ | ||
| 7095 | bottom:0; | ||
| 7096 | left:0; | ||
| 7097 | position:static; | ||
| 7098 | right:0; | ||
| 7099 | top:0; | ||
| 7100 | z-index:20; } | ||
| 7101 | .bp3-overlay:not(.bp3-overlay-open){ | ||
| 7102 | pointer-events:none; } | ||
| 7103 | .bp3-overlay.bp3-overlay-container{ | ||
| 7104 | overflow:hidden; | ||
| 7105 | position:fixed; } | ||
| 7106 | .bp3-overlay.bp3-overlay-container.bp3-overlay-inline{ | ||
| 7107 | position:absolute; } | ||
| 7108 | .bp3-overlay.bp3-overlay-scroll-container{ | ||
| 7109 | overflow:auto; | ||
| 7110 | position:fixed; } | ||
| 7111 | .bp3-overlay.bp3-overlay-scroll-container.bp3-overlay-inline{ | ||
| 7112 | position:absolute; } | ||
| 7113 | .bp3-overlay.bp3-overlay-inline{ | ||
| 7114 | display:inline; | ||
| 7115 | overflow:visible; } | ||
| 7116 | |||
| 7117 | .bp3-overlay-content{ | ||
| 7118 | position:fixed; | ||
| 7119 | z-index:20; } | ||
| 7120 | .bp3-overlay-inline .bp3-overlay-content, | ||
| 7121 | .bp3-overlay-scroll-container .bp3-overlay-content{ | ||
| 7122 | position:absolute; } | ||
| 7123 | |||
| 7124 | .bp3-overlay-backdrop{ | ||
| 7125 | bottom:0; | ||
| 7126 | left:0; | ||
| 7127 | position:fixed; | ||
| 7128 | right:0; | ||
| 7129 | top:0; | ||
| 7130 | opacity:1; | ||
| 7131 | background-color:rgba(16, 22, 26, 0.7); | ||
| 7132 | overflow:auto; | ||
| 7133 | -webkit-user-select:none; | ||
| 7134 | -moz-user-select:none; | ||
| 7135 | -ms-user-select:none; | ||
| 7136 | user-select:none; | ||
| 7137 | z-index:20; } | ||
| 7138 | .bp3-overlay-backdrop.bp3-overlay-enter, .bp3-overlay-backdrop.bp3-overlay-appear{ | ||
| 7139 | opacity:0; } | ||
| 7140 | .bp3-overlay-backdrop.bp3-overlay-enter-active, .bp3-overlay-backdrop.bp3-overlay-appear-active{ | ||
| 7141 | opacity:1; | ||
| 7142 | -webkit-transition-delay:0; | ||
| 7143 | transition-delay:0; | ||
| 7144 | -webkit-transition-duration:200ms; | ||
| 7145 | transition-duration:200ms; | ||
| 7146 | -webkit-transition-property:opacity; | ||
| 7147 | transition-property:opacity; | ||
| 7148 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 7149 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 7150 | .bp3-overlay-backdrop.bp3-overlay-exit{ | ||
| 7151 | opacity:1; } | ||
| 7152 | .bp3-overlay-backdrop.bp3-overlay-exit-active{ | ||
| 7153 | opacity:0; | ||
| 7154 | -webkit-transition-delay:0; | ||
| 7155 | transition-delay:0; | ||
| 7156 | -webkit-transition-duration:200ms; | ||
| 7157 | transition-duration:200ms; | ||
| 7158 | -webkit-transition-property:opacity; | ||
| 7159 | transition-property:opacity; | ||
| 7160 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 7161 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 7162 | .bp3-overlay-backdrop:focus{ | ||
| 7163 | outline:none; } | ||
| 7164 | .bp3-overlay-inline .bp3-overlay-backdrop{ | ||
| 7165 | position:absolute; } | ||
| 7166 | .bp3-panel-stack{ | ||
| 7167 | overflow:hidden; | ||
| 7168 | position:relative; } | ||
| 7169 | |||
| 7170 | .bp3-panel-stack-header{ | ||
| 7171 | -webkit-box-align:center; | ||
| 7172 | -ms-flex-align:center; | ||
| 7173 | align-items:center; | ||
| 7174 | -webkit-box-shadow:0 1px rgba(16, 22, 26, 0.15); | ||
| 7175 | box-shadow:0 1px rgba(16, 22, 26, 0.15); | ||
| 7176 | display:-webkit-box; | ||
| 7177 | display:-ms-flexbox; | ||
| 7178 | display:flex; | ||
| 7179 | -ms-flex-negative:0; | ||
| 7180 | flex-shrink:0; | ||
| 7181 | height:30px; | ||
| 7182 | z-index:1; } | ||
| 7183 | .bp3-dark .bp3-panel-stack-header{ | ||
| 7184 | -webkit-box-shadow:0 1px rgba(255, 255, 255, 0.15); | ||
| 7185 | box-shadow:0 1px rgba(255, 255, 255, 0.15); } | ||
| 7186 | .bp3-panel-stack-header > span{ | ||
| 7187 | -webkit-box-align:stretch; | ||
| 7188 | -ms-flex-align:stretch; | ||
| 7189 | align-items:stretch; | ||
| 7190 | display:-webkit-box; | ||
| 7191 | display:-ms-flexbox; | ||
| 7192 | display:flex; | ||
| 7193 | -webkit-box-flex:1; | ||
| 7194 | -ms-flex:1; | ||
| 7195 | flex:1; } | ||
| 7196 | .bp3-panel-stack-header .bp3-heading{ | ||
| 7197 | margin:0 5px; } | ||
| 7198 | |||
| 7199 | .bp3-button.bp3-panel-stack-header-back{ | ||
| 7200 | margin-left:5px; | ||
| 7201 | padding-left:0; | ||
| 7202 | white-space:nowrap; } | ||
| 7203 | .bp3-button.bp3-panel-stack-header-back .bp3-icon{ | ||
| 7204 | margin:0 2px; } | ||
| 7205 | |||
| 7206 | .bp3-panel-stack-view{ | ||
| 7207 | bottom:0; | ||
| 7208 | left:0; | ||
| 7209 | position:absolute; | ||
| 7210 | right:0; | ||
| 7211 | top:0; | ||
| 7212 | background-color:#ffffff; | ||
| 7213 | border-right:1px solid rgba(16, 22, 26, 0.15); | ||
| 7214 | display:-webkit-box; | ||
| 7215 | display:-ms-flexbox; | ||
| 7216 | display:flex; | ||
| 7217 | -webkit-box-orient:vertical; | ||
| 7218 | -webkit-box-direction:normal; | ||
| 7219 | -ms-flex-direction:column; | ||
| 7220 | flex-direction:column; | ||
| 7221 | margin-right:-1px; | ||
| 7222 | overflow-y:auto; | ||
| 7223 | z-index:1; } | ||
| 7224 | .bp3-dark .bp3-panel-stack-view{ | ||
| 7225 | background-color:#30404d; } | ||
| 7226 | .bp3-panel-stack-view:nth-last-child(n + 4){ | ||
| 7227 | display:none; } | ||
| 7228 | |||
| 7229 | .bp3-panel-stack-push .bp3-panel-stack-enter, .bp3-panel-stack-push .bp3-panel-stack-appear{ | ||
| 7230 | -webkit-transform:translateX(100%); | ||
| 7231 | transform:translateX(100%); | ||
| 7232 | opacity:0; } | ||
| 7233 | |||
| 7234 | .bp3-panel-stack-push .bp3-panel-stack-enter-active, .bp3-panel-stack-push .bp3-panel-stack-appear-active{ | ||
| 7235 | -webkit-transform:translate(0%); | ||
| 7236 | transform:translate(0%); | ||
| 7237 | opacity:1; | ||
| 7238 | -webkit-transition-delay:0; | ||
| 7239 | transition-delay:0; | ||
| 7240 | -webkit-transition-duration:400ms; | ||
| 7241 | transition-duration:400ms; | ||
| 7242 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 7243 | transition-property:opacity, -webkit-transform; | ||
| 7244 | transition-property:transform, opacity; | ||
| 7245 | transition-property:transform, opacity, -webkit-transform; | ||
| 7246 | -webkit-transition-timing-function:ease; | ||
| 7247 | transition-timing-function:ease; } | ||
| 7248 | |||
| 7249 | .bp3-panel-stack-push .bp3-panel-stack-exit{ | ||
| 7250 | -webkit-transform:translate(0%); | ||
| 7251 | transform:translate(0%); | ||
| 7252 | opacity:1; } | ||
| 7253 | |||
| 7254 | .bp3-panel-stack-push .bp3-panel-stack-exit-active{ | ||
| 7255 | -webkit-transform:translateX(-50%); | ||
| 7256 | transform:translateX(-50%); | ||
| 7257 | opacity:0; | ||
| 7258 | -webkit-transition-delay:0; | ||
| 7259 | transition-delay:0; | ||
| 7260 | -webkit-transition-duration:400ms; | ||
| 7261 | transition-duration:400ms; | ||
| 7262 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 7263 | transition-property:opacity, -webkit-transform; | ||
| 7264 | transition-property:transform, opacity; | ||
| 7265 | transition-property:transform, opacity, -webkit-transform; | ||
| 7266 | -webkit-transition-timing-function:ease; | ||
| 7267 | transition-timing-function:ease; } | ||
| 7268 | |||
| 7269 | .bp3-panel-stack-pop .bp3-panel-stack-enter, .bp3-panel-stack-pop .bp3-panel-stack-appear{ | ||
| 7270 | -webkit-transform:translateX(-50%); | ||
| 7271 | transform:translateX(-50%); | ||
| 7272 | opacity:0; } | ||
| 7273 | |||
| 7274 | .bp3-panel-stack-pop .bp3-panel-stack-enter-active, .bp3-panel-stack-pop .bp3-panel-stack-appear-active{ | ||
| 7275 | -webkit-transform:translate(0%); | ||
| 7276 | transform:translate(0%); | ||
| 7277 | opacity:1; | ||
| 7278 | -webkit-transition-delay:0; | ||
| 7279 | transition-delay:0; | ||
| 7280 | -webkit-transition-duration:400ms; | ||
| 7281 | transition-duration:400ms; | ||
| 7282 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 7283 | transition-property:opacity, -webkit-transform; | ||
| 7284 | transition-property:transform, opacity; | ||
| 7285 | transition-property:transform, opacity, -webkit-transform; | ||
| 7286 | -webkit-transition-timing-function:ease; | ||
| 7287 | transition-timing-function:ease; } | ||
| 7288 | |||
| 7289 | .bp3-panel-stack-pop .bp3-panel-stack-exit{ | ||
| 7290 | -webkit-transform:translate(0%); | ||
| 7291 | transform:translate(0%); | ||
| 7292 | opacity:1; } | ||
| 7293 | |||
| 7294 | .bp3-panel-stack-pop .bp3-panel-stack-exit-active{ | ||
| 7295 | -webkit-transform:translateX(100%); | ||
| 7296 | transform:translateX(100%); | ||
| 7297 | opacity:0; | ||
| 7298 | -webkit-transition-delay:0; | ||
| 7299 | transition-delay:0; | ||
| 7300 | -webkit-transition-duration:400ms; | ||
| 7301 | transition-duration:400ms; | ||
| 7302 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 7303 | transition-property:opacity, -webkit-transform; | ||
| 7304 | transition-property:transform, opacity; | ||
| 7305 | transition-property:transform, opacity, -webkit-transform; | ||
| 7306 | -webkit-transition-timing-function:ease; | ||
| 7307 | transition-timing-function:ease; } | ||
| 7308 | .bp3-panel-stack2{ | ||
| 7309 | overflow:hidden; | ||
| 7310 | position:relative; } | ||
| 7311 | |||
| 7312 | .bp3-panel-stack2-header{ | ||
| 7313 | -webkit-box-align:center; | ||
| 7314 | -ms-flex-align:center; | ||
| 7315 | align-items:center; | ||
| 7316 | -webkit-box-shadow:0 1px rgba(16, 22, 26, 0.15); | ||
| 7317 | box-shadow:0 1px rgba(16, 22, 26, 0.15); | ||
| 7318 | display:-webkit-box; | ||
| 7319 | display:-ms-flexbox; | ||
| 7320 | display:flex; | ||
| 7321 | -ms-flex-negative:0; | ||
| 7322 | flex-shrink:0; | ||
| 7323 | height:30px; | ||
| 7324 | z-index:1; } | ||
| 7325 | .bp3-dark .bp3-panel-stack2-header{ | ||
| 7326 | -webkit-box-shadow:0 1px rgba(255, 255, 255, 0.15); | ||
| 7327 | box-shadow:0 1px rgba(255, 255, 255, 0.15); } | ||
| 7328 | .bp3-panel-stack2-header > span{ | ||
| 7329 | -webkit-box-align:stretch; | ||
| 7330 | -ms-flex-align:stretch; | ||
| 7331 | align-items:stretch; | ||
| 7332 | display:-webkit-box; | ||
| 7333 | display:-ms-flexbox; | ||
| 7334 | display:flex; | ||
| 7335 | -webkit-box-flex:1; | ||
| 7336 | -ms-flex:1; | ||
| 7337 | flex:1; } | ||
| 7338 | .bp3-panel-stack2-header .bp3-heading{ | ||
| 7339 | margin:0 5px; } | ||
| 7340 | |||
| 7341 | .bp3-button.bp3-panel-stack2-header-back{ | ||
| 7342 | margin-left:5px; | ||
| 7343 | padding-left:0; | ||
| 7344 | white-space:nowrap; } | ||
| 7345 | .bp3-button.bp3-panel-stack2-header-back .bp3-icon{ | ||
| 7346 | margin:0 2px; } | ||
| 7347 | |||
| 7348 | .bp3-panel-stack2-view{ | ||
| 7349 | bottom:0; | ||
| 7350 | left:0; | ||
| 7351 | position:absolute; | ||
| 7352 | right:0; | ||
| 7353 | top:0; | ||
| 7354 | background-color:#ffffff; | ||
| 7355 | border-right:1px solid rgba(16, 22, 26, 0.15); | ||
| 7356 | display:-webkit-box; | ||
| 7357 | display:-ms-flexbox; | ||
| 7358 | display:flex; | ||
| 7359 | -webkit-box-orient:vertical; | ||
| 7360 | -webkit-box-direction:normal; | ||
| 7361 | -ms-flex-direction:column; | ||
| 7362 | flex-direction:column; | ||
| 7363 | margin-right:-1px; | ||
| 7364 | overflow-y:auto; | ||
| 7365 | z-index:1; } | ||
| 7366 | .bp3-dark .bp3-panel-stack2-view{ | ||
| 7367 | background-color:#30404d; } | ||
| 7368 | .bp3-panel-stack2-view:nth-last-child(n + 4){ | ||
| 7369 | display:none; } | ||
| 7370 | |||
| 7371 | .bp3-panel-stack2-push .bp3-panel-stack2-enter, .bp3-panel-stack2-push .bp3-panel-stack2-appear{ | ||
| 7372 | -webkit-transform:translateX(100%); | ||
| 7373 | transform:translateX(100%); | ||
| 7374 | opacity:0; } | ||
| 7375 | |||
| 7376 | .bp3-panel-stack2-push .bp3-panel-stack2-enter-active, .bp3-panel-stack2-push .bp3-panel-stack2-appear-active{ | ||
| 7377 | -webkit-transform:translate(0%); | ||
| 7378 | transform:translate(0%); | ||
| 7379 | opacity:1; | ||
| 7380 | -webkit-transition-delay:0; | ||
| 7381 | transition-delay:0; | ||
| 7382 | -webkit-transition-duration:400ms; | ||
| 7383 | transition-duration:400ms; | ||
| 7384 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 7385 | transition-property:opacity, -webkit-transform; | ||
| 7386 | transition-property:transform, opacity; | ||
| 7387 | transition-property:transform, opacity, -webkit-transform; | ||
| 7388 | -webkit-transition-timing-function:ease; | ||
| 7389 | transition-timing-function:ease; } | ||
| 7390 | |||
| 7391 | .bp3-panel-stack2-push .bp3-panel-stack2-exit{ | ||
| 7392 | -webkit-transform:translate(0%); | ||
| 7393 | transform:translate(0%); | ||
| 7394 | opacity:1; } | ||
| 7395 | |||
| 7396 | .bp3-panel-stack2-push .bp3-panel-stack2-exit-active{ | ||
| 7397 | -webkit-transform:translateX(-50%); | ||
| 7398 | transform:translateX(-50%); | ||
| 7399 | opacity:0; | ||
| 7400 | -webkit-transition-delay:0; | ||
| 7401 | transition-delay:0; | ||
| 7402 | -webkit-transition-duration:400ms; | ||
| 7403 | transition-duration:400ms; | ||
| 7404 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 7405 | transition-property:opacity, -webkit-transform; | ||
| 7406 | transition-property:transform, opacity; | ||
| 7407 | transition-property:transform, opacity, -webkit-transform; | ||
| 7408 | -webkit-transition-timing-function:ease; | ||
| 7409 | transition-timing-function:ease; } | ||
| 7410 | |||
| 7411 | .bp3-panel-stack2-pop .bp3-panel-stack2-enter, .bp3-panel-stack2-pop .bp3-panel-stack2-appear{ | ||
| 7412 | -webkit-transform:translateX(-50%); | ||
| 7413 | transform:translateX(-50%); | ||
| 7414 | opacity:0; } | ||
| 7415 | |||
| 7416 | .bp3-panel-stack2-pop .bp3-panel-stack2-enter-active, .bp3-panel-stack2-pop .bp3-panel-stack2-appear-active{ | ||
| 7417 | -webkit-transform:translate(0%); | ||
| 7418 | transform:translate(0%); | ||
| 7419 | opacity:1; | ||
| 7420 | -webkit-transition-delay:0; | ||
| 7421 | transition-delay:0; | ||
| 7422 | -webkit-transition-duration:400ms; | ||
| 7423 | transition-duration:400ms; | ||
| 7424 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 7425 | transition-property:opacity, -webkit-transform; | ||
| 7426 | transition-property:transform, opacity; | ||
| 7427 | transition-property:transform, opacity, -webkit-transform; | ||
| 7428 | -webkit-transition-timing-function:ease; | ||
| 7429 | transition-timing-function:ease; } | ||
| 7430 | |||
| 7431 | .bp3-panel-stack2-pop .bp3-panel-stack2-exit{ | ||
| 7432 | -webkit-transform:translate(0%); | ||
| 7433 | transform:translate(0%); | ||
| 7434 | opacity:1; } | ||
| 7435 | |||
| 7436 | .bp3-panel-stack2-pop .bp3-panel-stack2-exit-active{ | ||
| 7437 | -webkit-transform:translateX(100%); | ||
| 7438 | transform:translateX(100%); | ||
| 7439 | opacity:0; | ||
| 7440 | -webkit-transition-delay:0; | ||
| 7441 | transition-delay:0; | ||
| 7442 | -webkit-transition-duration:400ms; | ||
| 7443 | transition-duration:400ms; | ||
| 7444 | -webkit-transition-property:opacity, -webkit-transform; | ||
| 7445 | transition-property:opacity, -webkit-transform; | ||
| 7446 | transition-property:transform, opacity; | ||
| 7447 | transition-property:transform, opacity, -webkit-transform; | ||
| 7448 | -webkit-transition-timing-function:ease; | ||
| 7449 | transition-timing-function:ease; } | ||
| 7450 | .bp3-popover{ | ||
| 7451 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 7452 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 7453 | -webkit-transform:scale(1); | ||
| 7454 | transform:scale(1); | ||
| 7455 | border-radius:3px; | ||
| 7456 | display:inline-block; | ||
| 7457 | z-index:20; } | ||
| 7458 | .bp3-popover .bp3-popover-arrow{ | ||
| 7459 | height:30px; | ||
| 7460 | position:absolute; | ||
| 7461 | width:30px; } | ||
| 7462 | .bp3-popover .bp3-popover-arrow::before{ | ||
| 7463 | height:20px; | ||
| 7464 | margin:5px; | ||
| 7465 | width:20px; } | ||
| 7466 | .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover{ | ||
| 7467 | margin-bottom:17px; | ||
| 7468 | margin-top:-17px; } | ||
| 7469 | .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover > .bp3-popover-arrow{ | ||
| 7470 | bottom:-11px; } | ||
| 7471 | .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover > .bp3-popover-arrow svg{ | ||
| 7472 | -webkit-transform:rotate(-90deg); | ||
| 7473 | transform:rotate(-90deg); } | ||
| 7474 | .bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-popover{ | ||
| 7475 | margin-left:17px; } | ||
| 7476 | .bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-popover > .bp3-popover-arrow{ | ||
| 7477 | left:-11px; } | ||
| 7478 | .bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-popover > .bp3-popover-arrow svg{ | ||
| 7479 | -webkit-transform:rotate(0); | ||
| 7480 | transform:rotate(0); } | ||
| 7481 | .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-popover{ | ||
| 7482 | margin-top:17px; } | ||
| 7483 | .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-popover > .bp3-popover-arrow{ | ||
| 7484 | top:-11px; } | ||
| 7485 | .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-popover > .bp3-popover-arrow svg{ | ||
| 7486 | -webkit-transform:rotate(90deg); | ||
| 7487 | transform:rotate(90deg); } | ||
| 7488 | .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover{ | ||
| 7489 | margin-left:-17px; | ||
| 7490 | margin-right:17px; } | ||
| 7491 | .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover > .bp3-popover-arrow{ | ||
| 7492 | right:-11px; } | ||
| 7493 | .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover > .bp3-popover-arrow svg{ | ||
| 7494 | -webkit-transform:rotate(180deg); | ||
| 7495 | transform:rotate(180deg); } | ||
| 7496 | .bp3-tether-element-attached-middle > .bp3-popover > .bp3-popover-arrow{ | ||
| 7497 | top:50%; | ||
| 7498 | -webkit-transform:translateY(-50%); | ||
| 7499 | transform:translateY(-50%); } | ||
| 7500 | .bp3-tether-element-attached-center > .bp3-popover > .bp3-popover-arrow{ | ||
| 7501 | right:50%; | ||
| 7502 | -webkit-transform:translateX(50%); | ||
| 7503 | transform:translateX(50%); } | ||
| 7504 | .bp3-tether-element-attached-top.bp3-tether-target-attached-top > .bp3-popover > .bp3-popover-arrow{ | ||
| 7505 | top:-0.3934px; } | ||
| 7506 | .bp3-tether-element-attached-right.bp3-tether-target-attached-right > .bp3-popover > .bp3-popover-arrow{ | ||
| 7507 | right:-0.3934px; } | ||
| 7508 | .bp3-tether-element-attached-left.bp3-tether-target-attached-left > .bp3-popover > .bp3-popover-arrow{ | ||
| 7509 | left:-0.3934px; } | ||
| 7510 | .bp3-tether-element-attached-bottom.bp3-tether-target-attached-bottom > .bp3-popover > .bp3-popover-arrow{ | ||
| 7511 | bottom:-0.3934px; } | ||
| 7512 | .bp3-tether-element-attached-top.bp3-tether-element-attached-left > .bp3-popover{ | ||
| 7513 | -webkit-transform-origin:top left; | ||
| 7514 | transform-origin:top left; } | ||
| 7515 | .bp3-tether-element-attached-top.bp3-tether-element-attached-center > .bp3-popover{ | ||
| 7516 | -webkit-transform-origin:top center; | ||
| 7517 | transform-origin:top center; } | ||
| 7518 | .bp3-tether-element-attached-top.bp3-tether-element-attached-right > .bp3-popover{ | ||
| 7519 | -webkit-transform-origin:top right; | ||
| 7520 | transform-origin:top right; } | ||
| 7521 | .bp3-tether-element-attached-middle.bp3-tether-element-attached-left > .bp3-popover{ | ||
| 7522 | -webkit-transform-origin:center left; | ||
| 7523 | transform-origin:center left; } | ||
| 7524 | .bp3-tether-element-attached-middle.bp3-tether-element-attached-center > .bp3-popover{ | ||
| 7525 | -webkit-transform-origin:center center; | ||
| 7526 | transform-origin:center center; } | ||
| 7527 | .bp3-tether-element-attached-middle.bp3-tether-element-attached-right > .bp3-popover{ | ||
| 7528 | -webkit-transform-origin:center right; | ||
| 7529 | transform-origin:center right; } | ||
| 7530 | .bp3-tether-element-attached-bottom.bp3-tether-element-attached-left > .bp3-popover{ | ||
| 7531 | -webkit-transform-origin:bottom left; | ||
| 7532 | transform-origin:bottom left; } | ||
| 7533 | .bp3-tether-element-attached-bottom.bp3-tether-element-attached-center > .bp3-popover{ | ||
| 7534 | -webkit-transform-origin:bottom center; | ||
| 7535 | transform-origin:bottom center; } | ||
| 7536 | .bp3-tether-element-attached-bottom.bp3-tether-element-attached-right > .bp3-popover{ | ||
| 7537 | -webkit-transform-origin:bottom right; | ||
| 7538 | transform-origin:bottom right; } | ||
| 7539 | .bp3-popover .bp3-popover-content{ | ||
| 7540 | background:#ffffff; | ||
| 7541 | color:inherit; } | ||
| 7542 | .bp3-popover .bp3-popover-arrow::before{ | ||
| 7543 | -webkit-box-shadow:1px 1px 6px rgba(16, 22, 26, 0.2); | ||
| 7544 | box-shadow:1px 1px 6px rgba(16, 22, 26, 0.2); } | ||
| 7545 | .bp3-popover .bp3-popover-arrow-border{ | ||
| 7546 | fill:#10161a; | ||
| 7547 | fill-opacity:0.1; } | ||
| 7548 | .bp3-popover .bp3-popover-arrow-fill{ | ||
| 7549 | fill:#ffffff; } | ||
| 7550 | .bp3-popover-enter > .bp3-popover, .bp3-popover-appear > .bp3-popover{ | ||
| 7551 | -webkit-transform:scale(0.3); | ||
| 7552 | transform:scale(0.3); } | ||
| 7553 | .bp3-popover-enter-active > .bp3-popover, .bp3-popover-appear-active > .bp3-popover{ | ||
| 7554 | -webkit-transform:scale(1); | ||
| 7555 | transform:scale(1); | ||
| 7556 | -webkit-transition-delay:0; | ||
| 7557 | transition-delay:0; | ||
| 7558 | -webkit-transition-duration:300ms; | ||
| 7559 | transition-duration:300ms; | ||
| 7560 | -webkit-transition-property:-webkit-transform; | ||
| 7561 | transition-property:-webkit-transform; | ||
| 7562 | transition-property:transform; | ||
| 7563 | transition-property:transform, -webkit-transform; | ||
| 7564 | -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); | ||
| 7565 | transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } | ||
| 7566 | .bp3-popover-exit > .bp3-popover{ | ||
| 7567 | -webkit-transform:scale(1); | ||
| 7568 | transform:scale(1); } | ||
| 7569 | .bp3-popover-exit-active > .bp3-popover{ | ||
| 7570 | -webkit-transform:scale(0.3); | ||
| 7571 | transform:scale(0.3); | ||
| 7572 | -webkit-transition-delay:0; | ||
| 7573 | transition-delay:0; | ||
| 7574 | -webkit-transition-duration:300ms; | ||
| 7575 | transition-duration:300ms; | ||
| 7576 | -webkit-transition-property:-webkit-transform; | ||
| 7577 | transition-property:-webkit-transform; | ||
| 7578 | transition-property:transform; | ||
| 7579 | transition-property:transform, -webkit-transform; | ||
| 7580 | -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); | ||
| 7581 | transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } | ||
| 7582 | .bp3-popover .bp3-popover-content{ | ||
| 7583 | border-radius:3px; | ||
| 7584 | position:relative; } | ||
| 7585 | .bp3-popover.bp3-popover-content-sizing .bp3-popover-content{ | ||
| 7586 | max-width:350px; | ||
| 7587 | padding:20px; } | ||
| 7588 | .bp3-popover-target + .bp3-overlay .bp3-popover.bp3-popover-content-sizing{ | ||
| 7589 | width:350px; } | ||
| 7590 | .bp3-popover.bp3-minimal{ | ||
| 7591 | margin:0 !important; } | ||
| 7592 | .bp3-popover.bp3-minimal .bp3-popover-arrow{ | ||
| 7593 | display:none; } | ||
| 7594 | .bp3-popover.bp3-minimal.bp3-popover{ | ||
| 7595 | -webkit-transform:scale(1); | ||
| 7596 | transform:scale(1); } | ||
| 7597 | .bp3-popover-enter > .bp3-popover.bp3-minimal.bp3-popover, .bp3-popover-appear > .bp3-popover.bp3-minimal.bp3-popover{ | ||
| 7598 | -webkit-transform:scale(1); | ||
| 7599 | transform:scale(1); } | ||
| 7600 | .bp3-popover-enter-active > .bp3-popover.bp3-minimal.bp3-popover, .bp3-popover-appear-active > .bp3-popover.bp3-minimal.bp3-popover{ | ||
| 7601 | -webkit-transform:scale(1); | ||
| 7602 | transform:scale(1); | ||
| 7603 | -webkit-transition-delay:0; | ||
| 7604 | transition-delay:0; | ||
| 7605 | -webkit-transition-duration:100ms; | ||
| 7606 | transition-duration:100ms; | ||
| 7607 | -webkit-transition-property:-webkit-transform; | ||
| 7608 | transition-property:-webkit-transform; | ||
| 7609 | transition-property:transform; | ||
| 7610 | transition-property:transform, -webkit-transform; | ||
| 7611 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 7612 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 7613 | .bp3-popover-exit > .bp3-popover.bp3-minimal.bp3-popover{ | ||
| 7614 | -webkit-transform:scale(1); | ||
| 7615 | transform:scale(1); } | ||
| 7616 | .bp3-popover-exit-active > .bp3-popover.bp3-minimal.bp3-popover{ | ||
| 7617 | -webkit-transform:scale(1); | ||
| 7618 | transform:scale(1); | ||
| 7619 | -webkit-transition-delay:0; | ||
| 7620 | transition-delay:0; | ||
| 7621 | -webkit-transition-duration:100ms; | ||
| 7622 | transition-duration:100ms; | ||
| 7623 | -webkit-transition-property:-webkit-transform; | ||
| 7624 | transition-property:-webkit-transform; | ||
| 7625 | transition-property:transform; | ||
| 7626 | transition-property:transform, -webkit-transform; | ||
| 7627 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 7628 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 7629 | .bp3-popover.bp3-dark, | ||
| 7630 | .bp3-dark .bp3-popover{ | ||
| 7631 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); | ||
| 7632 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } | ||
| 7633 | .bp3-popover.bp3-dark .bp3-popover-content, | ||
| 7634 | .bp3-dark .bp3-popover .bp3-popover-content{ | ||
| 7635 | background:#30404d; | ||
| 7636 | color:inherit; } | ||
| 7637 | .bp3-popover.bp3-dark .bp3-popover-arrow::before, | ||
| 7638 | .bp3-dark .bp3-popover .bp3-popover-arrow::before{ | ||
| 7639 | -webkit-box-shadow:1px 1px 6px rgba(16, 22, 26, 0.4); | ||
| 7640 | box-shadow:1px 1px 6px rgba(16, 22, 26, 0.4); } | ||
| 7641 | .bp3-popover.bp3-dark .bp3-popover-arrow-border, | ||
| 7642 | .bp3-dark .bp3-popover .bp3-popover-arrow-border{ | ||
| 7643 | fill:#10161a; | ||
| 7644 | fill-opacity:0.2; } | ||
| 7645 | .bp3-popover.bp3-dark .bp3-popover-arrow-fill, | ||
| 7646 | .bp3-dark .bp3-popover .bp3-popover-arrow-fill{ | ||
| 7647 | fill:#30404d; } | ||
| 7648 | |||
| 7649 | .bp3-popover-arrow::before{ | ||
| 7650 | border-radius:2px; | ||
| 7651 | content:""; | ||
| 7652 | display:block; | ||
| 7653 | position:absolute; | ||
| 7654 | -webkit-transform:rotate(45deg); | ||
| 7655 | transform:rotate(45deg); } | ||
| 7656 | |||
| 7657 | .bp3-tether-pinned .bp3-popover-arrow{ | ||
| 7658 | display:none; } | ||
| 7659 | |||
| 7660 | .bp3-popover-backdrop{ | ||
| 7661 | background:rgba(255, 255, 255, 0); } | ||
| 7662 | |||
| 7663 | .bp3-transition-container{ | ||
| 7664 | opacity:1; | ||
| 7665 | display:-webkit-box; | ||
| 7666 | display:-ms-flexbox; | ||
| 7667 | display:flex; | ||
| 7668 | z-index:20; } | ||
| 7669 | .bp3-transition-container.bp3-popover-enter, .bp3-transition-container.bp3-popover-appear{ | ||
| 7670 | opacity:0; } | ||
| 7671 | .bp3-transition-container.bp3-popover-enter-active, .bp3-transition-container.bp3-popover-appear-active{ | ||
| 7672 | opacity:1; | ||
| 7673 | -webkit-transition-delay:0; | ||
| 7674 | transition-delay:0; | ||
| 7675 | -webkit-transition-duration:100ms; | ||
| 7676 | transition-duration:100ms; | ||
| 7677 | -webkit-transition-property:opacity; | ||
| 7678 | transition-property:opacity; | ||
| 7679 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 7680 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 7681 | .bp3-transition-container.bp3-popover-exit{ | ||
| 7682 | opacity:1; } | ||
| 7683 | .bp3-transition-container.bp3-popover-exit-active{ | ||
| 7684 | opacity:0; | ||
| 7685 | -webkit-transition-delay:0; | ||
| 7686 | transition-delay:0; | ||
| 7687 | -webkit-transition-duration:100ms; | ||
| 7688 | transition-duration:100ms; | ||
| 7689 | -webkit-transition-property:opacity; | ||
| 7690 | transition-property:opacity; | ||
| 7691 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 7692 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 7693 | .bp3-transition-container:focus{ | ||
| 7694 | outline:none; } | ||
| 7695 | .bp3-transition-container.bp3-popover-leave .bp3-popover-content{ | ||
| 7696 | pointer-events:none; } | ||
| 7697 | .bp3-transition-container[data-x-out-of-boundaries]{ | ||
| 7698 | display:none; } | ||
| 7699 | |||
| 7700 | span.bp3-popover-target{ | ||
| 7701 | display:inline-block; } | ||
| 7702 | |||
| 7703 | .bp3-popover-wrapper.bp3-fill{ | ||
| 7704 | width:100%; } | ||
| 7705 | |||
| 7706 | .bp3-portal{ | ||
| 7707 | left:0; | ||
| 7708 | position:absolute; | ||
| 7709 | right:0; | ||
| 7710 | top:0; } | ||
| 7711 | @-webkit-keyframes linear-progress-bar-stripes{ | ||
| 7712 | from{ | ||
| 7713 | background-position:0 0; } | ||
| 7714 | to{ | ||
| 7715 | background-position:30px 0; } } | ||
| 7716 | @keyframes linear-progress-bar-stripes{ | ||
| 7717 | from{ | ||
| 7718 | background-position:0 0; } | ||
| 7719 | to{ | ||
| 7720 | background-position:30px 0; } } | ||
| 7721 | |||
| 7722 | .bp3-progress-bar{ | ||
| 7723 | background:rgba(92, 112, 128, 0.2); | ||
| 7724 | border-radius:40px; | ||
| 7725 | display:block; | ||
| 7726 | height:8px; | ||
| 7727 | overflow:hidden; | ||
| 7728 | position:relative; | ||
| 7729 | width:100%; } | ||
| 7730 | .bp3-progress-bar .bp3-progress-meter{ | ||
| 7731 | background:linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%); | ||
| 7732 | background-color:rgba(92, 112, 128, 0.8); | ||
| 7733 | background-size:30px 30px; | ||
| 7734 | border-radius:40px; | ||
| 7735 | height:100%; | ||
| 7736 | position:absolute; | ||
| 7737 | -webkit-transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 7738 | transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 7739 | width:100%; } | ||
| 7740 | .bp3-progress-bar:not(.bp3-no-animation):not(.bp3-no-stripes) .bp3-progress-meter{ | ||
| 7741 | animation:linear-progress-bar-stripes 300ms linear infinite reverse; } | ||
| 7742 | .bp3-progress-bar.bp3-no-stripes .bp3-progress-meter{ | ||
| 7743 | background-image:none; } | ||
| 7744 | |||
| 7745 | .bp3-dark .bp3-progress-bar{ | ||
| 7746 | background:rgba(16, 22, 26, 0.5); } | ||
| 7747 | .bp3-dark .bp3-progress-bar .bp3-progress-meter{ | ||
| 7748 | background-color:#8a9ba8; } | ||
| 7749 | |||
| 7750 | .bp3-progress-bar.bp3-intent-primary .bp3-progress-meter{ | ||
| 7751 | background-color:#137cbd; } | ||
| 7752 | |||
| 7753 | .bp3-progress-bar.bp3-intent-success .bp3-progress-meter{ | ||
| 7754 | background-color:#0f9960; } | ||
| 7755 | |||
| 7756 | .bp3-progress-bar.bp3-intent-warning .bp3-progress-meter{ | ||
| 7757 | background-color:#d9822b; } | ||
| 7758 | |||
| 7759 | .bp3-progress-bar.bp3-intent-danger .bp3-progress-meter{ | ||
| 7760 | background-color:#db3737; } | ||
| 7761 | @-webkit-keyframes skeleton-glow{ | ||
| 7762 | from{ | ||
| 7763 | background:rgba(206, 217, 224, 0.2); | ||
| 7764 | border-color:rgba(206, 217, 224, 0.2); } | ||
| 7765 | to{ | ||
| 7766 | background:rgba(92, 112, 128, 0.2); | ||
| 7767 | border-color:rgba(92, 112, 128, 0.2); } } | ||
| 7768 | @keyframes skeleton-glow{ | ||
| 7769 | from{ | ||
| 7770 | background:rgba(206, 217, 224, 0.2); | ||
| 7771 | border-color:rgba(206, 217, 224, 0.2); } | ||
| 7772 | to{ | ||
| 7773 | background:rgba(92, 112, 128, 0.2); | ||
| 7774 | border-color:rgba(92, 112, 128, 0.2); } } | ||
| 7775 | .bp3-skeleton{ | ||
| 7776 | -webkit-animation:1000ms linear infinite alternate skeleton-glow; | ||
| 7777 | animation:1000ms linear infinite alternate skeleton-glow; | ||
| 7778 | background:rgba(206, 217, 224, 0.2); | ||
| 7779 | background-clip:padding-box !important; | ||
| 7780 | border-color:rgba(206, 217, 224, 0.2) !important; | ||
| 7781 | border-radius:2px; | ||
| 7782 | -webkit-box-shadow:none !important; | ||
| 7783 | box-shadow:none !important; | ||
| 7784 | color:transparent !important; | ||
| 7785 | cursor:default; | ||
| 7786 | pointer-events:none; | ||
| 7787 | -webkit-user-select:none; | ||
| 7788 | -moz-user-select:none; | ||
| 7789 | -ms-user-select:none; | ||
| 7790 | user-select:none; } | ||
| 7791 | .bp3-skeleton::before, .bp3-skeleton::after, | ||
| 7792 | .bp3-skeleton *{ | ||
| 7793 | visibility:hidden !important; } | ||
| 7794 | .bp3-slider{ | ||
| 7795 | height:40px; | ||
| 7796 | min-width:150px; | ||
| 7797 | width:100%; | ||
| 7798 | cursor:default; | ||
| 7799 | outline:none; | ||
| 7800 | position:relative; | ||
| 7801 | -webkit-user-select:none; | ||
| 7802 | -moz-user-select:none; | ||
| 7803 | -ms-user-select:none; | ||
| 7804 | user-select:none; } | ||
| 7805 | .bp3-slider:hover{ | ||
| 7806 | cursor:pointer; } | ||
| 7807 | .bp3-slider:active{ | ||
| 7808 | cursor:-webkit-grabbing; | ||
| 7809 | cursor:grabbing; } | ||
| 7810 | .bp3-slider.bp3-disabled{ | ||
| 7811 | cursor:not-allowed; | ||
| 7812 | opacity:0.5; } | ||
| 7813 | .bp3-slider.bp3-slider-unlabeled{ | ||
| 7814 | height:16px; } | ||
| 7815 | |||
| 7816 | .bp3-slider-track, | ||
| 7817 | .bp3-slider-progress{ | ||
| 7818 | height:6px; | ||
| 7819 | left:0; | ||
| 7820 | right:0; | ||
| 7821 | top:5px; | ||
| 7822 | position:absolute; } | ||
| 7823 | |||
| 7824 | .bp3-slider-track{ | ||
| 7825 | border-radius:3px; | ||
| 7826 | overflow:hidden; } | ||
| 7827 | |||
| 7828 | .bp3-slider-progress{ | ||
| 7829 | background:rgba(92, 112, 128, 0.2); } | ||
| 7830 | .bp3-dark .bp3-slider-progress{ | ||
| 7831 | background:rgba(16, 22, 26, 0.5); } | ||
| 7832 | .bp3-slider-progress.bp3-intent-primary{ | ||
| 7833 | background-color:#137cbd; } | ||
| 7834 | .bp3-slider-progress.bp3-intent-success{ | ||
| 7835 | background-color:#0f9960; } | ||
| 7836 | .bp3-slider-progress.bp3-intent-warning{ | ||
| 7837 | background-color:#d9822b; } | ||
| 7838 | .bp3-slider-progress.bp3-intent-danger{ | ||
| 7839 | background-color:#db3737; } | ||
| 7840 | |||
| 7841 | .bp3-slider-handle{ | ||
| 7842 | background-color:#f5f8fa; | ||
| 7843 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); | ||
| 7844 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); | ||
| 7845 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 7846 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 7847 | color:#182026; | ||
| 7848 | border-radius:3px; | ||
| 7849 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 7850 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 7851 | cursor:pointer; | ||
| 7852 | height:16px; | ||
| 7853 | left:0; | ||
| 7854 | position:absolute; | ||
| 7855 | top:0; | ||
| 7856 | width:16px; } | ||
| 7857 | .bp3-slider-handle:hover{ | ||
| 7858 | background-clip:padding-box; | ||
| 7859 | background-color:#ebf1f5; | ||
| 7860 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 7861 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } | ||
| 7862 | .bp3-slider-handle:active, .bp3-slider-handle.bp3-active{ | ||
| 7863 | background-color:#d8e1e8; | ||
| 7864 | background-image:none; | ||
| 7865 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 7866 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 7867 | .bp3-slider-handle:disabled, .bp3-slider-handle.bp3-disabled{ | ||
| 7868 | background-color:rgba(206, 217, 224, 0.5); | ||
| 7869 | background-image:none; | ||
| 7870 | -webkit-box-shadow:none; | ||
| 7871 | box-shadow:none; | ||
| 7872 | color:rgba(92, 112, 128, 0.6); | ||
| 7873 | cursor:not-allowed; | ||
| 7874 | outline:none; } | ||
| 7875 | .bp3-slider-handle:disabled.bp3-active, .bp3-slider-handle:disabled.bp3-active:hover, .bp3-slider-handle.bp3-disabled.bp3-active, .bp3-slider-handle.bp3-disabled.bp3-active:hover{ | ||
| 7876 | background:rgba(206, 217, 224, 0.7); } | ||
| 7877 | .bp3-slider-handle:focus{ | ||
| 7878 | z-index:1; } | ||
| 7879 | .bp3-slider-handle:hover{ | ||
| 7880 | background-clip:padding-box; | ||
| 7881 | background-color:#ebf1f5; | ||
| 7882 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 7883 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); | ||
| 7884 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 7885 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 7886 | cursor:-webkit-grab; | ||
| 7887 | cursor:grab; | ||
| 7888 | z-index:2; } | ||
| 7889 | .bp3-slider-handle.bp3-active{ | ||
| 7890 | background-color:#d8e1e8; | ||
| 7891 | background-image:none; | ||
| 7892 | -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 7893 | box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 7894 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 1px rgba(16, 22, 26, 0.1); | ||
| 7895 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 1px rgba(16, 22, 26, 0.1); | ||
| 7896 | cursor:-webkit-grabbing; | ||
| 7897 | cursor:grabbing; } | ||
| 7898 | .bp3-disabled .bp3-slider-handle{ | ||
| 7899 | background:#bfccd6; | ||
| 7900 | -webkit-box-shadow:none; | ||
| 7901 | box-shadow:none; | ||
| 7902 | pointer-events:none; } | ||
| 7903 | .bp3-dark .bp3-slider-handle{ | ||
| 7904 | background-color:#394b59; | ||
| 7905 | background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); | ||
| 7906 | background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); | ||
| 7907 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 7908 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 7909 | color:#f5f8fa; } | ||
| 7910 | .bp3-dark .bp3-slider-handle:hover, .bp3-dark .bp3-slider-handle:active, .bp3-dark .bp3-slider-handle.bp3-active{ | ||
| 7911 | color:#f5f8fa; } | ||
| 7912 | .bp3-dark .bp3-slider-handle:hover{ | ||
| 7913 | background-color:#30404d; | ||
| 7914 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); | ||
| 7915 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } | ||
| 7916 | .bp3-dark .bp3-slider-handle:active, .bp3-dark .bp3-slider-handle.bp3-active{ | ||
| 7917 | background-color:#202b33; | ||
| 7918 | background-image:none; | ||
| 7919 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); | ||
| 7920 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } | ||
| 7921 | .bp3-dark .bp3-slider-handle:disabled, .bp3-dark .bp3-slider-handle.bp3-disabled{ | ||
| 7922 | background-color:rgba(57, 75, 89, 0.5); | ||
| 7923 | background-image:none; | ||
| 7924 | -webkit-box-shadow:none; | ||
| 7925 | box-shadow:none; | ||
| 7926 | color:rgba(167, 182, 194, 0.6); } | ||
| 7927 | .bp3-dark .bp3-slider-handle:disabled.bp3-active, .bp3-dark .bp3-slider-handle.bp3-disabled.bp3-active{ | ||
| 7928 | background:rgba(57, 75, 89, 0.7); } | ||
| 7929 | .bp3-dark .bp3-slider-handle .bp3-button-spinner .bp3-spinner-head{ | ||
| 7930 | background:rgba(16, 22, 26, 0.5); | ||
| 7931 | stroke:#8a9ba8; } | ||
| 7932 | .bp3-dark .bp3-slider-handle, .bp3-dark .bp3-slider-handle:hover{ | ||
| 7933 | background-color:#394b59; } | ||
| 7934 | .bp3-dark .bp3-slider-handle.bp3-active{ | ||
| 7935 | background-color:#293742; } | ||
| 7936 | .bp3-dark .bp3-disabled .bp3-slider-handle{ | ||
| 7937 | background:#5c7080; | ||
| 7938 | border-color:#5c7080; | ||
| 7939 | -webkit-box-shadow:none; | ||
| 7940 | box-shadow:none; } | ||
| 7941 | .bp3-slider-handle .bp3-slider-label{ | ||
| 7942 | background:#394b59; | ||
| 7943 | border-radius:3px; | ||
| 7944 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 7945 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 7946 | color:#f5f8fa; | ||
| 7947 | margin-left:8px; } | ||
| 7948 | .bp3-dark .bp3-slider-handle .bp3-slider-label{ | ||
| 7949 | background:#e1e8ed; | ||
| 7950 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); | ||
| 7951 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); | ||
| 7952 | color:#394b59; } | ||
| 7953 | .bp3-disabled .bp3-slider-handle .bp3-slider-label{ | ||
| 7954 | -webkit-box-shadow:none; | ||
| 7955 | box-shadow:none; } | ||
| 7956 | .bp3-slider-handle.bp3-start, .bp3-slider-handle.bp3-end{ | ||
| 7957 | width:8px; } | ||
| 7958 | .bp3-slider-handle.bp3-start{ | ||
| 7959 | border-bottom-right-radius:0; | ||
| 7960 | border-top-right-radius:0; } | ||
| 7961 | .bp3-slider-handle.bp3-end{ | ||
| 7962 | border-bottom-left-radius:0; | ||
| 7963 | border-top-left-radius:0; | ||
| 7964 | margin-left:8px; } | ||
| 7965 | .bp3-slider-handle.bp3-end .bp3-slider-label{ | ||
| 7966 | margin-left:0; } | ||
| 7967 | |||
| 7968 | .bp3-slider-label{ | ||
| 7969 | -webkit-transform:translate(-50%, 20px); | ||
| 7970 | transform:translate(-50%, 20px); | ||
| 7971 | display:inline-block; | ||
| 7972 | font-size:12px; | ||
| 7973 | line-height:1; | ||
| 7974 | padding:2px 5px; | ||
| 7975 | position:absolute; | ||
| 7976 | vertical-align:top; } | ||
| 7977 | |||
| 7978 | .bp3-slider.bp3-vertical{ | ||
| 7979 | height:150px; | ||
| 7980 | min-width:40px; | ||
| 7981 | width:40px; } | ||
| 7982 | .bp3-slider.bp3-vertical .bp3-slider-track, | ||
| 7983 | .bp3-slider.bp3-vertical .bp3-slider-progress{ | ||
| 7984 | bottom:0; | ||
| 7985 | height:auto; | ||
| 7986 | left:5px; | ||
| 7987 | top:0; | ||
| 7988 | width:6px; } | ||
| 7989 | .bp3-slider.bp3-vertical .bp3-slider-progress{ | ||
| 7990 | top:auto; } | ||
| 7991 | .bp3-slider.bp3-vertical .bp3-slider-label{ | ||
| 7992 | -webkit-transform:translate(20px, 50%); | ||
| 7993 | transform:translate(20px, 50%); } | ||
| 7994 | .bp3-slider.bp3-vertical .bp3-slider-handle{ | ||
| 7995 | top:auto; } | ||
| 7996 | .bp3-slider.bp3-vertical .bp3-slider-handle .bp3-slider-label{ | ||
| 7997 | margin-left:0; | ||
| 7998 | margin-top:-8px; } | ||
| 7999 | .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end, .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start{ | ||
| 8000 | height:8px; | ||
| 8001 | margin-left:0; | ||
| 8002 | width:16px; } | ||
| 8003 | .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start{ | ||
| 8004 | border-bottom-right-radius:3px; | ||
| 8005 | border-top-left-radius:0; } | ||
| 8006 | .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start .bp3-slider-label{ | ||
| 8007 | -webkit-transform:translate(20px); | ||
| 8008 | transform:translate(20px); } | ||
| 8009 | .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end{ | ||
| 8010 | border-bottom-left-radius:0; | ||
| 8011 | border-bottom-right-radius:0; | ||
| 8012 | border-top-left-radius:3px; | ||
| 8013 | margin-bottom:8px; } | ||
| 8014 | |||
| 8015 | @-webkit-keyframes pt-spinner-animation{ | ||
| 8016 | from{ | ||
| 8017 | -webkit-transform:rotate(0deg); | ||
| 8018 | transform:rotate(0deg); } | ||
| 8019 | to{ | ||
| 8020 | -webkit-transform:rotate(360deg); | ||
| 8021 | transform:rotate(360deg); } } | ||
| 8022 | |||
| 8023 | @keyframes pt-spinner-animation{ | ||
| 8024 | from{ | ||
| 8025 | -webkit-transform:rotate(0deg); | ||
| 8026 | transform:rotate(0deg); } | ||
| 8027 | to{ | ||
| 8028 | -webkit-transform:rotate(360deg); | ||
| 8029 | transform:rotate(360deg); } } | ||
| 8030 | |||
| 8031 | .bp3-spinner{ | ||
| 8032 | -webkit-box-align:center; | ||
| 8033 | -ms-flex-align:center; | ||
| 8034 | align-items:center; | ||
| 8035 | display:-webkit-box; | ||
| 8036 | display:-ms-flexbox; | ||
| 8037 | display:flex; | ||
| 8038 | -webkit-box-pack:center; | ||
| 8039 | -ms-flex-pack:center; | ||
| 8040 | justify-content:center; | ||
| 8041 | overflow:visible; | ||
| 8042 | vertical-align:middle; } | ||
| 8043 | .bp3-spinner svg{ | ||
| 8044 | display:block; } | ||
| 8045 | .bp3-spinner path{ | ||
| 8046 | fill-opacity:0; } | ||
| 8047 | .bp3-spinner .bp3-spinner-head{ | ||
| 8048 | stroke:rgba(92, 112, 128, 0.8); | ||
| 8049 | stroke-linecap:round; | ||
| 8050 | -webkit-transform-origin:center; | ||
| 8051 | transform-origin:center; | ||
| 8052 | -webkit-transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 8053 | transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 8054 | .bp3-spinner .bp3-spinner-track{ | ||
| 8055 | stroke:rgba(92, 112, 128, 0.2); } | ||
| 8056 | |||
| 8057 | .bp3-spinner-animation{ | ||
| 8058 | -webkit-animation:pt-spinner-animation 500ms linear infinite; | ||
| 8059 | animation:pt-spinner-animation 500ms linear infinite; } | ||
| 8060 | .bp3-no-spin > .bp3-spinner-animation{ | ||
| 8061 | -webkit-animation:none; | ||
| 8062 | animation:none; } | ||
| 8063 | |||
| 8064 | .bp3-dark .bp3-spinner .bp3-spinner-head{ | ||
| 8065 | stroke:#8a9ba8; } | ||
| 8066 | |||
| 8067 | .bp3-dark .bp3-spinner .bp3-spinner-track{ | ||
| 8068 | stroke:rgba(16, 22, 26, 0.5); } | ||
| 8069 | |||
| 8070 | .bp3-spinner.bp3-intent-primary .bp3-spinner-head{ | ||
| 8071 | stroke:#137cbd; } | ||
| 8072 | |||
| 8073 | .bp3-spinner.bp3-intent-success .bp3-spinner-head{ | ||
| 8074 | stroke:#0f9960; } | ||
| 8075 | |||
| 8076 | .bp3-spinner.bp3-intent-warning .bp3-spinner-head{ | ||
| 8077 | stroke:#d9822b; } | ||
| 8078 | |||
| 8079 | .bp3-spinner.bp3-intent-danger .bp3-spinner-head{ | ||
| 8080 | stroke:#db3737; } | ||
| 8081 | .bp3-tabs.bp3-vertical{ | ||
| 8082 | display:-webkit-box; | ||
| 8083 | display:-ms-flexbox; | ||
| 8084 | display:flex; } | ||
| 8085 | .bp3-tabs.bp3-vertical > .bp3-tab-list{ | ||
| 8086 | -webkit-box-align:start; | ||
| 8087 | -ms-flex-align:start; | ||
| 8088 | align-items:flex-start; | ||
| 8089 | -webkit-box-orient:vertical; | ||
| 8090 | -webkit-box-direction:normal; | ||
| 8091 | -ms-flex-direction:column; | ||
| 8092 | flex-direction:column; } | ||
| 8093 | .bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab{ | ||
| 8094 | border-radius:3px; | ||
| 8095 | padding:0 10px; | ||
| 8096 | width:100%; } | ||
| 8097 | .bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab[aria-selected="true"]{ | ||
| 8098 | background-color:rgba(19, 124, 189, 0.2); | ||
| 8099 | -webkit-box-shadow:none; | ||
| 8100 | box-shadow:none; } | ||
| 8101 | .bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab-indicator-wrapper .bp3-tab-indicator{ | ||
| 8102 | background-color:rgba(19, 124, 189, 0.2); | ||
| 8103 | border-radius:3px; | ||
| 8104 | bottom:0; | ||
| 8105 | height:auto; | ||
| 8106 | left:0; | ||
| 8107 | right:0; | ||
| 8108 | top:0; } | ||
| 8109 | .bp3-tabs.bp3-vertical > .bp3-tab-panel{ | ||
| 8110 | margin-top:0; | ||
| 8111 | padding-left:20px; } | ||
| 8112 | |||
| 8113 | .bp3-tab-list{ | ||
| 8114 | -webkit-box-align:end; | ||
| 8115 | -ms-flex-align:end; | ||
| 8116 | align-items:flex-end; | ||
| 8117 | border:none; | ||
| 8118 | display:-webkit-box; | ||
| 8119 | display:-ms-flexbox; | ||
| 8120 | display:flex; | ||
| 8121 | -webkit-box-flex:0; | ||
| 8122 | -ms-flex:0 0 auto; | ||
| 8123 | flex:0 0 auto; | ||
| 8124 | list-style:none; | ||
| 8125 | margin:0; | ||
| 8126 | padding:0; | ||
| 8127 | position:relative; } | ||
| 8128 | .bp3-tab-list > *:not(:last-child){ | ||
| 8129 | margin-right:20px; } | ||
| 8130 | |||
| 8131 | .bp3-tab{ | ||
| 8132 | overflow:hidden; | ||
| 8133 | text-overflow:ellipsis; | ||
| 8134 | white-space:nowrap; | ||
| 8135 | word-wrap:normal; | ||
| 8136 | color:#182026; | ||
| 8137 | cursor:pointer; | ||
| 8138 | -webkit-box-flex:0; | ||
| 8139 | -ms-flex:0 0 auto; | ||
| 8140 | flex:0 0 auto; | ||
| 8141 | font-size:14px; | ||
| 8142 | line-height:30px; | ||
| 8143 | max-width:100%; | ||
| 8144 | position:relative; | ||
| 8145 | vertical-align:top; } | ||
| 8146 | .bp3-tab a{ | ||
| 8147 | color:inherit; | ||
| 8148 | display:block; | ||
| 8149 | text-decoration:none; } | ||
| 8150 | .bp3-tab-indicator-wrapper ~ .bp3-tab{ | ||
| 8151 | background-color:transparent !important; | ||
| 8152 | -webkit-box-shadow:none !important; | ||
| 8153 | box-shadow:none !important; } | ||
| 8154 | .bp3-tab[aria-disabled="true"]{ | ||
| 8155 | color:rgba(92, 112, 128, 0.6); | ||
| 8156 | cursor:not-allowed; } | ||
| 8157 | .bp3-tab[aria-selected="true"]{ | ||
| 8158 | border-radius:0; | ||
| 8159 | -webkit-box-shadow:inset 0 -3px 0 #106ba3; | ||
| 8160 | box-shadow:inset 0 -3px 0 #106ba3; } | ||
| 8161 | .bp3-tab[aria-selected="true"], .bp3-tab:not([aria-disabled="true"]):hover{ | ||
| 8162 | color:#106ba3; } | ||
| 8163 | .bp3-tab:focus{ | ||
| 8164 | -moz-outline-radius:0; } | ||
| 8165 | .bp3-large > .bp3-tab{ | ||
| 8166 | font-size:16px; | ||
| 8167 | line-height:40px; } | ||
| 8168 | |||
| 8169 | .bp3-tab-panel{ | ||
| 8170 | margin-top:20px; } | ||
| 8171 | .bp3-tab-panel[aria-hidden="true"]{ | ||
| 8172 | display:none; } | ||
| 8173 | |||
| 8174 | .bp3-tab-indicator-wrapper{ | ||
| 8175 | left:0; | ||
| 8176 | pointer-events:none; | ||
| 8177 | position:absolute; | ||
| 8178 | top:0; | ||
| 8179 | -webkit-transform:translateX(0), translateY(0); | ||
| 8180 | transform:translateX(0), translateY(0); | ||
| 8181 | -webkit-transition:height, width, -webkit-transform; | ||
| 8182 | transition:height, width, -webkit-transform; | ||
| 8183 | transition:height, transform, width; | ||
| 8184 | transition:height, transform, width, -webkit-transform; | ||
| 8185 | -webkit-transition-duration:200ms; | ||
| 8186 | transition-duration:200ms; | ||
| 8187 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 8188 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 8189 | .bp3-tab-indicator-wrapper .bp3-tab-indicator{ | ||
| 8190 | background-color:#106ba3; | ||
| 8191 | bottom:0; | ||
| 8192 | height:3px; | ||
| 8193 | left:0; | ||
| 8194 | position:absolute; | ||
| 8195 | right:0; } | ||
| 8196 | .bp3-tab-indicator-wrapper.bp3-no-animation{ | ||
| 8197 | -webkit-transition:none; | ||
| 8198 | transition:none; } | ||
| 8199 | |||
| 8200 | .bp3-dark .bp3-tab{ | ||
| 8201 | color:#f5f8fa; } | ||
| 8202 | .bp3-dark .bp3-tab[aria-disabled="true"]{ | ||
| 8203 | color:rgba(167, 182, 194, 0.6); } | ||
| 8204 | .bp3-dark .bp3-tab[aria-selected="true"]{ | ||
| 8205 | -webkit-box-shadow:inset 0 -3px 0 #48aff0; | ||
| 8206 | box-shadow:inset 0 -3px 0 #48aff0; } | ||
| 8207 | .bp3-dark .bp3-tab[aria-selected="true"], .bp3-dark .bp3-tab:not([aria-disabled="true"]):hover{ | ||
| 8208 | color:#48aff0; } | ||
| 8209 | |||
| 8210 | .bp3-dark .bp3-tab-indicator{ | ||
| 8211 | background-color:#48aff0; } | ||
| 8212 | |||
| 8213 | .bp3-flex-expander{ | ||
| 8214 | -webkit-box-flex:1; | ||
| 8215 | -ms-flex:1 1; | ||
| 8216 | flex:1 1; } | ||
| 8217 | .bp3-tag{ | ||
| 8218 | display:-webkit-inline-box; | ||
| 8219 | display:-ms-inline-flexbox; | ||
| 8220 | display:inline-flex; | ||
| 8221 | -webkit-box-orient:horizontal; | ||
| 8222 | -webkit-box-direction:normal; | ||
| 8223 | -ms-flex-direction:row; | ||
| 8224 | flex-direction:row; | ||
| 8225 | -webkit-box-align:center; | ||
| 8226 | -ms-flex-align:center; | ||
| 8227 | align-items:center; | ||
| 8228 | background-color:#5c7080; | ||
| 8229 | border:none; | ||
| 8230 | border-radius:3px; | ||
| 8231 | -webkit-box-shadow:none; | ||
| 8232 | box-shadow:none; | ||
| 8233 | color:#f5f8fa; | ||
| 8234 | font-size:12px; | ||
| 8235 | line-height:16px; | ||
| 8236 | max-width:100%; | ||
| 8237 | min-height:20px; | ||
| 8238 | min-width:20px; | ||
| 8239 | padding:2px 6px; | ||
| 8240 | position:relative; } | ||
| 8241 | .bp3-tag.bp3-interactive{ | ||
| 8242 | cursor:pointer; } | ||
| 8243 | .bp3-tag.bp3-interactive:hover{ | ||
| 8244 | background-color:rgba(92, 112, 128, 0.85); } | ||
| 8245 | .bp3-tag.bp3-interactive.bp3-active, .bp3-tag.bp3-interactive:active{ | ||
| 8246 | background-color:rgba(92, 112, 128, 0.7); } | ||
| 8247 | .bp3-tag > *{ | ||
| 8248 | -webkit-box-flex:0; | ||
| 8249 | -ms-flex-positive:0; | ||
| 8250 | flex-grow:0; | ||
| 8251 | -ms-flex-negative:0; | ||
| 8252 | flex-shrink:0; } | ||
| 8253 | .bp3-tag > .bp3-fill{ | ||
| 8254 | -webkit-box-flex:1; | ||
| 8255 | -ms-flex-positive:1; | ||
| 8256 | flex-grow:1; | ||
| 8257 | -ms-flex-negative:1; | ||
| 8258 | flex-shrink:1; } | ||
| 8259 | .bp3-tag::before, | ||
| 8260 | .bp3-tag > *{ | ||
| 8261 | margin-right:4px; } | ||
| 8262 | .bp3-tag:empty::before, | ||
| 8263 | .bp3-tag > :last-child{ | ||
| 8264 | margin-right:0; } | ||
| 8265 | .bp3-tag:focus{ | ||
| 8266 | outline:rgba(19, 124, 189, 0.6) auto 2px; | ||
| 8267 | outline-offset:0; | ||
| 8268 | -moz-outline-radius:6px; } | ||
| 8269 | .bp3-tag.bp3-round{ | ||
| 8270 | border-radius:30px; | ||
| 8271 | padding-left:8px; | ||
| 8272 | padding-right:8px; } | ||
| 8273 | .bp3-dark .bp3-tag{ | ||
| 8274 | background-color:#bfccd6; | ||
| 8275 | color:#182026; } | ||
| 8276 | .bp3-dark .bp3-tag.bp3-interactive{ | ||
| 8277 | cursor:pointer; } | ||
| 8278 | .bp3-dark .bp3-tag.bp3-interactive:hover{ | ||
| 8279 | background-color:rgba(191, 204, 214, 0.85); } | ||
| 8280 | .bp3-dark .bp3-tag.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-interactive:active{ | ||
| 8281 | background-color:rgba(191, 204, 214, 0.7); } | ||
| 8282 | .bp3-dark .bp3-tag > .bp3-icon, .bp3-dark .bp3-tag .bp3-icon-standard, .bp3-dark .bp3-tag .bp3-icon-large{ | ||
| 8283 | fill:currentColor; } | ||
| 8284 | .bp3-tag > .bp3-icon, .bp3-tag .bp3-icon-standard, .bp3-tag .bp3-icon-large{ | ||
| 8285 | fill:#ffffff; } | ||
| 8286 | .bp3-tag.bp3-large, | ||
| 8287 | .bp3-large .bp3-tag{ | ||
| 8288 | font-size:14px; | ||
| 8289 | line-height:20px; | ||
| 8290 | min-height:30px; | ||
| 8291 | min-width:30px; | ||
| 8292 | padding:5px 10px; } | ||
| 8293 | .bp3-tag.bp3-large::before, | ||
| 8294 | .bp3-tag.bp3-large > *, | ||
| 8295 | .bp3-large .bp3-tag::before, | ||
| 8296 | .bp3-large .bp3-tag > *{ | ||
| 8297 | margin-right:7px; } | ||
| 8298 | .bp3-tag.bp3-large:empty::before, | ||
| 8299 | .bp3-tag.bp3-large > :last-child, | ||
| 8300 | .bp3-large .bp3-tag:empty::before, | ||
| 8301 | .bp3-large .bp3-tag > :last-child{ | ||
| 8302 | margin-right:0; } | ||
| 8303 | .bp3-tag.bp3-large.bp3-round, | ||
| 8304 | .bp3-large .bp3-tag.bp3-round{ | ||
| 8305 | padding-left:12px; | ||
| 8306 | padding-right:12px; } | ||
| 8307 | .bp3-tag.bp3-intent-primary{ | ||
| 8308 | background:#137cbd; | ||
| 8309 | color:#ffffff; } | ||
| 8310 | .bp3-tag.bp3-intent-primary.bp3-interactive{ | ||
| 8311 | cursor:pointer; } | ||
| 8312 | .bp3-tag.bp3-intent-primary.bp3-interactive:hover{ | ||
| 8313 | background-color:rgba(19, 124, 189, 0.85); } | ||
| 8314 | .bp3-tag.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-primary.bp3-interactive:active{ | ||
| 8315 | background-color:rgba(19, 124, 189, 0.7); } | ||
| 8316 | .bp3-tag.bp3-intent-success{ | ||
| 8317 | background:#0f9960; | ||
| 8318 | color:#ffffff; } | ||
| 8319 | .bp3-tag.bp3-intent-success.bp3-interactive{ | ||
| 8320 | cursor:pointer; } | ||
| 8321 | .bp3-tag.bp3-intent-success.bp3-interactive:hover{ | ||
| 8322 | background-color:rgba(15, 153, 96, 0.85); } | ||
| 8323 | .bp3-tag.bp3-intent-success.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-success.bp3-interactive:active{ | ||
| 8324 | background-color:rgba(15, 153, 96, 0.7); } | ||
| 8325 | .bp3-tag.bp3-intent-warning{ | ||
| 8326 | background:#d9822b; | ||
| 8327 | color:#ffffff; } | ||
| 8328 | .bp3-tag.bp3-intent-warning.bp3-interactive{ | ||
| 8329 | cursor:pointer; } | ||
| 8330 | .bp3-tag.bp3-intent-warning.bp3-interactive:hover{ | ||
| 8331 | background-color:rgba(217, 130, 43, 0.85); } | ||
| 8332 | .bp3-tag.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-warning.bp3-interactive:active{ | ||
| 8333 | background-color:rgba(217, 130, 43, 0.7); } | ||
| 8334 | .bp3-tag.bp3-intent-danger{ | ||
| 8335 | background:#db3737; | ||
| 8336 | color:#ffffff; } | ||
| 8337 | .bp3-tag.bp3-intent-danger.bp3-interactive{ | ||
| 8338 | cursor:pointer; } | ||
| 8339 | .bp3-tag.bp3-intent-danger.bp3-interactive:hover{ | ||
| 8340 | background-color:rgba(219, 55, 55, 0.85); } | ||
| 8341 | .bp3-tag.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-danger.bp3-interactive:active{ | ||
| 8342 | background-color:rgba(219, 55, 55, 0.7); } | ||
| 8343 | .bp3-tag.bp3-fill{ | ||
| 8344 | display:-webkit-box; | ||
| 8345 | display:-ms-flexbox; | ||
| 8346 | display:flex; | ||
| 8347 | width:100%; } | ||
| 8348 | .bp3-tag.bp3-minimal > .bp3-icon, .bp3-tag.bp3-minimal .bp3-icon-standard, .bp3-tag.bp3-minimal .bp3-icon-large{ | ||
| 8349 | fill:#5c7080; } | ||
| 8350 | .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]){ | ||
| 8351 | background-color:rgba(138, 155, 168, 0.2); | ||
| 8352 | color:#182026; } | ||
| 8353 | .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive{ | ||
| 8354 | cursor:pointer; } | ||
| 8355 | .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive:hover{ | ||
| 8356 | background-color:rgba(92, 112, 128, 0.3); } | ||
| 8357 | .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive.bp3-active, .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive:active{ | ||
| 8358 | background-color:rgba(92, 112, 128, 0.4); } | ||
| 8359 | .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]){ | ||
| 8360 | color:#f5f8fa; } | ||
| 8361 | .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive{ | ||
| 8362 | cursor:pointer; } | ||
| 8363 | .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive:hover{ | ||
| 8364 | background-color:rgba(191, 204, 214, 0.3); } | ||
| 8365 | .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive:active{ | ||
| 8366 | background-color:rgba(191, 204, 214, 0.4); } | ||
| 8367 | .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]) > .bp3-icon, .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]) .bp3-icon-standard, .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]) .bp3-icon-large{ | ||
| 8368 | fill:#a7b6c2; } | ||
| 8369 | .bp3-tag.bp3-minimal.bp3-intent-primary{ | ||
| 8370 | background-color:rgba(19, 124, 189, 0.15); | ||
| 8371 | color:#106ba3; } | ||
| 8372 | .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive{ | ||
| 8373 | cursor:pointer; } | ||
| 8374 | .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:hover{ | ||
| 8375 | background-color:rgba(19, 124, 189, 0.25); } | ||
| 8376 | .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:active{ | ||
| 8377 | background-color:rgba(19, 124, 189, 0.35); } | ||
| 8378 | .bp3-tag.bp3-minimal.bp3-intent-primary > .bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-primary .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-primary .bp3-icon-large{ | ||
| 8379 | fill:#137cbd; } | ||
| 8380 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary{ | ||
| 8381 | background-color:rgba(19, 124, 189, 0.25); | ||
| 8382 | color:#48aff0; } | ||
| 8383 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive{ | ||
| 8384 | cursor:pointer; } | ||
| 8385 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:hover{ | ||
| 8386 | background-color:rgba(19, 124, 189, 0.35); } | ||
| 8387 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:active{ | ||
| 8388 | background-color:rgba(19, 124, 189, 0.45); } | ||
| 8389 | .bp3-tag.bp3-minimal.bp3-intent-success{ | ||
| 8390 | background-color:rgba(15, 153, 96, 0.15); | ||
| 8391 | color:#0d8050; } | ||
| 8392 | .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive{ | ||
| 8393 | cursor:pointer; } | ||
| 8394 | .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:hover{ | ||
| 8395 | background-color:rgba(15, 153, 96, 0.25); } | ||
| 8396 | .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:active{ | ||
| 8397 | background-color:rgba(15, 153, 96, 0.35); } | ||
| 8398 | .bp3-tag.bp3-minimal.bp3-intent-success > .bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-success .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-success .bp3-icon-large{ | ||
| 8399 | fill:#0f9960; } | ||
| 8400 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success{ | ||
| 8401 | background-color:rgba(15, 153, 96, 0.25); | ||
| 8402 | color:#3dcc91; } | ||
| 8403 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive{ | ||
| 8404 | cursor:pointer; } | ||
| 8405 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:hover{ | ||
| 8406 | background-color:rgba(15, 153, 96, 0.35); } | ||
| 8407 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:active{ | ||
| 8408 | background-color:rgba(15, 153, 96, 0.45); } | ||
| 8409 | .bp3-tag.bp3-minimal.bp3-intent-warning{ | ||
| 8410 | background-color:rgba(217, 130, 43, 0.15); | ||
| 8411 | color:#bf7326; } | ||
| 8412 | .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive{ | ||
| 8413 | cursor:pointer; } | ||
| 8414 | .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:hover{ | ||
| 8415 | background-color:rgba(217, 130, 43, 0.25); } | ||
| 8416 | .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:active{ | ||
| 8417 | background-color:rgba(217, 130, 43, 0.35); } | ||
| 8418 | .bp3-tag.bp3-minimal.bp3-intent-warning > .bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-warning .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-warning .bp3-icon-large{ | ||
| 8419 | fill:#d9822b; } | ||
| 8420 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning{ | ||
| 8421 | background-color:rgba(217, 130, 43, 0.25); | ||
| 8422 | color:#ffb366; } | ||
| 8423 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive{ | ||
| 8424 | cursor:pointer; } | ||
| 8425 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:hover{ | ||
| 8426 | background-color:rgba(217, 130, 43, 0.35); } | ||
| 8427 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:active{ | ||
| 8428 | background-color:rgba(217, 130, 43, 0.45); } | ||
| 8429 | .bp3-tag.bp3-minimal.bp3-intent-danger{ | ||
| 8430 | background-color:rgba(219, 55, 55, 0.15); | ||
| 8431 | color:#c23030; } | ||
| 8432 | .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive{ | ||
| 8433 | cursor:pointer; } | ||
| 8434 | .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:hover{ | ||
| 8435 | background-color:rgba(219, 55, 55, 0.25); } | ||
| 8436 | .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:active{ | ||
| 8437 | background-color:rgba(219, 55, 55, 0.35); } | ||
| 8438 | .bp3-tag.bp3-minimal.bp3-intent-danger > .bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-danger .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-danger .bp3-icon-large{ | ||
| 8439 | fill:#db3737; } | ||
| 8440 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger{ | ||
| 8441 | background-color:rgba(219, 55, 55, 0.25); | ||
| 8442 | color:#ff7373; } | ||
| 8443 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive{ | ||
| 8444 | cursor:pointer; } | ||
| 8445 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:hover{ | ||
| 8446 | background-color:rgba(219, 55, 55, 0.35); } | ||
| 8447 | .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:active{ | ||
| 8448 | background-color:rgba(219, 55, 55, 0.45); } | ||
| 8449 | |||
| 8450 | .bp3-tag-remove{ | ||
| 8451 | background:none; | ||
| 8452 | border:none; | ||
| 8453 | color:inherit; | ||
| 8454 | cursor:pointer; | ||
| 8455 | display:-webkit-box; | ||
| 8456 | display:-ms-flexbox; | ||
| 8457 | display:flex; | ||
| 8458 | margin-bottom:-2px; | ||
| 8459 | margin-right:-6px !important; | ||
| 8460 | margin-top:-2px; | ||
| 8461 | opacity:0.5; | ||
| 8462 | padding:2px; | ||
| 8463 | padding-left:0; } | ||
| 8464 | .bp3-tag-remove:hover{ | ||
| 8465 | background:none; | ||
| 8466 | opacity:0.8; | ||
| 8467 | text-decoration:none; } | ||
| 8468 | .bp3-tag-remove:active{ | ||
| 8469 | opacity:1; } | ||
| 8470 | .bp3-tag-remove:empty::before{ | ||
| 8471 | font-family:"Icons16", sans-serif; | ||
| 8472 | font-size:16px; | ||
| 8473 | font-style:normal; | ||
| 8474 | font-weight:400; | ||
| 8475 | line-height:1; | ||
| 8476 | -moz-osx-font-smoothing:grayscale; | ||
| 8477 | -webkit-font-smoothing:antialiased; | ||
| 8478 | content:""; } | ||
| 8479 | .bp3-large .bp3-tag-remove{ | ||
| 8480 | margin-right:-10px !important; | ||
| 8481 | padding:0 5px 0 0; } | ||
| 8482 | .bp3-large .bp3-tag-remove:empty::before{ | ||
| 8483 | font-family:"Icons20", sans-serif; | ||
| 8484 | font-size:20px; | ||
| 8485 | font-style:normal; | ||
| 8486 | font-weight:400; | ||
| 8487 | line-height:1; } | ||
| 8488 | .bp3-tag-input{ | ||
| 8489 | display:-webkit-box; | ||
| 8490 | display:-ms-flexbox; | ||
| 8491 | display:flex; | ||
| 8492 | -webkit-box-orient:horizontal; | ||
| 8493 | -webkit-box-direction:normal; | ||
| 8494 | -ms-flex-direction:row; | ||
| 8495 | flex-direction:row; | ||
| 8496 | -webkit-box-align:start; | ||
| 8497 | -ms-flex-align:start; | ||
| 8498 | align-items:flex-start; | ||
| 8499 | cursor:text; | ||
| 8500 | height:auto; | ||
| 8501 | line-height:inherit; | ||
| 8502 | min-height:30px; | ||
| 8503 | padding-left:5px; | ||
| 8504 | padding-right:0; } | ||
| 8505 | .bp3-tag-input > *{ | ||
| 8506 | -webkit-box-flex:0; | ||
| 8507 | -ms-flex-positive:0; | ||
| 8508 | flex-grow:0; | ||
| 8509 | -ms-flex-negative:0; | ||
| 8510 | flex-shrink:0; } | ||
| 8511 | .bp3-tag-input > .bp3-tag-input-values{ | ||
| 8512 | -webkit-box-flex:1; | ||
| 8513 | -ms-flex-positive:1; | ||
| 8514 | flex-grow:1; | ||
| 8515 | -ms-flex-negative:1; | ||
| 8516 | flex-shrink:1; } | ||
| 8517 | .bp3-tag-input .bp3-tag-input-icon{ | ||
| 8518 | color:#5c7080; | ||
| 8519 | margin-left:2px; | ||
| 8520 | margin-right:7px; | ||
| 8521 | margin-top:7px; } | ||
| 8522 | .bp3-tag-input .bp3-tag-input-values{ | ||
| 8523 | display:-webkit-box; | ||
| 8524 | display:-ms-flexbox; | ||
| 8525 | display:flex; | ||
| 8526 | -webkit-box-orient:horizontal; | ||
| 8527 | -webkit-box-direction:normal; | ||
| 8528 | -ms-flex-direction:row; | ||
| 8529 | flex-direction:row; | ||
| 8530 | -webkit-box-align:center; | ||
| 8531 | -ms-flex-align:center; | ||
| 8532 | align-items:center; | ||
| 8533 | -ms-flex-item-align:stretch; | ||
| 8534 | align-self:stretch; | ||
| 8535 | -ms-flex-wrap:wrap; | ||
| 8536 | flex-wrap:wrap; | ||
| 8537 | margin-right:7px; | ||
| 8538 | margin-top:5px; | ||
| 8539 | min-width:0; } | ||
| 8540 | .bp3-tag-input .bp3-tag-input-values > *{ | ||
| 8541 | -webkit-box-flex:0; | ||
| 8542 | -ms-flex-positive:0; | ||
| 8543 | flex-grow:0; | ||
| 8544 | -ms-flex-negative:0; | ||
| 8545 | flex-shrink:0; } | ||
| 8546 | .bp3-tag-input .bp3-tag-input-values > .bp3-fill{ | ||
| 8547 | -webkit-box-flex:1; | ||
| 8548 | -ms-flex-positive:1; | ||
| 8549 | flex-grow:1; | ||
| 8550 | -ms-flex-negative:1; | ||
| 8551 | flex-shrink:1; } | ||
| 8552 | .bp3-tag-input .bp3-tag-input-values::before, | ||
| 8553 | .bp3-tag-input .bp3-tag-input-values > *{ | ||
| 8554 | margin-right:5px; } | ||
| 8555 | .bp3-tag-input .bp3-tag-input-values:empty::before, | ||
| 8556 | .bp3-tag-input .bp3-tag-input-values > :last-child{ | ||
| 8557 | margin-right:0; } | ||
| 8558 | .bp3-tag-input .bp3-tag-input-values:first-child .bp3-input-ghost:first-child{ | ||
| 8559 | padding-left:5px; } | ||
| 8560 | .bp3-tag-input .bp3-tag-input-values > *{ | ||
| 8561 | margin-bottom:5px; } | ||
| 8562 | .bp3-tag-input .bp3-tag{ | ||
| 8563 | overflow-wrap:break-word; } | ||
| 8564 | .bp3-tag-input .bp3-tag.bp3-active{ | ||
| 8565 | outline:rgba(19, 124, 189, 0.6) auto 2px; | ||
| 8566 | outline-offset:0; | ||
| 8567 | -moz-outline-radius:6px; } | ||
| 8568 | .bp3-tag-input .bp3-input-ghost{ | ||
| 8569 | -webkit-box-flex:1; | ||
| 8570 | -ms-flex:1 1 auto; | ||
| 8571 | flex:1 1 auto; | ||
| 8572 | line-height:20px; | ||
| 8573 | width:80px; } | ||
| 8574 | .bp3-tag-input .bp3-input-ghost:disabled, .bp3-tag-input .bp3-input-ghost.bp3-disabled{ | ||
| 8575 | cursor:not-allowed; } | ||
| 8576 | .bp3-tag-input .bp3-button, | ||
| 8577 | .bp3-tag-input .bp3-spinner{ | ||
| 8578 | margin:3px; | ||
| 8579 | margin-left:0; } | ||
| 8580 | .bp3-tag-input .bp3-button{ | ||
| 8581 | min-height:24px; | ||
| 8582 | min-width:24px; | ||
| 8583 | padding:0 7px; } | ||
| 8584 | .bp3-tag-input.bp3-large{ | ||
| 8585 | height:auto; | ||
| 8586 | min-height:40px; } | ||
| 8587 | .bp3-tag-input.bp3-large::before, | ||
| 8588 | .bp3-tag-input.bp3-large > *{ | ||
| 8589 | margin-right:10px; } | ||
| 8590 | .bp3-tag-input.bp3-large:empty::before, | ||
| 8591 | .bp3-tag-input.bp3-large > :last-child{ | ||
| 8592 | margin-right:0; } | ||
| 8593 | .bp3-tag-input.bp3-large .bp3-tag-input-icon{ | ||
| 8594 | margin-left:5px; | ||
| 8595 | margin-top:10px; } | ||
| 8596 | .bp3-tag-input.bp3-large .bp3-input-ghost{ | ||
| 8597 | line-height:30px; } | ||
| 8598 | .bp3-tag-input.bp3-large .bp3-button{ | ||
| 8599 | min-height:30px; | ||
| 8600 | min-width:30px; | ||
| 8601 | padding:5px 10px; | ||
| 8602 | margin:5px; | ||
| 8603 | margin-left:0; } | ||
| 8604 | .bp3-tag-input.bp3-large .bp3-spinner{ | ||
| 8605 | margin:8px; | ||
| 8606 | margin-left:0; } | ||
| 8607 | .bp3-tag-input.bp3-active{ | ||
| 8608 | background-color:#ffffff; | ||
| 8609 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 8610 | box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 8611 | .bp3-tag-input.bp3-active.bp3-intent-primary{ | ||
| 8612 | -webkit-box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 8613 | box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 8614 | .bp3-tag-input.bp3-active.bp3-intent-success{ | ||
| 8615 | -webkit-box-shadow:0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 8616 | box-shadow:0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 8617 | .bp3-tag-input.bp3-active.bp3-intent-warning{ | ||
| 8618 | -webkit-box-shadow:0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 8619 | box-shadow:0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 8620 | .bp3-tag-input.bp3-active.bp3-intent-danger{ | ||
| 8621 | -webkit-box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); | ||
| 8622 | box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } | ||
| 8623 | .bp3-dark .bp3-tag-input .bp3-tag-input-icon, .bp3-tag-input.bp3-dark .bp3-tag-input-icon{ | ||
| 8624 | color:#a7b6c2; } | ||
| 8625 | .bp3-dark .bp3-tag-input .bp3-input-ghost, .bp3-tag-input.bp3-dark .bp3-input-ghost{ | ||
| 8626 | color:#f5f8fa; } | ||
| 8627 | .bp3-dark .bp3-tag-input .bp3-input-ghost::-webkit-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-webkit-input-placeholder{ | ||
| 8628 | color:rgba(167, 182, 194, 0.6); } | ||
| 8629 | .bp3-dark .bp3-tag-input .bp3-input-ghost::-moz-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-moz-placeholder{ | ||
| 8630 | color:rgba(167, 182, 194, 0.6); } | ||
| 8631 | .bp3-dark .bp3-tag-input .bp3-input-ghost:-ms-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost:-ms-input-placeholder{ | ||
| 8632 | color:rgba(167, 182, 194, 0.6); } | ||
| 8633 | .bp3-dark .bp3-tag-input .bp3-input-ghost::-ms-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-ms-input-placeholder{ | ||
| 8634 | color:rgba(167, 182, 194, 0.6); } | ||
| 8635 | .bp3-dark .bp3-tag-input .bp3-input-ghost::placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::placeholder{ | ||
| 8636 | color:rgba(167, 182, 194, 0.6); } | ||
| 8637 | .bp3-dark .bp3-tag-input.bp3-active, .bp3-tag-input.bp3-dark.bp3-active{ | ||
| 8638 | background-color:rgba(16, 22, 26, 0.3); | ||
| 8639 | -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 8640 | box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 8641 | .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-primary, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-primary{ | ||
| 8642 | -webkit-box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 8643 | box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 8644 | .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-success, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-success{ | ||
| 8645 | -webkit-box-shadow:0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 8646 | box-shadow:0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 8647 | .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-warning, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-warning{ | ||
| 8648 | -webkit-box-shadow:0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 8649 | box-shadow:0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 8650 | .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-danger, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-danger{ | ||
| 8651 | -webkit-box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); | ||
| 8652 | box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } | ||
| 8653 | |||
| 8654 | .bp3-input-ghost{ | ||
| 8655 | background:none; | ||
| 8656 | border:none; | ||
| 8657 | -webkit-box-shadow:none; | ||
| 8658 | box-shadow:none; | ||
| 8659 | padding:0; } | ||
| 8660 | .bp3-input-ghost::-webkit-input-placeholder{ | ||
| 8661 | color:rgba(92, 112, 128, 0.6); | ||
| 8662 | opacity:1; } | ||
| 8663 | .bp3-input-ghost::-moz-placeholder{ | ||
| 8664 | color:rgba(92, 112, 128, 0.6); | ||
| 8665 | opacity:1; } | ||
| 8666 | .bp3-input-ghost:-ms-input-placeholder{ | ||
| 8667 | color:rgba(92, 112, 128, 0.6); | ||
| 8668 | opacity:1; } | ||
| 8669 | .bp3-input-ghost::-ms-input-placeholder{ | ||
| 8670 | color:rgba(92, 112, 128, 0.6); | ||
| 8671 | opacity:1; } | ||
| 8672 | .bp3-input-ghost::placeholder{ | ||
| 8673 | color:rgba(92, 112, 128, 0.6); | ||
| 8674 | opacity:1; } | ||
| 8675 | .bp3-input-ghost:focus{ | ||
| 8676 | outline:none !important; } | ||
| 8677 | .bp3-toast{ | ||
| 8678 | -webkit-box-align:start; | ||
| 8679 | -ms-flex-align:start; | ||
| 8680 | align-items:flex-start; | ||
| 8681 | background-color:#ffffff; | ||
| 8682 | border-radius:3px; | ||
| 8683 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 8684 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 8685 | display:-webkit-box; | ||
| 8686 | display:-ms-flexbox; | ||
| 8687 | display:flex; | ||
| 8688 | margin:20px 0 0; | ||
| 8689 | max-width:500px; | ||
| 8690 | min-width:300px; | ||
| 8691 | pointer-events:all; | ||
| 8692 | position:relative !important; } | ||
| 8693 | .bp3-toast.bp3-toast-enter, .bp3-toast.bp3-toast-appear{ | ||
| 8694 | -webkit-transform:translateY(-40px); | ||
| 8695 | transform:translateY(-40px); } | ||
| 8696 | .bp3-toast.bp3-toast-enter-active, .bp3-toast.bp3-toast-appear-active{ | ||
| 8697 | -webkit-transform:translateY(0); | ||
| 8698 | transform:translateY(0); | ||
| 8699 | -webkit-transition-delay:0; | ||
| 8700 | transition-delay:0; | ||
| 8701 | -webkit-transition-duration:300ms; | ||
| 8702 | transition-duration:300ms; | ||
| 8703 | -webkit-transition-property:-webkit-transform; | ||
| 8704 | transition-property:-webkit-transform; | ||
| 8705 | transition-property:transform; | ||
| 8706 | transition-property:transform, -webkit-transform; | ||
| 8707 | -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); | ||
| 8708 | transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } | ||
| 8709 | .bp3-toast.bp3-toast-enter ~ .bp3-toast, .bp3-toast.bp3-toast-appear ~ .bp3-toast{ | ||
| 8710 | -webkit-transform:translateY(-40px); | ||
| 8711 | transform:translateY(-40px); } | ||
| 8712 | .bp3-toast.bp3-toast-enter-active ~ .bp3-toast, .bp3-toast.bp3-toast-appear-active ~ .bp3-toast{ | ||
| 8713 | -webkit-transform:translateY(0); | ||
| 8714 | transform:translateY(0); | ||
| 8715 | -webkit-transition-delay:0; | ||
| 8716 | transition-delay:0; | ||
| 8717 | -webkit-transition-duration:300ms; | ||
| 8718 | transition-duration:300ms; | ||
| 8719 | -webkit-transition-property:-webkit-transform; | ||
| 8720 | transition-property:-webkit-transform; | ||
| 8721 | transition-property:transform; | ||
| 8722 | transition-property:transform, -webkit-transform; | ||
| 8723 | -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); | ||
| 8724 | transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } | ||
| 8725 | .bp3-toast.bp3-toast-exit{ | ||
| 8726 | opacity:1; | ||
| 8727 | -webkit-filter:blur(0); | ||
| 8728 | filter:blur(0); } | ||
| 8729 | .bp3-toast.bp3-toast-exit-active{ | ||
| 8730 | opacity:0; | ||
| 8731 | -webkit-filter:blur(10px); | ||
| 8732 | filter:blur(10px); | ||
| 8733 | -webkit-transition-delay:0; | ||
| 8734 | transition-delay:0; | ||
| 8735 | -webkit-transition-duration:300ms; | ||
| 8736 | transition-duration:300ms; | ||
| 8737 | -webkit-transition-property:opacity, -webkit-filter; | ||
| 8738 | transition-property:opacity, -webkit-filter; | ||
| 8739 | transition-property:opacity, filter; | ||
| 8740 | transition-property:opacity, filter, -webkit-filter; | ||
| 8741 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 8742 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 8743 | .bp3-toast.bp3-toast-exit ~ .bp3-toast{ | ||
| 8744 | -webkit-transform:translateY(0); | ||
| 8745 | transform:translateY(0); } | ||
| 8746 | .bp3-toast.bp3-toast-exit-active ~ .bp3-toast{ | ||
| 8747 | -webkit-transform:translateY(-40px); | ||
| 8748 | transform:translateY(-40px); | ||
| 8749 | -webkit-transition-delay:50ms; | ||
| 8750 | transition-delay:50ms; | ||
| 8751 | -webkit-transition-duration:100ms; | ||
| 8752 | transition-duration:100ms; | ||
| 8753 | -webkit-transition-property:-webkit-transform; | ||
| 8754 | transition-property:-webkit-transform; | ||
| 8755 | transition-property:transform; | ||
| 8756 | transition-property:transform, -webkit-transform; | ||
| 8757 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 8758 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 8759 | .bp3-toast .bp3-button-group{ | ||
| 8760 | -webkit-box-flex:0; | ||
| 8761 | -ms-flex:0 0 auto; | ||
| 8762 | flex:0 0 auto; | ||
| 8763 | padding:5px; | ||
| 8764 | padding-left:0; } | ||
| 8765 | .bp3-toast > .bp3-icon{ | ||
| 8766 | color:#5c7080; | ||
| 8767 | margin:12px; | ||
| 8768 | margin-right:0; } | ||
| 8769 | .bp3-toast.bp3-dark, | ||
| 8770 | .bp3-dark .bp3-toast{ | ||
| 8771 | background-color:#394b59; | ||
| 8772 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); | ||
| 8773 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } | ||
| 8774 | .bp3-toast.bp3-dark > .bp3-icon, | ||
| 8775 | .bp3-dark .bp3-toast > .bp3-icon{ | ||
| 8776 | color:#a7b6c2; } | ||
| 8777 | .bp3-toast[class*="bp3-intent-"] a{ | ||
| 8778 | color:rgba(255, 255, 255, 0.7); } | ||
| 8779 | .bp3-toast[class*="bp3-intent-"] a:hover{ | ||
| 8780 | color:#ffffff; } | ||
| 8781 | .bp3-toast[class*="bp3-intent-"] > .bp3-icon{ | ||
| 8782 | color:#ffffff; } | ||
| 8783 | .bp3-toast[class*="bp3-intent-"] .bp3-button, .bp3-toast[class*="bp3-intent-"] .bp3-button::before, | ||
| 8784 | .bp3-toast[class*="bp3-intent-"] .bp3-button .bp3-icon, .bp3-toast[class*="bp3-intent-"] .bp3-button:active{ | ||
| 8785 | color:rgba(255, 255, 255, 0.7) !important; } | ||
| 8786 | .bp3-toast[class*="bp3-intent-"] .bp3-button:focus{ | ||
| 8787 | outline-color:rgba(255, 255, 255, 0.5); } | ||
| 8788 | .bp3-toast[class*="bp3-intent-"] .bp3-button:hover{ | ||
| 8789 | background-color:rgba(255, 255, 255, 0.15) !important; | ||
| 8790 | color:#ffffff !important; } | ||
| 8791 | .bp3-toast[class*="bp3-intent-"] .bp3-button:active{ | ||
| 8792 | background-color:rgba(255, 255, 255, 0.3) !important; | ||
| 8793 | color:#ffffff !important; } | ||
| 8794 | .bp3-toast[class*="bp3-intent-"] .bp3-button::after{ | ||
| 8795 | background:rgba(255, 255, 255, 0.3) !important; } | ||
| 8796 | .bp3-toast.bp3-intent-primary{ | ||
| 8797 | background-color:#137cbd; | ||
| 8798 | color:#ffffff; } | ||
| 8799 | .bp3-toast.bp3-intent-success{ | ||
| 8800 | background-color:#0f9960; | ||
| 8801 | color:#ffffff; } | ||
| 8802 | .bp3-toast.bp3-intent-warning{ | ||
| 8803 | background-color:#d9822b; | ||
| 8804 | color:#ffffff; } | ||
| 8805 | .bp3-toast.bp3-intent-danger{ | ||
| 8806 | background-color:#db3737; | ||
| 8807 | color:#ffffff; } | ||
| 8808 | |||
| 8809 | .bp3-toast-message{ | ||
| 8810 | -webkit-box-flex:1; | ||
| 8811 | -ms-flex:1 1 auto; | ||
| 8812 | flex:1 1 auto; | ||
| 8813 | padding:11px; | ||
| 8814 | word-break:break-word; } | ||
| 8815 | |||
| 8816 | .bp3-toast-container{ | ||
| 8817 | -webkit-box-align:center; | ||
| 8818 | -ms-flex-align:center; | ||
| 8819 | align-items:center; | ||
| 8820 | display:-webkit-box !important; | ||
| 8821 | display:-ms-flexbox !important; | ||
| 8822 | display:flex !important; | ||
| 8823 | -webkit-box-orient:vertical; | ||
| 8824 | -webkit-box-direction:normal; | ||
| 8825 | -ms-flex-direction:column; | ||
| 8826 | flex-direction:column; | ||
| 8827 | left:0; | ||
| 8828 | overflow:hidden; | ||
| 8829 | padding:0 20px 20px; | ||
| 8830 | pointer-events:none; | ||
| 8831 | right:0; | ||
| 8832 | z-index:40; } | ||
| 8833 | .bp3-toast-container.bp3-toast-container-in-portal{ | ||
| 8834 | position:fixed; } | ||
| 8835 | .bp3-toast-container.bp3-toast-container-inline{ | ||
| 8836 | position:absolute; } | ||
| 8837 | .bp3-toast-container.bp3-toast-container-top{ | ||
| 8838 | top:0; } | ||
| 8839 | .bp3-toast-container.bp3-toast-container-bottom{ | ||
| 8840 | bottom:0; | ||
| 8841 | -webkit-box-orient:vertical; | ||
| 8842 | -webkit-box-direction:reverse; | ||
| 8843 | -ms-flex-direction:column-reverse; | ||
| 8844 | flex-direction:column-reverse; | ||
| 8845 | top:auto; } | ||
| 8846 | .bp3-toast-container.bp3-toast-container-left{ | ||
| 8847 | -webkit-box-align:start; | ||
| 8848 | -ms-flex-align:start; | ||
| 8849 | align-items:flex-start; } | ||
| 8850 | .bp3-toast-container.bp3-toast-container-right{ | ||
| 8851 | -webkit-box-align:end; | ||
| 8852 | -ms-flex-align:end; | ||
| 8853 | align-items:flex-end; } | ||
| 8854 | |||
| 8855 | .bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active), | ||
| 8856 | .bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active) ~ .bp3-toast, .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active), | ||
| 8857 | .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active) ~ .bp3-toast, | ||
| 8858 | .bp3-toast-container-bottom .bp3-toast.bp3-toast-exit-active ~ .bp3-toast, | ||
| 8859 | .bp3-toast-container-bottom .bp3-toast.bp3-toast-leave-active ~ .bp3-toast{ | ||
| 8860 | -webkit-transform:translateY(60px); | ||
| 8861 | transform:translateY(60px); } | ||
| 8862 | .bp3-tooltip{ | ||
| 8863 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 8864 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); | ||
| 8865 | -webkit-transform:scale(1); | ||
| 8866 | transform:scale(1); } | ||
| 8867 | .bp3-tooltip .bp3-popover-arrow{ | ||
| 8868 | height:22px; | ||
| 8869 | position:absolute; | ||
| 8870 | width:22px; } | ||
| 8871 | .bp3-tooltip .bp3-popover-arrow::before{ | ||
| 8872 | height:14px; | ||
| 8873 | margin:4px; | ||
| 8874 | width:14px; } | ||
| 8875 | .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip{ | ||
| 8876 | margin-bottom:11px; | ||
| 8877 | margin-top:-11px; } | ||
| 8878 | .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8879 | bottom:-8px; } | ||
| 8880 | .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip > .bp3-popover-arrow svg{ | ||
| 8881 | -webkit-transform:rotate(-90deg); | ||
| 8882 | transform:rotate(-90deg); } | ||
| 8883 | .bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-tooltip{ | ||
| 8884 | margin-left:11px; } | ||
| 8885 | .bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8886 | left:-8px; } | ||
| 8887 | .bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-tooltip > .bp3-popover-arrow svg{ | ||
| 8888 | -webkit-transform:rotate(0); | ||
| 8889 | transform:rotate(0); } | ||
| 8890 | .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-tooltip{ | ||
| 8891 | margin-top:11px; } | ||
| 8892 | .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8893 | top:-8px; } | ||
| 8894 | .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-tooltip > .bp3-popover-arrow svg{ | ||
| 8895 | -webkit-transform:rotate(90deg); | ||
| 8896 | transform:rotate(90deg); } | ||
| 8897 | .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip{ | ||
| 8898 | margin-left:-11px; | ||
| 8899 | margin-right:11px; } | ||
| 8900 | .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8901 | right:-8px; } | ||
| 8902 | .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip > .bp3-popover-arrow svg{ | ||
| 8903 | -webkit-transform:rotate(180deg); | ||
| 8904 | transform:rotate(180deg); } | ||
| 8905 | .bp3-tether-element-attached-middle > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8906 | top:50%; | ||
| 8907 | -webkit-transform:translateY(-50%); | ||
| 8908 | transform:translateY(-50%); } | ||
| 8909 | .bp3-tether-element-attached-center > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8910 | right:50%; | ||
| 8911 | -webkit-transform:translateX(50%); | ||
| 8912 | transform:translateX(50%); } | ||
| 8913 | .bp3-tether-element-attached-top.bp3-tether-target-attached-top > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8914 | top:-0.22183px; } | ||
| 8915 | .bp3-tether-element-attached-right.bp3-tether-target-attached-right > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8916 | right:-0.22183px; } | ||
| 8917 | .bp3-tether-element-attached-left.bp3-tether-target-attached-left > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8918 | left:-0.22183px; } | ||
| 8919 | .bp3-tether-element-attached-bottom.bp3-tether-target-attached-bottom > .bp3-tooltip > .bp3-popover-arrow{ | ||
| 8920 | bottom:-0.22183px; } | ||
| 8921 | .bp3-tether-element-attached-top.bp3-tether-element-attached-left > .bp3-tooltip{ | ||
| 8922 | -webkit-transform-origin:top left; | ||
| 8923 | transform-origin:top left; } | ||
| 8924 | .bp3-tether-element-attached-top.bp3-tether-element-attached-center > .bp3-tooltip{ | ||
| 8925 | -webkit-transform-origin:top center; | ||
| 8926 | transform-origin:top center; } | ||
| 8927 | .bp3-tether-element-attached-top.bp3-tether-element-attached-right > .bp3-tooltip{ | ||
| 8928 | -webkit-transform-origin:top right; | ||
| 8929 | transform-origin:top right; } | ||
| 8930 | .bp3-tether-element-attached-middle.bp3-tether-element-attached-left > .bp3-tooltip{ | ||
| 8931 | -webkit-transform-origin:center left; | ||
| 8932 | transform-origin:center left; } | ||
| 8933 | .bp3-tether-element-attached-middle.bp3-tether-element-attached-center > .bp3-tooltip{ | ||
| 8934 | -webkit-transform-origin:center center; | ||
| 8935 | transform-origin:center center; } | ||
| 8936 | .bp3-tether-element-attached-middle.bp3-tether-element-attached-right > .bp3-tooltip{ | ||
| 8937 | -webkit-transform-origin:center right; | ||
| 8938 | transform-origin:center right; } | ||
| 8939 | .bp3-tether-element-attached-bottom.bp3-tether-element-attached-left > .bp3-tooltip{ | ||
| 8940 | -webkit-transform-origin:bottom left; | ||
| 8941 | transform-origin:bottom left; } | ||
| 8942 | .bp3-tether-element-attached-bottom.bp3-tether-element-attached-center > .bp3-tooltip{ | ||
| 8943 | -webkit-transform-origin:bottom center; | ||
| 8944 | transform-origin:bottom center; } | ||
| 8945 | .bp3-tether-element-attached-bottom.bp3-tether-element-attached-right > .bp3-tooltip{ | ||
| 8946 | -webkit-transform-origin:bottom right; | ||
| 8947 | transform-origin:bottom right; } | ||
| 8948 | .bp3-tooltip .bp3-popover-content{ | ||
| 8949 | background:#394b59; | ||
| 8950 | color:#f5f8fa; } | ||
| 8951 | .bp3-tooltip .bp3-popover-arrow::before{ | ||
| 8952 | -webkit-box-shadow:1px 1px 6px rgba(16, 22, 26, 0.2); | ||
| 8953 | box-shadow:1px 1px 6px rgba(16, 22, 26, 0.2); } | ||
| 8954 | .bp3-tooltip .bp3-popover-arrow-border{ | ||
| 8955 | fill:#10161a; | ||
| 8956 | fill-opacity:0.1; } | ||
| 8957 | .bp3-tooltip .bp3-popover-arrow-fill{ | ||
| 8958 | fill:#394b59; } | ||
| 8959 | .bp3-popover-enter > .bp3-tooltip, .bp3-popover-appear > .bp3-tooltip{ | ||
| 8960 | -webkit-transform:scale(0.8); | ||
| 8961 | transform:scale(0.8); } | ||
| 8962 | .bp3-popover-enter-active > .bp3-tooltip, .bp3-popover-appear-active > .bp3-tooltip{ | ||
| 8963 | -webkit-transform:scale(1); | ||
| 8964 | transform:scale(1); | ||
| 8965 | -webkit-transition-delay:0; | ||
| 8966 | transition-delay:0; | ||
| 8967 | -webkit-transition-duration:100ms; | ||
| 8968 | transition-duration:100ms; | ||
| 8969 | -webkit-transition-property:-webkit-transform; | ||
| 8970 | transition-property:-webkit-transform; | ||
| 8971 | transition-property:transform; | ||
| 8972 | transition-property:transform, -webkit-transform; | ||
| 8973 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 8974 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 8975 | .bp3-popover-exit > .bp3-tooltip{ | ||
| 8976 | -webkit-transform:scale(1); | ||
| 8977 | transform:scale(1); } | ||
| 8978 | .bp3-popover-exit-active > .bp3-tooltip{ | ||
| 8979 | -webkit-transform:scale(0.8); | ||
| 8980 | transform:scale(0.8); | ||
| 8981 | -webkit-transition-delay:0; | ||
| 8982 | transition-delay:0; | ||
| 8983 | -webkit-transition-duration:100ms; | ||
| 8984 | transition-duration:100ms; | ||
| 8985 | -webkit-transition-property:-webkit-transform; | ||
| 8986 | transition-property:-webkit-transform; | ||
| 8987 | transition-property:transform; | ||
| 8988 | transition-property:transform, -webkit-transform; | ||
| 8989 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 8990 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 8991 | .bp3-tooltip .bp3-popover-content{ | ||
| 8992 | padding:10px 12px; } | ||
| 8993 | .bp3-tooltip.bp3-dark, | ||
| 8994 | .bp3-dark .bp3-tooltip{ | ||
| 8995 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); | ||
| 8996 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } | ||
| 8997 | .bp3-tooltip.bp3-dark .bp3-popover-content, | ||
| 8998 | .bp3-dark .bp3-tooltip .bp3-popover-content{ | ||
| 8999 | background:#e1e8ed; | ||
| 9000 | color:#394b59; } | ||
| 9001 | .bp3-tooltip.bp3-dark .bp3-popover-arrow::before, | ||
| 9002 | .bp3-dark .bp3-tooltip .bp3-popover-arrow::before{ | ||
| 9003 | -webkit-box-shadow:1px 1px 6px rgba(16, 22, 26, 0.4); | ||
| 9004 | box-shadow:1px 1px 6px rgba(16, 22, 26, 0.4); } | ||
| 9005 | .bp3-tooltip.bp3-dark .bp3-popover-arrow-border, | ||
| 9006 | .bp3-dark .bp3-tooltip .bp3-popover-arrow-border{ | ||
| 9007 | fill:#10161a; | ||
| 9008 | fill-opacity:0.2; } | ||
| 9009 | .bp3-tooltip.bp3-dark .bp3-popover-arrow-fill, | ||
| 9010 | .bp3-dark .bp3-tooltip .bp3-popover-arrow-fill{ | ||
| 9011 | fill:#e1e8ed; } | ||
| 9012 | .bp3-tooltip.bp3-intent-primary .bp3-popover-content{ | ||
| 9013 | background:#137cbd; | ||
| 9014 | color:#ffffff; } | ||
| 9015 | .bp3-tooltip.bp3-intent-primary .bp3-popover-arrow-fill{ | ||
| 9016 | fill:#137cbd; } | ||
| 9017 | .bp3-tooltip.bp3-intent-success .bp3-popover-content{ | ||
| 9018 | background:#0f9960; | ||
| 9019 | color:#ffffff; } | ||
| 9020 | .bp3-tooltip.bp3-intent-success .bp3-popover-arrow-fill{ | ||
| 9021 | fill:#0f9960; } | ||
| 9022 | .bp3-tooltip.bp3-intent-warning .bp3-popover-content{ | ||
| 9023 | background:#d9822b; | ||
| 9024 | color:#ffffff; } | ||
| 9025 | .bp3-tooltip.bp3-intent-warning .bp3-popover-arrow-fill{ | ||
| 9026 | fill:#d9822b; } | ||
| 9027 | .bp3-tooltip.bp3-intent-danger .bp3-popover-content{ | ||
| 9028 | background:#db3737; | ||
| 9029 | color:#ffffff; } | ||
| 9030 | .bp3-tooltip.bp3-intent-danger .bp3-popover-arrow-fill{ | ||
| 9031 | fill:#db3737; } | ||
| 9032 | |||
| 9033 | .bp3-tooltip-indicator{ | ||
| 9034 | border-bottom:dotted 1px; | ||
| 9035 | cursor:help; } | ||
| 9036 | .bp3-tree .bp3-icon, .bp3-tree .bp3-icon-standard, .bp3-tree .bp3-icon-large{ | ||
| 9037 | color:#5c7080; } | ||
| 9038 | .bp3-tree .bp3-icon.bp3-intent-primary, .bp3-tree .bp3-icon-standard.bp3-intent-primary, .bp3-tree .bp3-icon-large.bp3-intent-primary{ | ||
| 9039 | color:#137cbd; } | ||
| 9040 | .bp3-tree .bp3-icon.bp3-intent-success, .bp3-tree .bp3-icon-standard.bp3-intent-success, .bp3-tree .bp3-icon-large.bp3-intent-success{ | ||
| 9041 | color:#0f9960; } | ||
| 9042 | .bp3-tree .bp3-icon.bp3-intent-warning, .bp3-tree .bp3-icon-standard.bp3-intent-warning, .bp3-tree .bp3-icon-large.bp3-intent-warning{ | ||
| 9043 | color:#d9822b; } | ||
| 9044 | .bp3-tree .bp3-icon.bp3-intent-danger, .bp3-tree .bp3-icon-standard.bp3-intent-danger, .bp3-tree .bp3-icon-large.bp3-intent-danger{ | ||
| 9045 | color:#db3737; } | ||
| 9046 | |||
| 9047 | .bp3-tree-node-list{ | ||
| 9048 | list-style:none; | ||
| 9049 | margin:0; | ||
| 9050 | padding-left:0; } | ||
| 9051 | |||
| 9052 | .bp3-tree-root{ | ||
| 9053 | background-color:transparent; | ||
| 9054 | cursor:default; | ||
| 9055 | padding-left:0; | ||
| 9056 | position:relative; } | ||
| 9057 | |||
| 9058 | .bp3-tree-node-content-0{ | ||
| 9059 | padding-left:0px; } | ||
| 9060 | |||
| 9061 | .bp3-tree-node-content-1{ | ||
| 9062 | padding-left:23px; } | ||
| 9063 | |||
| 9064 | .bp3-tree-node-content-2{ | ||
| 9065 | padding-left:46px; } | ||
| 9066 | |||
| 9067 | .bp3-tree-node-content-3{ | ||
| 9068 | padding-left:69px; } | ||
| 9069 | |||
| 9070 | .bp3-tree-node-content-4{ | ||
| 9071 | padding-left:92px; } | ||
| 9072 | |||
| 9073 | .bp3-tree-node-content-5{ | ||
| 9074 | padding-left:115px; } | ||
| 9075 | |||
| 9076 | .bp3-tree-node-content-6{ | ||
| 9077 | padding-left:138px; } | ||
| 9078 | |||
| 9079 | .bp3-tree-node-content-7{ | ||
| 9080 | padding-left:161px; } | ||
| 9081 | |||
| 9082 | .bp3-tree-node-content-8{ | ||
| 9083 | padding-left:184px; } | ||
| 9084 | |||
| 9085 | .bp3-tree-node-content-9{ | ||
| 9086 | padding-left:207px; } | ||
| 9087 | |||
| 9088 | .bp3-tree-node-content-10{ | ||
| 9089 | padding-left:230px; } | ||
| 9090 | |||
| 9091 | .bp3-tree-node-content-11{ | ||
| 9092 | padding-left:253px; } | ||
| 9093 | |||
| 9094 | .bp3-tree-node-content-12{ | ||
| 9095 | padding-left:276px; } | ||
| 9096 | |||
| 9097 | .bp3-tree-node-content-13{ | ||
| 9098 | padding-left:299px; } | ||
| 9099 | |||
| 9100 | .bp3-tree-node-content-14{ | ||
| 9101 | padding-left:322px; } | ||
| 9102 | |||
| 9103 | .bp3-tree-node-content-15{ | ||
| 9104 | padding-left:345px; } | ||
| 9105 | |||
| 9106 | .bp3-tree-node-content-16{ | ||
| 9107 | padding-left:368px; } | ||
| 9108 | |||
| 9109 | .bp3-tree-node-content-17{ | ||
| 9110 | padding-left:391px; } | ||
| 9111 | |||
| 9112 | .bp3-tree-node-content-18{ | ||
| 9113 | padding-left:414px; } | ||
| 9114 | |||
| 9115 | .bp3-tree-node-content-19{ | ||
| 9116 | padding-left:437px; } | ||
| 9117 | |||
| 9118 | .bp3-tree-node-content-20{ | ||
| 9119 | padding-left:460px; } | ||
| 9120 | |||
| 9121 | .bp3-tree-node-content{ | ||
| 9122 | -webkit-box-align:center; | ||
| 9123 | -ms-flex-align:center; | ||
| 9124 | align-items:center; | ||
| 9125 | display:-webkit-box; | ||
| 9126 | display:-ms-flexbox; | ||
| 9127 | display:flex; | ||
| 9128 | height:30px; | ||
| 9129 | padding-right:5px; | ||
| 9130 | width:100%; } | ||
| 9131 | .bp3-tree-node-content:hover{ | ||
| 9132 | background-color:rgba(191, 204, 214, 0.4); } | ||
| 9133 | |||
| 9134 | .bp3-tree-node-caret, | ||
| 9135 | .bp3-tree-node-caret-none{ | ||
| 9136 | min-width:30px; } | ||
| 9137 | |||
| 9138 | .bp3-tree-node-caret{ | ||
| 9139 | color:#5c7080; | ||
| 9140 | cursor:pointer; | ||
| 9141 | padding:7px; | ||
| 9142 | -webkit-transform:rotate(0deg); | ||
| 9143 | transform:rotate(0deg); | ||
| 9144 | -webkit-transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 9145 | transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 9146 | transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 9147 | transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 9148 | .bp3-tree-node-caret:hover{ | ||
| 9149 | color:#182026; } | ||
| 9150 | .bp3-dark .bp3-tree-node-caret{ | ||
| 9151 | color:#a7b6c2; } | ||
| 9152 | .bp3-dark .bp3-tree-node-caret:hover{ | ||
| 9153 | color:#f5f8fa; } | ||
| 9154 | .bp3-tree-node-caret.bp3-tree-node-caret-open{ | ||
| 9155 | -webkit-transform:rotate(90deg); | ||
| 9156 | transform:rotate(90deg); } | ||
| 9157 | .bp3-tree-node-caret.bp3-icon-standard::before{ | ||
| 9158 | content:""; } | ||
| 9159 | |||
| 9160 | .bp3-tree-node-icon{ | ||
| 9161 | margin-right:7px; | ||
| 9162 | position:relative; } | ||
| 9163 | |||
| 9164 | .bp3-tree-node-label{ | ||
| 9165 | overflow:hidden; | ||
| 9166 | text-overflow:ellipsis; | ||
| 9167 | white-space:nowrap; | ||
| 9168 | word-wrap:normal; | ||
| 9169 | -webkit-box-flex:1; | ||
| 9170 | -ms-flex:1 1 auto; | ||
| 9171 | flex:1 1 auto; | ||
| 9172 | position:relative; | ||
| 9173 | -webkit-user-select:none; | ||
| 9174 | -moz-user-select:none; | ||
| 9175 | -ms-user-select:none; | ||
| 9176 | user-select:none; } | ||
| 9177 | .bp3-tree-node-label span{ | ||
| 9178 | display:inline; } | ||
| 9179 | |||
| 9180 | .bp3-tree-node-secondary-label{ | ||
| 9181 | padding:0 5px; | ||
| 9182 | -webkit-user-select:none; | ||
| 9183 | -moz-user-select:none; | ||
| 9184 | -ms-user-select:none; | ||
| 9185 | user-select:none; } | ||
| 9186 | .bp3-tree-node-secondary-label .bp3-popover-wrapper, | ||
| 9187 | .bp3-tree-node-secondary-label .bp3-popover-target{ | ||
| 9188 | -webkit-box-align:center; | ||
| 9189 | -ms-flex-align:center; | ||
| 9190 | align-items:center; | ||
| 9191 | display:-webkit-box; | ||
| 9192 | display:-ms-flexbox; | ||
| 9193 | display:flex; } | ||
| 9194 | |||
| 9195 | .bp3-tree-node.bp3-disabled .bp3-tree-node-content{ | ||
| 9196 | background-color:inherit; | ||
| 9197 | color:rgba(92, 112, 128, 0.6); | ||
| 9198 | cursor:not-allowed; } | ||
| 9199 | |||
| 9200 | .bp3-tree-node.bp3-disabled .bp3-tree-node-caret, | ||
| 9201 | .bp3-tree-node.bp3-disabled .bp3-tree-node-icon{ | ||
| 9202 | color:rgba(92, 112, 128, 0.6); | ||
| 9203 | cursor:not-allowed; } | ||
| 9204 | |||
| 9205 | .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content{ | ||
| 9206 | background-color:#137cbd; } | ||
| 9207 | .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content, | ||
| 9208 | .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-icon, .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-icon-standard, .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-icon-large{ | ||
| 9209 | color:#ffffff; } | ||
| 9210 | .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-tree-node-caret::before{ | ||
| 9211 | color:rgba(255, 255, 255, 0.7); } | ||
| 9212 | .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-tree-node-caret:hover::before{ | ||
| 9213 | color:#ffffff; } | ||
| 9214 | |||
| 9215 | .bp3-dark .bp3-tree-node-content:hover{ | ||
| 9216 | background-color:rgba(92, 112, 128, 0.3); } | ||
| 9217 | |||
| 9218 | .bp3-dark .bp3-tree .bp3-icon, .bp3-dark .bp3-tree .bp3-icon-standard, .bp3-dark .bp3-tree .bp3-icon-large{ | ||
| 9219 | color:#a7b6c2; } | ||
| 9220 | .bp3-dark .bp3-tree .bp3-icon.bp3-intent-primary, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-primary, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-primary{ | ||
| 9221 | color:#137cbd; } | ||
| 9222 | .bp3-dark .bp3-tree .bp3-icon.bp3-intent-success, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-success, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-success{ | ||
| 9223 | color:#0f9960; } | ||
| 9224 | .bp3-dark .bp3-tree .bp3-icon.bp3-intent-warning, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-warning, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-warning{ | ||
| 9225 | color:#d9822b; } | ||
| 9226 | .bp3-dark .bp3-tree .bp3-icon.bp3-intent-danger, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-danger, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-danger{ | ||
| 9227 | color:#db3737; } | ||
| 9228 | |||
| 9229 | .bp3-dark .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content{ | ||
| 9230 | background-color:#137cbd; } | ||
| 9231 | .bp3-omnibar{ | ||
| 9232 | -webkit-filter:blur(0); | ||
| 9233 | filter:blur(0); | ||
| 9234 | opacity:1; | ||
| 9235 | background-color:#ffffff; | ||
| 9236 | border-radius:3px; | ||
| 9237 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); | ||
| 9238 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); | ||
| 9239 | left:calc(50% - 250px); | ||
| 9240 | top:20vh; | ||
| 9241 | width:500px; | ||
| 9242 | z-index:21; } | ||
| 9243 | .bp3-omnibar.bp3-overlay-enter, .bp3-omnibar.bp3-overlay-appear{ | ||
| 9244 | -webkit-filter:blur(20px); | ||
| 9245 | filter:blur(20px); | ||
| 9246 | opacity:0.2; } | ||
| 9247 | .bp3-omnibar.bp3-overlay-enter-active, .bp3-omnibar.bp3-overlay-appear-active{ | ||
| 9248 | -webkit-filter:blur(0); | ||
| 9249 | filter:blur(0); | ||
| 9250 | opacity:1; | ||
| 9251 | -webkit-transition-delay:0; | ||
| 9252 | transition-delay:0; | ||
| 9253 | -webkit-transition-duration:200ms; | ||
| 9254 | transition-duration:200ms; | ||
| 9255 | -webkit-transition-property:opacity, -webkit-filter; | ||
| 9256 | transition-property:opacity, -webkit-filter; | ||
| 9257 | transition-property:filter, opacity; | ||
| 9258 | transition-property:filter, opacity, -webkit-filter; | ||
| 9259 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 9260 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 9261 | .bp3-omnibar.bp3-overlay-exit{ | ||
| 9262 | -webkit-filter:blur(0); | ||
| 9263 | filter:blur(0); | ||
| 9264 | opacity:1; } | ||
| 9265 | .bp3-omnibar.bp3-overlay-exit-active{ | ||
| 9266 | -webkit-filter:blur(20px); | ||
| 9267 | filter:blur(20px); | ||
| 9268 | opacity:0.2; | ||
| 9269 | -webkit-transition-delay:0; | ||
| 9270 | transition-delay:0; | ||
| 9271 | -webkit-transition-duration:200ms; | ||
| 9272 | transition-duration:200ms; | ||
| 9273 | -webkit-transition-property:opacity, -webkit-filter; | ||
| 9274 | transition-property:opacity, -webkit-filter; | ||
| 9275 | transition-property:filter, opacity; | ||
| 9276 | transition-property:filter, opacity, -webkit-filter; | ||
| 9277 | -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); | ||
| 9278 | transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } | ||
| 9279 | .bp3-omnibar .bp3-input{ | ||
| 9280 | background-color:transparent; | ||
| 9281 | border-radius:0; } | ||
| 9282 | .bp3-omnibar .bp3-input, .bp3-omnibar .bp3-input:focus{ | ||
| 9283 | -webkit-box-shadow:none; | ||
| 9284 | box-shadow:none; } | ||
| 9285 | .bp3-omnibar .bp3-menu{ | ||
| 9286 | background-color:transparent; | ||
| 9287 | border-radius:0; | ||
| 9288 | -webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); | ||
| 9289 | box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); | ||
| 9290 | max-height:calc(60vh - 40px); | ||
| 9291 | overflow:auto; } | ||
| 9292 | .bp3-omnibar .bp3-menu:empty{ | ||
| 9293 | display:none; } | ||
| 9294 | .bp3-dark .bp3-omnibar, .bp3-omnibar.bp3-dark{ | ||
| 9295 | background-color:#30404d; | ||
| 9296 | -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); | ||
| 9297 | box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); } | ||
| 9298 | |||
| 9299 | .bp3-omnibar-overlay .bp3-overlay-backdrop{ | ||
| 9300 | background-color:rgba(16, 22, 26, 0.2); } | ||
| 9301 | |||
| 9302 | .bp3-select-popover .bp3-popover-content{ | ||
| 9303 | padding:5px; } | ||
| 9304 | |||
| 9305 | .bp3-select-popover .bp3-input-group{ | ||
| 9306 | margin-bottom:0; } | ||
| 9307 | |||
| 9308 | .bp3-select-popover .bp3-menu{ | ||
| 9309 | max-height:300px; | ||
| 9310 | max-width:400px; | ||
| 9311 | overflow:auto; | ||
| 9312 | padding:0; } | ||
| 9313 | .bp3-select-popover .bp3-menu:not(:first-child){ | ||
| 9314 | padding-top:5px; } | ||
| 9315 | |||
| 9316 | .bp3-multi-select{ | ||
| 9317 | min-width:150px; } | ||
| 9318 | |||
| 9319 | .bp3-multi-select-popover .bp3-menu{ | ||
| 9320 | max-height:300px; | ||
| 9321 | max-width:400px; | ||
| 9322 | overflow:auto; } | ||
| 9323 | |||
| 9324 | .bp3-select-popover .bp3-popover-content{ | ||
| 9325 | padding:5px; } | ||
| 9326 | |||
| 9327 | .bp3-select-popover .bp3-input-group{ | ||
| 9328 | margin-bottom:0; } | ||
| 9329 | |||
| 9330 | .bp3-select-popover .bp3-menu{ | ||
| 9331 | max-height:300px; | ||
| 9332 | max-width:400px; | ||
| 9333 | overflow:auto; | ||
| 9334 | padding:0; } | ||
| 9335 | .bp3-select-popover .bp3-menu:not(:first-child){ | ||
| 9336 | padding-top:5px; } | ||
| 9337 | /*----------------------------------------------------------------------------- | ||
| 9338 | | Copyright (c) Jupyter Development Team. | ||
| 9339 | | Distributed under the terms of the Modified BSD License. | ||
| 9340 | |----------------------------------------------------------------------------*/ | ||
| 9341 | |||
| 9342 | /* This file was auto-generated by ensureUiComponents() in @jupyterlab/buildutils */ | ||
| 9343 | |||
| 9344 | /** | ||
| 9345 | * (DEPRECATED) Support for consuming icons as CSS background images | ||
| 9346 | */ | ||
| 9347 | |||
| 9348 | /* Icons urls */ | ||
| 9349 | |||
| 9350 | :root { | ||
| 9351 | --jp-icon-add: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE5IDEzaC02djZoLTJ2LTZINXYtMmg2VjVoMnY2aDZ2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9352 | --jp-icon-bug: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik0yMCA4aC0yLjgxYy0uNDUtLjc4LTEuMDctMS40NS0xLjgyLTEuOTZMMTcgNC40MSAxNS41OSAzbC0yLjE3IDIuMTdDMTIuOTYgNS4wNiAxMi40OSA1IDEyIDVjLS40OSAwLS45Ni4wNi0xLjQxLjE3TDguNDEgMyA3IDQuNDFsMS42MiAxLjYzQzcuODggNi41NSA3LjI2IDcuMjIgNi44MSA4SDR2MmgyLjA5Yy0uMDUuMzMtLjA5LjY2LS4wOSAxdjFINHYyaDJ2MWMwIC4zNC4wNC42Ny4wOSAxSDR2MmgyLjgxYzEuMDQgMS43OSAyLjk3IDMgNS4xOSAzczQuMTUtMS4yMSA1LjE5LTNIMjB2LTJoLTIuMDljLjA1LS4zMy4wOS0uNjYuMDktMXYtMWgydi0yaC0ydi0xYzAtLjM0LS4wNC0uNjctLjA5LTFIMjBWOHptLTYgOGgtNHYtMmg0djJ6bTAtNGgtNHYtMmg0djJ6Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9353 | --jp-icon-build: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE0LjkgMTcuNDVDMTYuMjUgMTcuNDUgMTcuMzUgMTYuMzUgMTcuMzUgMTVDMTcuMzUgMTMuNjUgMTYuMjUgMTIuNTUgMTQuOSAxMi41NUMxMy41NCAxMi41NSAxMi40NSAxMy42NSAxMi40NSAxNUMxMi40NSAxNi4zNSAxMy41NCAxNy40NSAxNC45IDE3LjQ1Wk0yMC4xIDE1LjY4TDIxLjU4IDE2Ljg0QzIxLjcxIDE2Ljk1IDIxLjc1IDE3LjEzIDIxLjY2IDE3LjI5TDIwLjI2IDE5LjcxQzIwLjE3IDE5Ljg2IDIwIDE5LjkyIDE5LjgzIDE5Ljg2TDE4LjA5IDE5LjE2QzE3LjczIDE5LjQ0IDE3LjMzIDE5LjY3IDE2LjkxIDE5Ljg1TDE2LjY0IDIxLjdDMTYuNjIgMjEuODcgMTYuNDcgMjIgMTYuMyAyMkgxMy41QzEzLjMyIDIyIDEzLjE4IDIxLjg3IDEzLjE1IDIxLjdMMTIuODkgMTkuODVDMTIuNDYgMTkuNjcgMTIuMDcgMTkuNDQgMTEuNzEgMTkuMTZMOS45NjAwMiAxOS44NkM5LjgxMDAyIDE5LjkyIDkuNjIwMDIgMTkuODYgOS41NDAwMiAxOS43MUw4LjE0MDAyIDE3LjI5QzguMDUwMDIgMTcuMTMgOC4wOTAwMiAxNi45NSA4LjIyMDAyIDE2Ljg0TDkuNzAwMDIgMTUuNjhMOS42NTAwMSAxNUw5LjcwMDAyIDE0LjMxTDguMjIwMDIgMTMuMTZDOC4wOTAwMiAxMy4wNSA4LjA1MDAyIDEyLjg2IDguMTQwMDIgMTIuNzFMOS41NDAwMiAxMC4yOUM5LjYyMDAyIDEwLjEzIDkuODEwMDIgMTAuMDcgOS45NjAwMiAxMC4xM0wxMS43MSAxMC44NEMxMi4wNyAxMC41NiAxMi40NiAxMC4zMiAxMi44OSAxMC4xNUwxMy4xNSA4LjI4OTk4QzEzLjE4IDguMTI5OTggMTMuMzIgNy45OTk5OCAxMy41IDcuOTk5OThIMTYuM0MxNi40NyA3Ljk5OTk4IDE2LjYyIDguMTI5OTggMTYuNjQgOC4yODk5OEwxNi45MSAxMC4xNUMxNy4zMyAxMC4zMiAxNy43MyAxMC41NiAxOC4wOSAxMC44NEwxOS44MyAxMC4xM0MyMCAxMC4wNyAyMC4xNyAxMC4xMyAyMC4yNiAxMC4yOUwyMS42NiAxMi43MUMyMS43NSAxMi44NiAyMS43MSAxMy4wNSAyMS41OCAxMy4xNkwyMC4xIDE0LjMxTDIwLjE1IDE1TDIwLjEgMTUuNjhaIi8+CiAgICA8cGF0aCBkPSJNNy4zMjk2NiA3LjQ0NDU0QzguMDgzMSA3LjAwOTU0IDguMzM5MzIgNi4wNTMzMiA3LjkwNDMyIDUuMjk5ODhDNy40NjkzMiA0LjU0NjQzIDYuNTA4MSA0LjI4MTU2IDUuNzU0NjYgNC43MTY1NkM1LjM5MTc2IDQuOTI2MDggNS4xMjY5NSA1LjI3MTE4IDUuMDE4NDkgNS42NzU5NEM0LjkxMDA0IDYuMDgwNzEgNC45NjY4MiA2LjUxMTk4IDUuMTc2MzQgNi44NzQ4OEM1LjYxMTM0IDcuNjI4MzIgNi41NzYyMiA3Ljg3OTU0IDcuMzI5NjYgNy40NDQ1NFpNOS42NTcxOCA0Ljc5NTkzTDEwLjg2NzIgNC45NTE3OUMxMC45NjI4IDQuOTc3NDEgMTEuMDQwMiA1LjA3MTMzIDExLjAzODIgNS4xODc5M0wxMS4wMzg4IDYuOTg4OTNDMTEuMDQ1NSA3LjEwMDU0IDEwLjk2MTYgNy4xOTUxOCAxMC44NTUgNy4yMTA1NEw5LjY2MDAxIDcuMzgwODNMOS4yMzkxNSA4LjEzMTg4TDkuNjY5NjEgOS4yNTc0NUM5LjcwNzI5IDkuMzYyNzEgOS42NjkzNCA5LjQ3Njk5IDkuNTc0MDggOS41MzE5OUw4LjAxNTIzIDEwLjQzMkM3LjkxMTMxIDEwLjQ5MiA3Ljc5MzM3IDEwLjQ2NzcgNy43MjEwNSAxMC4zODI0TDYuOTg3NDggOS40MzE4OEw2LjEwOTMxIDkuNDMwODNMNS4zNDcwNCAxMC4zOTA1QzUuMjg5MDkgMTAuNDcwMiA1LjE3MzgzIDEwLjQ5MDUgNS4wNzE4NyAxMC40MzM5TDMuNTEyNDUgOS41MzI5M0MzLjQxMDQ5IDkuNDc2MzMgMy4zNzY0NyA5LjM1NzQxIDMuNDEwNzUgOS4yNTY3OUwzLjg2MzQ3IDguMTQwOTNMMy42MTc0OSA3Ljc3NDg4TDMuNDIzNDcgNy4zNzg4M0wyLjIzMDc1IDcuMjEyOTdDMi4xMjY0NyA3LjE5MjM1IDIuMDQwNDkgNy4xMDM0MiAyLjA0MjQ1IDYuOTg2ODJMMi4wNDE4NyA1LjE4NTgyQzIuMDQzODMgNS4wNjkyMiAyLjExOTA5IDQuOTc5NTggMi4yMTcwNCA0Ljk2OTIyTDMuNDIwNjUgNC43OTM5M0wzLjg2NzQ5IDQuMDI3ODhMMy40MTEwNSAyLjkxNzMxQzMuMzczMzcgMi44MTIwNCAzLjQxMTMxIDIuNjk3NzYgMy41MTUyMyAyLjYzNzc2TDUuMDc0MDggMS43Mzc3NkM1LjE2OTM0IDEuNjgyNzYgNS4yODcyOSAxLjcwNzA0IDUuMzU5NjEgMS43OTIzMUw2LjExOTE1IDIuNzI3ODhMNi45ODAwMSAyLjczODkzTDcuNzI0OTYgMS43ODkyMkM3Ljc5MTU2IDEuNzA0NTggNy45MTU0OCAxLjY3OTIyIDguMDA4NzkgMS43NDA4Mkw5LjU2ODIxIDIuNjQxODJDOS42NzAxNyAyLjY5ODQyIDkuNzEyODUgMi44MTIzNCA5LjY4NzIzIDIuOTA3OTdMOS4yMTcxOCA0LjAzMzgzTDkuNDYzMTYgNC4zOTk4OEw5LjY1NzE4IDQuNzk1OTNaIi8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9354 | --jp-icon-caret-down-empty-thin: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iOS45LDEzLjYgMy42LDcuNCA0LjQsNi42IDkuOSwxMi4yIDE1LjQsNi43IDE2LjEsNy40ICIvPgoJPC9nPgo8L3N2Zz4K); | ||
| 9355 | --jp-icon-caret-down-empty: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik01LjIsNS45TDksOS43bDMuOC0zLjhsMS4yLDEuMmwtNC45LDVsLTQuOS01TDUuMiw1Ljl6Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9356 | --jp-icon-caret-down: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik01LjIsNy41TDksMTEuMmwzLjgtMy44SDUuMnoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9357 | --jp-icon-caret-left: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwYXRoIGQ9Ik0xMC44LDEyLjhMNy4xLDlsMy44LTMuOGwwLDcuNkgxMC44eiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9358 | --jp-icon-caret-right: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik03LjIsNS4yTDEwLjksOWwtMy44LDMuOFY1LjJINy4yeiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9359 | --jp-icon-caret-up-empty-thin: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTUuNCwxMy4zIDkuOSw3LjcgNC40LDEzLjIgMy42LDEyLjUgOS45LDYuMyAxNi4xLDEyLjYgIi8+Cgk8L2c+Cjwvc3ZnPgo=); | ||
| 9360 | --jp-icon-caret-up: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwYXRoIGQ9Ik01LjIsMTAuNUw5LDYuOGwzLjgsMy44SDUuMnoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9361 | --jp-icon-case-sensitive: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0MTQxNDEiPgogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+CiAgPC9nPgogIDxnIGNsYXNzPSJqcC1pY29uLWFjY2VudDIiIGZpbGw9IiNGRkYiPgogICAgPHBhdGggZD0iTTcuNiw4aDAuOWwzLjUsOGgtMS4xTDEwLDE0SDZsLTAuOSwySDRMNy42LDh6IE04LDkuMUw2LjQsMTNoMy4yTDgsOS4xeiIvPgogICAgPHBhdGggZD0iTTE2LjYsOS44Yy0wLjIsMC4xLTAuNCwwLjEtMC43LDAuMWMtMC4yLDAtMC40LTAuMS0wLjYtMC4yYy0wLjEtMC4xLTAuMi0wLjQtMC4yLTAuNyBjLTAuMywwLjMtMC42LDAuNS0wLjksMC43Yy0wLjMsMC4xLTAuNywwLjItMS4xLDAuMmMtMC4zLDAtMC41LDAtMC43LTAuMWMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNjLTAuMi0wLjEtMC4zLTAuMy0wLjQtMC41IGMtMC4xLTAuMi0wLjEtMC40LTAuMS0wLjdjMC0wLjMsMC4xLTAuNiwwLjItMC44YzAuMS0wLjIsMC4zLTAuNCwwLjQtMC41QzEyLDcsMTIuMiw2LjksMTIuNSw2LjhjMC4yLTAuMSwwLjUtMC4xLDAuNy0wLjIgYzAuMy0wLjEsMC41LTAuMSwwLjctMC4xYzAuMiwwLDAuNC0wLjEsMC42LTAuMWMwLjIsMCwwLjMtMC4xLDAuNC0wLjJjMC4xLTAuMSwwLjItMC4yLDAuMi0wLjRjMC0xLTEuMS0xLTEuMy0xIGMtMC40LDAtMS40LDAtMS40LDEuMmgtMC45YzAtMC40LDAuMS0wLjcsMC4yLTFjMC4xLTAuMiwwLjMtMC40LDAuNS0wLjZjMC4yLTAuMiwwLjUtMC4zLDAuOC0wLjNDMTMuMyw0LDEzLjYsNCwxMy45LDQgYzAuMywwLDAuNSwwLDAuOCwwLjFjMC4zLDAsMC41LDAuMSwwLjcsMC4yYzAuMiwwLjEsMC40LDAuMywwLjUsMC41QzE2LDUsMTYsNS4yLDE2LDUuNnYyLjljMCwwLjIsMCwwLjQsMCwwLjUgYzAsMC4xLDAuMSwwLjIsMC4zLDAuMmMwLjEsMCwwLjIsMCwwLjMsMFY5Ljh6IE0xNS4yLDYuOWMtMS4yLDAuNi0zLjEsMC4yLTMuMSwxLjRjMCwxLjQsMy4xLDEsMy4xLTAuNVY2Ljl6Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9362 | --jp-icon-check: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9363 | --jp-icon-circle-empty: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyczQuNDcgMTAgMTAgMTAgMTAtNC40NyAxMC0xMFMxNy41MyAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4eiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9364 | --jp-icon-circle: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9365 | --jp-icon-clear: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8bWFzayBpZD0iZG9udXRIb2xlIj4KICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIC8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4IiBmaWxsPSJibGFjayIvPgogIDwvbWFzaz4KCiAgPGcgY2xhc3M9ImpwLWljb24zIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxyZWN0IGhlaWdodD0iMTgiIHdpZHRoPSIyIiB4PSIxMSIgeT0iMyIgdHJhbnNmb3JtPSJyb3RhdGUoMzE1LCAxMiwgMTIpIi8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgbWFzaz0idXJsKCNkb251dEhvbGUpIi8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9366 | --jp-icon-close: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1ub25lIGpwLWljb24tc2VsZWN0YWJsZS1pbnZlcnNlIGpwLWljb24zLWhvdmVyIiBmaWxsPSJub25lIj4KICAgIDxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjExIi8+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIGpwLWljb24tYWNjZW50Mi1ob3ZlciIgZmlsbD0iIzYxNjE2MSI+CiAgICA8cGF0aCBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPgogIDwvZz4KCiAgPGcgY2xhc3M9ImpwLWljb24tbm9uZSBqcC1pY29uLWJ1c3kiIGZpbGw9Im5vbmUiPgogICAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iNyIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9367 | --jp-icon-code: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTExLjQgMTguNkw2LjggMTRMMTEuNCA5LjRMMTAgOEw0IDE0TDEwIDIwTDExLjQgMTguNlpNMTYuNiAxOC42TDIxLjIgMTRMMTYuNiA5LjRMMTggOEwyNCAxNEwxOCAyMEwxNi42IDE4LjZWMTguNloiLz4KCTwvZz4KPC9zdmc+Cg==); | ||
| 9368 | --jp-icon-console: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwMCAyMDAiPgogIDxnIGNsYXNzPSJqcC1pY29uLWJyYW5kMSBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiMwMjg4RDEiPgogICAgPHBhdGggZD0iTTIwIDE5LjhoMTYwdjE1OS45SDIweiIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNmZmYiPgogICAgPHBhdGggZD0iTTEwNSAxMjcuM2g0MHYxMi44aC00MHpNNTEuMSA3N0w3NCA5OS45bC0yMy4zIDIzLjMgMTAuNSAxMC41IDIzLjMtMjMuM0w5NSA5OS45IDg0LjUgODkuNCA2MS42IDY2LjV6Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9369 | --jp-icon-copy: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTExLjksMUgzLjJDMi40LDEsMS43LDEuNywxLjcsMi41djEwLjJoMS41VjIuNWg4LjdWMXogTTE0LjEsMy45aC04Yy0wLjgsMC0xLjUsMC43LTEuNSwxLjV2MTAuMmMwLDAuOCwwLjcsMS41LDEuNSwxLjVoOCBjMC44LDAsMS41LTAuNywxLjUtMS41VjUuNEMxNS41LDQuNiwxNC45LDMuOSwxNC4xLDMuOXogTTE0LjEsMTUuNWgtOFY1LjRoOFYxNS41eiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9370 | --jp-icon-copyright: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCI+CiAgPGcgY2xhc3M9ImpwLWljb24zIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik0xMS44OCw5LjE0YzEuMjgsMC4wNiwxLjYxLDEuMTUsMS42MywxLjY2aDEuNzljLTAuMDgtMS45OC0xLjQ5LTMuMTktMy40NS0zLjE5QzkuNjQsNy42MSw4LDksOCwxMi4xNCBjMCwxLjk0LDAuOTMsNC4yNCwzLjg0LDQuMjRjMi4yMiwwLDMuNDEtMS42NSwzLjQ0LTIuOTVoLTEuNzljLTAuMDMsMC41OS0wLjQ1LDEuMzgtMS42MywxLjQ0QzEwLjU1LDE0LjgzLDEwLDEzLjgxLDEwLDEyLjE0IEMxMCw5LjI1LDExLjI4LDkuMTYsMTEuODgsOS4xNHogTTEyLDJDNi40OCwyLDIsNi40OCwyLDEyczQuNDgsMTAsMTAsMTBzMTAtNC40OCwxMC0xMFMxNy41MiwyLDEyLDJ6IE0xMiwyMGMtNC40MSwwLTgtMy41OS04LTggczMuNTktOCw4LThzOCwzLjU5LDgsOFMxNi40MSwyMCwxMiwyMHoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9371 | --jp-icon-cut: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTkuNjQgNy42NGMuMjMtLjUuMzYtMS4wNS4zNi0xLjY0IDAtMi4yMS0xLjc5LTQtNC00UzIgMy43OSAyIDZzMS43OSA0IDQgNGMuNTkgMCAxLjE0LS4xMyAxLjY0LS4zNkwxMCAxMmwtMi4zNiAyLjM2QzcuMTQgMTQuMTMgNi41OSAxNCA2IDE0Yy0yLjIxIDAtNCAxLjc5LTQgNHMxLjc5IDQgNCA0IDQtMS43OSA0LTRjMC0uNTktLjEzLTEuMTQtLjM2LTEuNjRMMTIgMTRsNyA3aDN2LTFMOS42NCA3LjY0ek02IDhjLTEuMSAwLTItLjg5LTItMnMuOS0yIDItMiAyIC44OSAyIDItLjkgMi0yIDJ6bTAgMTJjLTEuMSAwLTItLjg5LTItMnMuOS0yIDItMiAyIC44OSAyIDItLjkgMi0yIDJ6bTYtNy41Yy0uMjggMC0uNS0uMjItLjUtLjVzLjIyLS41LjUtLjUuNS4yMi41LjUtLjIyLjUtLjUuNXpNMTkgM2wtNiA2IDIgMiA3LTdWM3oiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9372 | --jp-icon-download: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE5IDloLTRWM0g5djZINWw3IDcgNy03ek01IDE4djJoMTR2LTJINXoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9373 | --jp-icon-edit: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTMgMTcuMjVWMjFoMy43NUwxNy44MSA5Ljk0bC0zLjc1LTMuNzVMMyAxNy4yNXpNMjAuNzEgNy4wNGMuMzktLjM5LjM5LTEuMDIgMC0xLjQxbC0yLjM0LTIuMzRjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwbC0xLjgzIDEuODMgMy43NSAzLjc1IDEuODMtMS44M3oiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9374 | --jp-icon-ellipses: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPGNpcmNsZSBjeD0iNSIgY3k9IjEyIiByPSIyIi8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIyIi8+CiAgICA8Y2lyY2xlIGN4PSIxOSIgY3k9IjEyIiByPSIyIi8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9375 | --jp-icon-extension: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIwLjUgMTFIMTlWN2MwLTEuMS0uOS0yLTItMmgtNFYzLjVDMTMgMi4xMiAxMS44OCAxIDEwLjUgMVM4IDIuMTIgOCAzLjVWNUg0Yy0xLjEgMC0xLjk5LjktMS45OSAydjMuOEgzLjVjMS40OSAwIDIuNyAxLjIxIDIuNyAyLjdzLTEuMjEgMi43LTIuNyAyLjdIMlYyMGMwIDEuMS45IDIgMiAyaDMuOHYtMS41YzAtMS40OSAxLjIxLTIuNyAyLjctMi43IDEuNDkgMCAyLjcgMS4yMSAyLjcgMi43VjIySDE3YzEuMSAwIDItLjkgMi0ydi00aDEuNWMxLjM4IDAgMi41LTEuMTIgMi41LTIuNVMyMS44OCAxMSAyMC41IDExeiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9376 | --jp-icon-fast-forward: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTQgMThsOC41LTZMNCA2djEyem05LTEydjEybDguNS02TDEzIDZ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=); | ||
| 9377 | --jp-icon-file-upload: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTkgMTZoNnYtNmg0bC03LTctNyA3aDR6bS00IDJoMTR2Mkg1eiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9378 | --jp-icon-file: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkuMyA4LjJsLTUuNS01LjVjLS4zLS4zLS43LS41LTEuMi0uNUgzLjljLS44LjEtMS42LjktMS42IDEuOHYxNC4xYzAgLjkuNyAxLjYgMS42IDEuNmgxNC4yYy45IDAgMS42LS43IDEuNi0xLjZWOS40Yy4xLS41LS4xLS45LS40LTEuMnptLTUuOC0zLjNsMy40IDMuNmgtMy40VjQuOXptMy45IDEyLjdINC43Yy0uMSAwLS4yIDAtLjItLjJWNC43YzAtLjIuMS0uMy4yLS4zaDcuMnY0LjRzMCAuOC4zIDEuMWMuMy4zIDEuMS4zIDEuMS4zaDQuM3Y3LjJzLS4xLjItLjIuMnoiLz4KPC9zdmc+Cg==); | ||
| 9379 | --jp-icon-filter-list: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEwIDE4aDR2LTJoLTR2MnpNMyA2djJoMThWNkgzem0zIDdoMTJ2LTJINnYyeiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9380 | --jp-icon-folder: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTAgNEg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMThjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY4YzAtMS4xLS45LTItMi0yaC04bC0yLTJ6Ii8+Cjwvc3ZnPgo=); | ||
| 9381 | --jp-icon-html5: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPgogIDxwYXRoIGNsYXNzPSJqcC1pY29uMCBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiMwMDAiIGQ9Ik0xMDguNCAwaDIzdjIyLjhoMjEuMlYwaDIzdjY5aC0yM1Y0NmgtMjF2MjNoLTIzLjJNMjA2IDIzaC0yMC4zVjBoNjMuN3YyM0gyMjl2NDZoLTIzbTUzLjUtNjloMjQuMWwxNC44IDI0LjNMMzEzLjIgMGgyNC4xdjY5aC0yM1YzNC44bC0xNi4xIDI0LjgtMTYuMS0yNC44VjY5aC0yMi42bTg5LjItNjloMjN2NDYuMmgzMi42VjY5aC01NS42Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iI2U0NGQyNiIgZD0iTTEwNy42IDQ3MWwtMzMtMzcwLjRoMzYyLjhsLTMzIDM3MC4yTDI1NS43IDUxMiIvPgogIDxwYXRoIGNsYXNzPSJqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNmMTY1MjkiIGQ9Ik0yNTYgNDgwLjVWMTMxaDE0OC4zTDM3NiA0NDciLz4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNlYmViZWIiIGQ9Ik0xNDIgMTc2LjNoMTE0djQ1LjRoLTY0LjJsNC4yIDQ2LjVoNjB2NDUuM0gxNTQuNG0yIDIyLjhIMjAybDMuMiAzNi4zIDUwLjggMTMuNnY0Ny40bC05My4yLTI2Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZS1pbnZlcnNlIiBmaWxsPSIjZmZmIiBkPSJNMzY5LjYgMTc2LjNIMjU1Ljh2NDUuNGgxMDkuNm0tNC4xIDQ2LjVIMjU1Ljh2NDUuNGg1NmwtNS4zIDU5LTUwLjcgMTMuNnY0Ny4ybDkzLTI1LjgiLz4KPC9zdmc+Cg==); | ||
| 9382 | --jp-icon-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1icmFuZDQganAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNGRkYiIGQ9Ik0yLjIgMi4yaDE3LjV2MTcuNUgyLjJ6Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzNGNTFCNSIgZD0iTTIuMiAyLjJ2MTcuNWgxNy41bC4xLTE3LjVIMi4yem0xMi4xIDIuMmMxLjIgMCAyLjIgMSAyLjIgMi4ycy0xIDIuMi0yLjIgMi4yLTIuMi0xLTIuMi0yLjIgMS0yLjIgMi4yLTIuMnpNNC40IDE3LjZsMy4zLTguOCAzLjMgNi42IDIuMi0zLjIgNC40IDUuNEg0LjR6Ii8+Cjwvc3ZnPgo=); | ||
| 9383 | --jp-icon-inspector: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMjAgNEg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMThjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY2YzAtMS4xLS45LTItMi0yem0tNSAxNEg0di00aDExdjR6bTAtNUg0VjloMTF2NHptNSA1aC00VjloNHY5eiIvPgo8L3N2Zz4K); | ||
| 9384 | --jp-icon-json: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMSBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNGOUE4MjUiPgogICAgPHBhdGggZD0iTTIwLjIgMTEuOGMtMS42IDAtMS43LjUtMS43IDEgMCAuNC4xLjkuMSAxLjMuMS41LjEuOS4xIDEuMyAwIDEuNy0xLjQgMi4zLTMuNSAyLjNoLS45di0xLjloLjVjMS4xIDAgMS40IDAgMS40LS44IDAtLjMgMC0uNi0uMS0xIDAtLjQtLjEtLjgtLjEtMS4yIDAtMS4zIDAtMS44IDEuMy0yLTEuMy0uMi0xLjMtLjctMS4zLTIgMC0uNC4xLS44LjEtMS4yLjEtLjQuMS0uNy4xLTEgMC0uOC0uNC0uNy0xLjQtLjhoLS41VjQuMWguOWMyLjIgMCAzLjUuNyAzLjUgMi4zIDAgLjQtLjEuOS0uMSAxLjMtLjEuNS0uMS45LS4xIDEuMyAwIC41LjIgMSAxLjcgMXYxLjh6TTEuOCAxMC4xYzEuNiAwIDEuNy0uNSAxLjctMSAwLS40LS4xLS45LS4xLTEuMy0uMS0uNS0uMS0uOS0uMS0xLjMgMC0xLjYgMS40LTIuMyAzLjUtMi4zaC45djEuOWgtLjVjLTEgMC0xLjQgMC0xLjQuOCAwIC4zIDAgLjYuMSAxIDAgLjIuMS42LjEgMSAwIDEuMyAwIDEuOC0xLjMgMkM2IDExLjIgNiAxMS43IDYgMTNjMCAuNC0uMS44LS4xIDEuMi0uMS4zLS4xLjctLjEgMSAwIC44LjMuOCAxLjQuOGguNXYxLjloLS45Yy0yLjEgMC0zLjUtLjYtMy41LTIuMyAwLS40LjEtLjkuMS0xLjMuMS0uNS4xLS45LjEtMS4zIDAtLjUtLjItMS0xLjctMXYtMS45eiIvPgogICAgPGNpcmNsZSBjeD0iMTEiIGN5PSIxMy44IiByPSIyLjEiLz4KICAgIDxjaXJjbGUgY3g9IjExIiBjeT0iOC4yIiByPSIyLjEiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9385 | --jp-icon-julia: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDMyNSAzMDAiPgogIDxnIGNsYXNzPSJqcC1icmFuZDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjY2IzYzMzIj4KICAgIDxwYXRoIGQ9Ik0gMTUwLjg5ODQzOCAyMjUgQyAxNTAuODk4NDM4IDI2Ni40MjE4NzUgMTE3LjMyMDMxMiAzMDAgNzUuODk4NDM4IDMwMCBDIDM0LjQ3NjU2MiAzMDAgMC44OTg0MzggMjY2LjQyMTg3NSAwLjg5ODQzOCAyMjUgQyAwLjg5ODQzOCAxODMuNTc4MTI1IDM0LjQ3NjU2MiAxNTAgNzUuODk4NDM4IDE1MCBDIDExNy4zMjAzMTIgMTUwIDE1MC44OTg0MzggMTgzLjU3ODEyNSAxNTAuODk4NDM4IDIyNSIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzM4OTgyNiI+CiAgICA8cGF0aCBkPSJNIDIzNy41IDc1IEMgMjM3LjUgMTE2LjQyMTg3NSAyMDMuOTIxODc1IDE1MCAxNjIuNSAxNTAgQyAxMjEuMDc4MTI1IDE1MCA4Ny41IDExNi40MjE4NzUgODcuNSA3NSBDIDg3LjUgMzMuNTc4MTI1IDEyMS4wNzgxMjUgMCAxNjIuNSAwIEMgMjAzLjkyMTg3NSAwIDIzNy41IDMzLjU3ODEyNSAyMzcuNSA3NSIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzk1NThiMiI+CiAgICA8cGF0aCBkPSJNIDMyNC4xMDE1NjIgMjI1IEMgMzI0LjEwMTU2MiAyNjYuNDIxODc1IDI5MC41MjM0MzggMzAwIDI0OS4xMDE1NjIgMzAwIEMgMjA3LjY3OTY4OCAzMDAgMTc0LjEwMTU2MiAyNjYuNDIxODc1IDE3NC4xMDE1NjIgMjI1IEMgMTc0LjEwMTU2MiAxODMuNTc4MTI1IDIwNy42Nzk2ODggMTUwIDI0OS4xMDE1NjIgMTUwIEMgMjkwLjUyMzQzOCAxNTAgMzI0LjEwMTU2MiAxODMuNTc4MTI1IDMyNC4xMDE1NjIgMjI1Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9386 | --jp-icon-jupyter-favicon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE2NSIgdmlld0JveD0iMCAwIDE1MiAxNjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCIgZmlsbD0iI0YzNzcyNiI+CiAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA3ODk0NywgMTEwLjU4MjkyNykiIGQ9Ik03NS45NDIyODQyLDI5LjU4MDQ1NjEgQzQzLjMwMjM5NDcsMjkuNTgwNDU2MSAxNC43OTY3ODMyLDE3LjY1MzQ2MzQgMCwwIEM1LjUxMDgzMjExLDE1Ljg0MDY4MjkgMTUuNzgxNTM4OSwyOS41NjY3NzMyIDI5LjM5MDQ5NDcsMzkuMjc4NDE3MSBDNDIuOTk5Nyw0OC45ODk4NTM3IDU5LjI3MzcsNTQuMjA2NzgwNSA3NS45NjA1Nzg5LDU0LjIwNjc4MDUgQzkyLjY0NzQ1NzksNTQuMjA2NzgwNSAxMDguOTIxNDU4LDQ4Ljk4OTg1MzcgMTIyLjUzMDY2MywzOS4yNzg0MTcxIEMxMzYuMTM5NDUzLDI5LjU2Njc3MzIgMTQ2LjQxMDI4NCwxNS44NDA2ODI5IDE1MS45MjExNTgsMCBDMTM3LjA4Nzg2OCwxNy42NTM0NjM0IDEwOC41ODI1ODksMjkuNTgwNDU2MSA3NS45NDIyODQyLDI5LjU4MDQ1NjEgTDc1Ljk0MjI4NDIsMjkuNTgwNDU2MSBaIiAvPgogICAgPHBhdGggdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzczNjgsIDAuNzA0ODc4KSIgZD0iTTc1Ljk3ODQ1NzksMjQuNjI2NDA3MyBDMTA4LjYxODc2MywyNC42MjY0MDczIDEzNy4xMjQ0NTgsMzYuNTUzNDQxNSAxNTEuOTIxMTU4LDU0LjIwNjc4MDUgQzE0Ni40MTAyODQsMzguMzY2MjIyIDEzNi4xMzk0NTMsMjQuNjQwMTMxNyAxMjIuNTMwNjYzLDE0LjkyODQ4NzggQzEwOC45MjE0NTgsNS4yMTY4NDM5IDkyLjY0NzQ1NzksMCA3NS45NjA1Nzg5LDAgQzU5LjI3MzcsMCA0Mi45OTk3LDUuMjE2ODQzOSAyOS4zOTA0OTQ3LDE0LjkyODQ4NzggQzE1Ljc4MTUzODksMjQuNjQwMTMxNyA1LjUxMDgzMjExLDM4LjM2NjIyMiAwLDU0LjIwNjc4MDUgQzE0LjgzMzA4MTYsMzYuNTg5OTI5MyA0My4zMzg1Njg0LDI0LjYyNjQwNzMgNzUuOTc4NDU3OSwyNC42MjY0MDczIEw3NS45Nzg0NTc5LDI0LjYyNjQwNzMgWiIgLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9387 | --jp-icon-jupyter: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCAzOSA1MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzOCAtMjI4MSkiPgogICAgPGcgY2xhc3M9ImpwLWljb24td2FybjAiIGZpbGw9IiNGMzc3MjYiPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM5Ljc0IDIzMTEuOTgpIiBkPSJNIDE4LjI2NDYgNy4xMzQxMUMgMTAuNDE0NSA3LjEzNDExIDMuNTU4NzIgNC4yNTc2IDAgMEMgMS4zMjUzOSAzLjgyMDQgMy43OTU1NiA3LjEzMDgxIDcuMDY4NiA5LjQ3MzAzQyAxMC4zNDE3IDExLjgxNTIgMTQuMjU1NyAxMy4wNzM0IDE4LjI2OSAxMy4wNzM0QyAyMi4yODIzIDEzLjA3MzQgMjYuMTk2MyAxMS44MTUyIDI5LjQ2OTQgOS40NzMwM0MgMzIuNzQyNCA3LjEzMDgxIDM1LjIxMjYgMy44MjA0IDM2LjUzOCAwQyAzMi45NzA1IDQuMjU3NiAyNi4xMTQ4IDcuMTM0MTEgMTguMjY0NiA3LjEzNDExWiIvPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM5LjczIDIyODUuNDgpIiBkPSJNIDE4LjI3MzMgNS45MzkzMUMgMjYuMTIzNSA1LjkzOTMxIDMyLjk3OTMgOC44MTU4MyAzNi41MzggMTMuMDczNEMgMzUuMjEyNiA5LjI1MzAzIDMyLjc0MjQgNS45NDI2MiAyOS40Njk0IDMuNjAwNEMgMjYuMTk2MyAxLjI1ODE4IDIyLjI4MjMgMCAxOC4yNjkgMEMgMTQuMjU1NyAwIDEwLjM0MTcgMS4yNTgxOCA3LjA2ODYgMy42MDA0QyAzLjc5NTU2IDUuOTQyNjIgMS4zMjUzOSA5LjI1MzAzIDAgMTMuMDczNEMgMy41Njc0NSA4LjgyNDYzIDEwLjQyMzIgNS45MzkzMSAxOC4yNzMzIDUuOTM5MzFaIi8+CiAgICA8L2c+CiAgICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjY5LjMgMjI4MS4zMSkiIGQ9Ik0gNS44OTM1MyAyLjg0NEMgNS45MTg4OSAzLjQzMTY1IDUuNzcwODUgNC4wMTM2NyA1LjQ2ODE1IDQuNTE2NDVDIDUuMTY1NDUgNS4wMTkyMiA0LjcyMTY4IDUuNDIwMTUgNC4xOTI5OSA1LjY2ODUxQyAzLjY2NDMgNS45MTY4OCAzLjA3NDQ0IDYuMDAxNTEgMi40OTgwNSA1LjkxMTcxQyAxLjkyMTY2IDUuODIxOSAxLjM4NDYzIDUuNTYxNyAwLjk1NDg5OCA1LjE2NDAxQyAwLjUyNTE3IDQuNzY2MzMgMC4yMjIwNTYgNC4yNDkwMyAwLjA4MzkwMzcgMy42Nzc1N0MgLTAuMDU0MjQ4MyAzLjEwNjExIC0wLjAyMTIzIDIuNTA2MTcgMC4xNzg3ODEgMS45NTM2NEMgMC4zNzg3OTMgMS40MDExIDAuNzM2ODA5IDAuOTIwODE3IDEuMjA3NTQgMC41NzM1MzhDIDEuNjc4MjYgMC4yMjYyNTkgMi4yNDA1NSAwLjAyNzU5MTkgMi44MjMyNiAwLjAwMjY3MjI5QyAzLjYwMzg5IC0wLjAzMDcxMTUgNC4zNjU3MyAwLjI0OTc4OSA0Ljk0MTQyIDAuNzgyNTUxQyA1LjUxNzExIDEuMzE1MzEgNS44NTk1NiAyLjA1Njc2IDUuODkzNTMgMi44NDRaIi8+CiAgICAgIDxwYXRoIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MzkuOCAyMzIzLjgxKSIgZD0iTSA3LjQyNzg5IDMuNTgzMzhDIDcuNDYwMDggNC4zMjQzIDcuMjczNTUgNS4wNTgxOSA2Ljg5MTkzIDUuNjkyMTNDIDYuNTEwMzEgNi4zMjYwNyA1Ljk1MDc1IDYuODMxNTYgNS4yODQxMSA3LjE0NDZDIDQuNjE3NDcgNy40NTc2MyAzLjg3MzcxIDcuNTY0MTQgMy4xNDcwMiA3LjQ1MDYzQyAyLjQyMDMyIDcuMzM3MTIgMS43NDMzNiA3LjAwODcgMS4yMDE4NCA2LjUwNjk1QyAwLjY2MDMyOCA2LjAwNTIgMC4yNzg2MSA1LjM1MjY4IDAuMTA1MDE3IDQuNjMyMDJDIC0wLjA2ODU3NTcgMy45MTEzNSAtMC4wMjYyMzYxIDMuMTU0OTQgMC4yMjY2NzUgMi40NTg1NkMgMC40Nzk1ODcgMS43NjIxNyAwLjkzMTY5NyAxLjE1NzEzIDEuNTI1NzYgMC43MjAwMzNDIDIuMTE5ODMgMC4yODI5MzUgMi44MjkxNCAwLjAzMzQzOTUgMy41NjM4OSAwLjAwMzEzMzQ0QyA0LjU0NjY3IC0wLjAzNzQwMzMgNS41MDUyOSAwLjMxNjcwNiA2LjIyOTYxIDAuOTg3ODM1QyA2Ljk1MzkzIDEuNjU4OTYgNy4zODQ4NCAyLjU5MjM1IDcuNDI3ODkgMy41ODMzOEwgNy40Mjc4OSAzLjU4MzM4WiIvPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM4LjM2IDIyODYuMDYpIiBkPSJNIDIuMjc0NzEgNC4zOTYyOUMgMS44NDM2MyA0LjQxNTA4IDEuNDE2NzEgNC4zMDQ0NSAxLjA0Nzk5IDQuMDc4NDNDIDAuNjc5MjY4IDMuODUyNCAwLjM4NTMyOCAzLjUyMTE0IDAuMjAzMzcxIDMuMTI2NTZDIDAuMDIxNDEzNiAyLjczMTk4IC0wLjA0MDM3OTggMi4yOTE4MyAwLjAyNTgxMTYgMS44NjE4MUMgMC4wOTIwMDMxIDEuNDMxOCAwLjI4MzIwNCAxLjAzMTI2IDAuNTc1MjEzIDAuNzEwODgzQyAwLjg2NzIyMiAwLjM5MDUxIDEuMjQ2OTEgMC4xNjQ3MDggMS42NjYyMiAwLjA2MjA1OTJDIDIuMDg1NTMgLTAuMDQwNTg5NyAyLjUyNTYxIC0wLjAxNTQ3MTQgMi45MzA3NiAwLjEzNDIzNUMgMy4zMzU5MSAwLjI4Mzk0MSAzLjY4NzkyIDAuNTUxNTA1IDMuOTQyMjIgMC45MDMwNkMgNC4xOTY1MiAxLjI1NDYyIDQuMzQxNjkgMS42NzQzNiA0LjM1OTM1IDIuMTA5MTZDIDQuMzgyOTkgMi42OTEwNyA0LjE3Njc4IDMuMjU4NjkgMy43ODU5NyAzLjY4NzQ2QyAzLjM5NTE2IDQuMTE2MjQgMi44NTE2NiA0LjM3MTE2IDIuMjc0NzEgNC4zOTYyOUwgMi4yNzQ3MSA0LjM5NjI5WiIvPgogICAgPC9nPgogIDwvZz4+Cjwvc3ZnPgo=); | ||
| 9388 | --jp-icon-jupyterlab-wordmark: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIHZpZXdCb3g9IjAgMCAxODYwLjggNDc1Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0RTRFNEUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ4MC4xMzY0MDEsIDY0LjI3MTQ5MykiPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDU4Ljg3NTU2NikiPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA4NzYwMywgMC4xNDAyOTQpIj4KICAgICAgICA8cGF0aCBkPSJNLTQyNi45LDE2OS44YzAsNDguNy0zLjcsNjQuNy0xMy42LDc2LjRjLTEwLjgsMTAtMjUsMTUuNS0zOS43LDE1LjVsMy43LDI5IGMyMi44LDAuMyw0NC44LTcuOSw2MS45LTIzLjFjMTcuOC0xOC41LDI0LTQ0LjEsMjQtODMuM1YwSC00Mjd2MTcwLjFMLTQyNi45LDE2OS44TC00MjYuOSwxNjkuOHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU1LjA0NTI5NiwgNTYuODM3MTA0KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNTYyNDUzLCAxLjc5OTg0MikiPgogICAgICAgIDxwYXRoIGQ9Ik0tMzEyLDE0OGMwLDIxLDAsMzkuNSwxLjcsNTUuNGgtMzEuOGwtMi4xLTMzLjNoLTAuOGMtNi43LDExLjYtMTYuNCwyMS4zLTI4LDI3LjkgYy0xMS42LDYuNi0yNC44LDEwLTM4LjIsOS44Yy0zMS40LDAtNjktMTcuNy02OS04OVYwaDM2LjR2MTEyLjdjMCwzOC43LDExLjYsNjQuNyw0NC42LDY0LjdjMTAuMy0wLjIsMjAuNC0zLjUsMjguOS05LjQgYzguNS01LjksMTUuMS0xNC4zLDE4LjktMjMuOWMyLjItNi4xLDMuMy0xMi41LDMuMy0xOC45VjAuMmgzNi40VjE0OEgtMzEyTC0zMTIsMTQ4eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTAuMDEzMzIyLCA1My40Nzk2MzgpIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS43MDY0NTgsIDAuMjMxNDI1KSI+CiAgICAgICAgPHBhdGggZD0iTS00NzguNiw3MS40YzAtMjYtMC44LTQ3LTEuNy02Ni43aDMyLjdsMS43LDM0LjhoMC44YzcuMS0xMi41LDE3LjUtMjIuOCwzMC4xLTI5LjcgYzEyLjUtNywyNi43LTEwLjMsNDEtOS44YzQ4LjMsMCw4NC43LDQxLjcsODQuNywxMDMuM2MwLDczLjEtNDMuNywxMDkuMi05MSwxMDkuMmMtMTIuMSwwLjUtMjQuMi0yLjItMzUtNy44IGMtMTAuOC01LjYtMTkuOS0xMy45LTI2LjYtMjQuMmgtMC44VjI5MWgtMzZ2LTIyMEwtNDc4LjYsNzEuNEwtNDc4LjYsNzEuNHogTS00NDIuNiwxMjUuNmMwLjEsNS4xLDAuNiwxMC4xLDEuNywxNS4xIGMzLDEyLjMsOS45LDIzLjMsMTkuOCwzMS4xYzkuOSw3LjgsMjIuMSwxMi4xLDM0LjcsMTIuMWMzOC41LDAsNjAuNy0zMS45LDYwLjctNzguNWMwLTQwLjctMjEuMS03NS42LTU5LjUtNzUuNiBjLTEyLjksMC40LTI1LjMsNS4xLTM1LjMsMTMuNGMtOS45LDguMy0xNi45LDE5LjctMTkuNiwzMi40Yy0xLjUsNC45LTIuMywxMC0yLjUsMTUuMVYxMjUuNkwtNDQyLjYsMTI1LjZMLTQ0Mi42LDEyNS42eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MDYuNzQwNzI2LCA1Ni44MzcxMDQpIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NTEyMjYsIDEuOTg5Mjk5KSI+CiAgICAgICAgPHBhdGggZD0iTS00NDAuOCwwbDQzLjcsMTIwLjFjNC41LDEzLjQsOS41LDI5LjQsMTIuOCw0MS43aDAuOGMzLjctMTIuMiw3LjktMjcuNywxMi44LTQyLjQgbDM5LjctMTE5LjJoMzguNUwtMzQ2LjksMTQ1Yy0yNiw2OS43LTQzLjcsMTA1LjQtNjguNiwxMjcuMmMtMTIuNSwxMS43LTI3LjksMjAtNDQuNiwyMy45bC05LjEtMzEuMSBjMTEuNy0zLjksMjIuNS0xMC4xLDMxLjgtMTguMWMxMy4yLTExLjEsMjMuNy0yNS4yLDMwLjYtNDEuMmMxLjUtMi44LDIuNS01LjcsMi45LTguOGMtMC4zLTMuMy0xLjItNi42LTIuNS05LjdMLTQ4MC4yLDAuMSBoMzkuN0wtNDQwLjgsMEwtNDQwLjgsMHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIyLjc0ODEwNCwgMC4wMDAwMDApIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS40NjQwNTAsIDAuMzc4OTE0KSI+CiAgICAgICAgPHBhdGggZD0iTS00MTMuNywwdjU4LjNoNTJ2MjguMmgtNTJWMTk2YzAsMjUsNywzOS41LDI3LjMsMzkuNWM3LjEsMC4xLDE0LjItMC43LDIxLjEtMi41IGwxLjcsMjcuN2MtMTAuMywzLjctMjEuMyw1LjQtMzIuMiw1Yy03LjMsMC40LTE0LjYtMC43LTIxLjMtMy40Yy02LjgtMi43LTEyLjktNi44LTE3LjktMTIuMWMtMTAuMy0xMC45LTE0LjEtMjktMTQuMS01Mi45IFY4Ni41aC0zMVY1OC4zaDMxVjkuNkwtNDEzLjcsMEwtNDEzLjcsMHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTc0LjQzMzI4NiwgNTMuNDc5NjM4KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTkwMDM0LCAwLjYxMDMzOSkiPgogICAgICAgIDxwYXRoIGQ9Ik0tNDQ1LjgsMTEzYzAuOCw1MCwzMi4yLDcwLjYsNjguNiw3MC42YzE5LDAuNiwzNy45LTMsNTUuMy0xMC41bDYuMiwyNi40IGMtMjAuOSw4LjktNDMuNSwxMy4xLTY2LjIsMTIuNmMtNjEuNSwwLTk4LjMtNDEuMi05OC4zLTEwMi41Qy00ODAuMiw0OC4yLTQ0NC43LDAtMzg2LjUsMGM2NS4yLDAsODIuNyw1OC4zLDgyLjcsOTUuNyBjLTAuMSw1LjgtMC41LDExLjUtMS4yLDE3LjJoLTE0MC42SC00NDUuOEwtNDQ1LjgsMTEzeiBNLTMzOS4yLDg2LjZjMC40LTIzLjUtOS41LTYwLjEtNTAuNC02MC4xIGMtMzYuOCwwLTUyLjgsMzQuNC01NS43LDYwLjFILTMzOS4yTC0zMzkuMiw4Ni42TC0zMzkuMiw4Ni42eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjAxLjk2MTA1OCwgNTMuNDc5NjM4KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMTc5NjQwLCAwLjcwNTA2OCkiPgogICAgICAgIDxwYXRoIGQ9Ik0tNDc4LjYsNjhjMC0yMy45LTAuNC00NC41LTEuNy02My40aDMxLjhsMS4yLDM5LjloMS43YzkuMS0yNy4zLDMxLTQ0LjUsNTUuMy00NC41IGMzLjUtMC4xLDcsMC40LDEwLjMsMS4ydjM0LjhjLTQuMS0wLjktOC4yLTEuMy0xMi40LTEuMmMtMjUuNiwwLTQzLjcsMTkuNy00OC43LDQ3LjRjLTEsNS43LTEuNiwxMS41LTEuNywxNy4ydjEwOC4zaC0zNlY2OCBMLTQ3OC42LDY4eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCIgZmlsbD0iI0YzNzcyNiI+CiAgICA8cGF0aCBkPSJNMTM1Mi4zLDMyNi4yaDM3VjI4aC0zN1YzMjYuMnogTTE2MDQuOCwzMjYuMmMtMi41LTEzLjktMy40LTMxLjEtMy40LTQ4Ljd2LTc2IGMwLTQwLjctMTUuMS04My4xLTc3LjMtODMuMWMtMjUuNiwwLTUwLDcuMS02Ni44LDE4LjFsOC40LDI0LjRjMTQuMy05LjIsMzQtMTUuMSw1My0xNS4xYzQxLjYsMCw0Ni4yLDMwLjIsNDYuMiw0N3Y0LjIgYy03OC42LTAuNC0xMjIuMywyNi41LTEyMi4zLDc1LjZjMCwyOS40LDIxLDU4LjQsNjIuMiw1OC40YzI5LDAsNTAuOS0xNC4zLDYyLjItMzAuMmgxLjNsMi45LDI1LjZIMTYwNC44eiBNMTU2NS43LDI1Ny43IGMwLDMuOC0wLjgsOC0yLjEsMTEuOGMtNS45LDE3LjItMjIuNywzNC00OS4yLDM0Yy0xOC45LDAtMzQuOS0xMS4zLTM0LjktMzUuM2MwLTM5LjUsNDUuOC00Ni42LDg2LjItNDUuOFYyNTcuN3ogTTE2OTguNSwzMjYuMiBsMS43LTMzLjZoMS4zYzE1LjEsMjYuOSwzOC43LDM4LjIsNjguMSwzOC4yYzQ1LjQsMCw5MS4yLTM2LjEsOTEuMi0xMDguOGMwLjQtNjEuNy0zNS4zLTEwMy43LTg1LjctMTAzLjcgYy0zMi44LDAtNTYuMywxNC43LTY5LjMsMzcuNGgtMC44VjI4aC0zNi42djI0NS43YzAsMTguMS0wLjgsMzguNi0xLjcsNTIuNUgxNjk4LjV6IE0xNzA0LjgsMjA4LjJjMC01LjksMS4zLTEwLjksMi4xLTE1LjEgYzcuNi0yOC4xLDMxLjEtNDUuNCw1Ni4zLTQ1LjRjMzkuNSwwLDYwLjUsMzQuOSw2MC41LDc1LjZjMCw0Ni42LTIzLjEsNzguMS02MS44LDc4LjFjLTI2LjksMC00OC4zLTE3LjYtNTUuNS00My4zIGMtMC44LTQuMi0xLjctOC44LTEuNy0xMy40VjIwOC4yeiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9389 | --jp-icon-kernel: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgZmlsbD0iIzYxNjE2MSIgZD0iTTE1IDlIOXY2aDZWOXptLTIgNGgtMnYtMmgydjJ6bTgtMlY5aC0yVjdjMC0xLjEtLjktMi0yLTJoLTJWM2gtMnYyaC0yVjNIOXYySDdjLTEuMSAwLTIgLjktMiAydjJIM3YyaDJ2MkgzdjJoMnYyYzAgMS4xLjkgMiAyIDJoMnYyaDJ2LTJoMnYyaDJ2LTJoMmMxLjEgMCAyLS45IDItMnYtMmgydi0yaC0ydi0yaDJ6bS00IDZIN1Y3aDEwdjEweiIvPgo8L3N2Zz4K); | ||
| 9390 | --jp-icon-keyboard: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMjAgNUg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMTdjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY3YzAtMS4xLS45LTItMi0yem0tOSAzaDJ2MmgtMlY4em0wIDNoMnYyaC0ydi0yek04IDhoMnYySDhWOHptMCAzaDJ2Mkg4di0yem0tMSAySDV2LTJoMnYyem0wLTNINVY4aDJ2MnptOSA3SDh2LTJoOHYyem0wLTRoLTJ2LTJoMnYyem0wLTNoLTJWOGgydjJ6bTMgM2gtMnYtMmgydjJ6bTAtM2gtMlY4aDJ2MnoiLz4KPC9zdmc+Cg==); | ||
| 9391 | --jp-icon-launcher: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAwLTIgMnYxNGEyIDIgMCAwMDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz4KPC9zdmc+Cg==); | ||
| 9392 | --jp-icon-line-form: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IndoaXRlIiBkPSJNNS44OCA0LjEyTDEzLjc2IDEybC03Ljg4IDcuODhMOCAyMmwxMC0xMEw4IDJ6Ii8+Cjwvc3ZnPgo=); | ||
| 9393 | --jp-icon-link: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTMuOSAxMmMwLTEuNzEgMS4zOS0zLjEgMy4xLTMuMWg0VjdIN2MtMi43NiAwLTUgMi4yNC01IDVzMi4yNCA1IDUgNWg0di0xLjlIN2MtMS43MSAwLTMuMS0xLjM5LTMuMS0zLjF6TTggMTNoOHYtMkg4djJ6bTktNmgtNHYxLjloNGMxLjcxIDAgMy4xIDEuMzkgMy4xIDMuMXMtMS4zOSAzLjEtMy4xIDMuMWgtNFYxN2g0YzIuNzYgMCA1LTIuMjQgNS01cy0yLjI0LTUtNS01eiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9394 | --jp-icon-list: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiM2MTYxNjEiIGQ9Ik0xOSA1djE0SDVWNWgxNG0xLjEtMkgzLjljLS41IDAtLjkuNC0uOS45djE2LjJjMCAuNC40LjkuOS45aDE2LjJjLjQgMCAuOS0uNS45LS45VjMuOWMwLS41LS41LS45LS45LS45ek0xMSA3aDZ2MmgtNlY3em0wIDRoNnYyaC02di0yem0wIDRoNnYyaC02ek03IDdoMnYySDd6bTAgNGgydjJIN3ptMCA0aDJ2Mkg3eiIvPgo8L3N2Zz4=); | ||
| 9395 | --jp-icon-listings-info: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC45NzggNTAuOTc4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MC45NzggNTAuOTc4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTQzLjUyLDcuNDU4QzM4LjcxMSwyLjY0OCwzMi4zMDcsMCwyNS40ODksMEMxOC42NywwLDEyLjI2NiwyLjY0OCw3LjQ1OCw3LjQ1OAoJCQljLTkuOTQzLDkuOTQxLTkuOTQzLDI2LjExOSwwLDM2LjA2MmM0LjgwOSw0LjgwOSwxMS4yMTIsNy40NTYsMTguMDMxLDcuNDU4YzAsMCwwLjAwMSwwLDAuMDAyLDAKCQkJYzYuODE2LDAsMTMuMjIxLTIuNjQ4LDE4LjAyOS03LjQ1OGM0LjgwOS00LjgwOSw3LjQ1Ny0xMS4yMTIsNy40NTctMTguMDNDNTAuOTc3LDE4LjY3LDQ4LjMyOCwxMi4yNjYsNDMuNTIsNy40NTh6CgkJCSBNNDIuMTA2LDQyLjEwNWMtNC40MzIsNC40MzEtMTAuMzMyLDYuODcyLTE2LjYxNSw2Ljg3MmgtMC4wMDJjLTYuMjg1LTAuMDAxLTEyLjE4Ny0yLjQ0MS0xNi42MTctNi44NzIKCQkJYy05LjE2Mi05LjE2My05LjE2Mi0yNC4wNzEsMC0zMy4yMzNDMTMuMzAzLDQuNDQsMTkuMjA0LDIsMjUuNDg5LDJjNi4yODQsMCwxMi4xODYsMi40NCwxNi42MTcsNi44NzIKCQkJYzQuNDMxLDQuNDMxLDYuODcxLDEwLjMzMiw2Ljg3MSwxNi42MTdDNDguOTc3LDMxLjc3Miw0Ni41MzYsMzcuNjc1LDQyLjEwNiw0Mi4xMDV6Ii8+CgkJPHBhdGggc3R5bGU9ImZpbGw6IzAxMDAwMjsiIGQ9Ik0yMy41NzgsMzIuMjE4Yy0wLjAyMy0xLjczNCwwLjE0My0zLjA1OSwwLjQ5Ni0zLjk3MmMwLjM1My0wLjkxMywxLjExLTEuOTk3LDIuMjcyLTMuMjUzCgkJCWMwLjQ2OC0wLjUzNiwwLjkyMy0xLjA2MiwxLjM2Ny0xLjU3NWMwLjYyNi0wLjc1MywxLjEwNC0xLjQ3OCwxLjQzNi0yLjE3NWMwLjMzMS0wLjcwNywwLjQ5NS0xLjU0MSwwLjQ5NS0yLjUKCQkJYzAtMS4wOTYtMC4yNi0yLjA4OC0wLjc3OS0yLjk3OWMtMC41NjUtMC44NzktMS41MDEtMS4zMzYtMi44MDYtMS4zNjljLTEuODAyLDAuMDU3LTIuOTg1LDAuNjY3LTMuNTUsMS44MzIKCQkJYy0wLjMwMSwwLjUzNS0wLjUwMywxLjE0MS0wLjYwNywxLjgxNGMtMC4xMzksMC43MDctMC4yMDcsMS40MzItMC4yMDcsMi4xNzRoLTIuOTM3Yy0wLjA5MS0yLjIwOCwwLjQwNy00LjExNCwxLjQ5My01LjcxOQoJCQljMS4wNjItMS42NCwyLjg1NS0yLjQ4MSw1LjM3OC0yLjUyN2MyLjE2LDAuMDIzLDMuODc0LDAuNjA4LDUuMTQxLDEuNzU4YzEuMjc4LDEuMTYsMS45MjksMi43NjQsMS45NSw0LjgxMQoJCQljMCwxLjE0Mi0wLjEzNywyLjExMS0wLjQxLDIuOTExYy0wLjMwOSwwLjg0NS0wLjczMSwxLjU5My0xLjI2OCwyLjI0M2MtMC40OTIsMC42NS0xLjA2OCwxLjMxOC0xLjczLDIuMDAyCgkJCWMtMC42NSwwLjY5Ny0xLjMxMywxLjQ3OS0xLjk4NywyLjM0NmMtMC4yMzksMC4zNzctMC40MjksMC43NzctMC41NjUsMS4xOTljLTAuMTYsMC45NTktMC4yMTcsMS45NTEtMC4xNzEsMi45NzkKCQkJQzI2LjU4OSwzMi4yMTgsMjMuNTc4LDMyLjIxOCwyMy41NzgsMzIuMjE4eiBNMjMuNTc4LDM4LjIydi0zLjQ4NGgzLjA3NnYzLjQ4NEgyMy41Nzh6Ii8+Cgk8L2c+Cjwvc3ZnPgo=); | ||
| 9396 | --jp-icon-markdown: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjN0IxRkEyIiBkPSJNNSAxNC45aDEybC02LjEgNnptOS40LTYuOGMwLTEuMy0uMS0yLjktLjEtNC41LS40IDEuNC0uOSAyLjktMS4zIDQuM2wtMS4zIDQuM2gtMkw4LjUgNy45Yy0uNC0xLjMtLjctMi45LTEtNC4zLS4xIDEuNi0uMSAzLjItLjIgNC42TDcgMTIuNEg0LjhsLjctMTFoMy4zTDEwIDVjLjQgMS4yLjcgMi43IDEgMy45LjMtMS4yLjctMi42IDEtMy45bDEuMi0zLjdoMy4zbC42IDExaC0yLjRsLS4zLTQuMnoiLz4KPC9zdmc+Cg==); | ||
| 9397 | --jp-icon-new-folder: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIwIDZoLThsLTItMkg0Yy0xLjExIDAtMS45OS44OS0xLjk5IDJMMiAxOGMwIDEuMTEuODkgMiAyIDJoMTZjMS4xMSAwIDItLjg5IDItMlY4YzAtMS4xMS0uODktMi0yLTJ6bS0xIDhoLTN2M2gtMnYtM2gtM3YtMmgzVjloMnYzaDN2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9398 | --jp-icon-not-trusted: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMgMykiIGQ9Ik0xLjg2MDk0IDExLjQ0MDlDMC44MjY0NDggOC43NzAyNyAwLjg2Mzc3OSA2LjA1NzY0IDEuMjQ5MDcgNC4xOTkzMkMyLjQ4MjA2IDMuOTMzNDcgNC4wODA2OCAzLjQwMzQ3IDUuNjAxMDIgMi44NDQ5QzcuMjM1NDkgMi4yNDQ0IDguODU2NjYgMS41ODE1IDkuOTg3NiAxLjA5NTM5QzExLjA1OTcgMS41ODM0MSAxMi42MDk0IDIuMjQ0NCAxNC4yMTggMi44NDMzOUMxNS43NTAzIDMuNDEzOTQgMTcuMzk5NSAzLjk1MjU4IDE4Ljc1MzkgNC4yMTM4NUMxOS4xMzY0IDYuMDcxNzcgMTkuMTcwOSA4Ljc3NzIyIDE4LjEzOSAxMS40NDA5QzE3LjAzMDMgMTQuMzAzMiAxNC42NjY4IDE3LjE4NDQgOS45OTk5OSAxOC45MzU0QzUuMzMzMTkgMTcuMTg0NCAyLjk2OTY4IDE0LjMwMzIgMS44NjA5NCAxMS40NDA5WiIvPgogICAgPHBhdGggY2xhc3M9ImpwLWljb24yIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4zMTU5MiA5LjMyMDMxKSIgZD0iTTcuMzY4NDIgMEwwIDcuMzY0NzkiLz4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMzE1OTIgMTYuNjgzNikgc2NhbGUoMSAtMSkiIGQ9Ik03LjM2ODQyIDBMMCA3LjM2NDc5Ii8+Cjwvc3ZnPgo=); | ||
| 9399 | --jp-icon-notebook: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNFRjZDMDAiPgogICAgPHBhdGggZD0iTTE4LjcgMy4zdjE1LjRIMy4zVjMuM2gxNS40bTEuNS0xLjVIMS44djE4LjNoMTguM2wuMS0xOC4zeiIvPgogICAgPHBhdGggZD0iTTE2LjUgMTYuNWwtNS40LTQuMy01LjYgNC4zdi0xMWgxMXoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9400 | --jp-icon-numbering: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTQgMTlINlYxOS41SDVWMjAuNUg2VjIxSDRWMjJIN1YxOEg0VjE5Wk01IDEwSDZWNkg0VjdINVYxMFpNNCAxM0g1LjhMNCAxNS4xVjE2SDdWMTVINS4yTDcgMTIuOVYxMkg0VjEzWk05IDdWOUgyM1Y3SDlaTTkgMjFIMjNWMTlIOVYyMVpNOSAxNUgyM1YxM0g5VjE1WiIvPgoJPC9nPgo8L3N2Zz4K); | ||
| 9401 | --jp-icon-offline-bolt: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyIDIuMDJjLTUuNTEgMC05Ljk4IDQuNDctOS45OCA5Ljk4czQuNDcgOS45OCA5Ljk4IDkuOTggOS45OC00LjQ3IDkuOTgtOS45OFMxNy41MSAyLjAyIDEyIDIuMDJ6TTExLjQ4IDIwdi02LjI2SDhMMTMgNHY2LjI2aDMuMzVMMTEuNDggMjB6Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9402 | --jp-icon-palette: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE4IDEzVjIwSDRWNkg5LjAyQzkuMDcgNS4yOSA5LjI0IDQuNjIgOS41IDRINEMyLjkgNCAyIDQuOSAyIDZWMjBDMiAyMS4xIDIuOSAyMiA0IDIySDE4QzE5LjEgMjIgMjAgMjEuMSAyMCAyMFYxNUwxOCAxM1pNMTkuMyA4Ljg5QzE5Ljc0IDguMTkgMjAgNy4zOCAyMCA2LjVDMjAgNC4wMSAxNy45OSAyIDE1LjUgMkMxMy4wMSAyIDExIDQuMDEgMTEgNi41QzExIDguOTkgMTMuMDEgMTEgMTUuNDkgMTFDMTYuMzcgMTEgMTcuMTkgMTAuNzQgMTcuODggMTAuM0wyMSAxMy40MkwyMi40MiAxMkwxOS4zIDguODlaTTE1LjUgOUMxNC4xMiA5IDEzIDcuODggMTMgNi41QzEzIDUuMTIgMTQuMTIgNCAxNS41IDRDMTYuODggNCAxOCA1LjEyIDE4IDYuNUMxOCA3Ljg4IDE2Ljg4IDkgMTUuNSA5WiIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDZIOS4wMTg5NEM5LjAwNjM5IDYuMTY1MDIgOSA2LjMzMTc2IDkgNi41QzkgOC44MTU3NyAxMC4yMTEgMTAuODQ4NyAxMi4wMzQzIDEySDlWMTRIMTZWMTIuOTgxMUMxNi41NzAzIDEyLjkzNzcgMTcuMTIgMTIuODIwNyAxNy42Mzk2IDEyLjYzOTZMMTggMTNWMjBINFY2Wk04IDhINlYxMEg4VjhaTTYgMTJIOFYxNEg2VjEyWk04IDE2SDZWMThIOFYxNlpNOSAxNkgxNlYxOEg5VjE2WiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9403 | --jp-icon-paste: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTE5IDJoLTQuMThDMTQuNC44NCAxMy4zIDAgMTIgMGMtMS4zIDAtMi40Ljg0LTIuODIgMkg1Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjRjMC0xLjEtLjktMi0yLTJ6bS03IDBjLjU1IDAgMSAuNDUgMSAxcy0uNDUgMS0xIDEtMS0uNDUtMS0xIC40NS0xIDEtMXptNyAxOEg1VjRoMnYzaDEwVjRoMnYxNnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==); | ||
| 9404 | --jp-icon-pdf: url(data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMiIgd2lkdGg9IjE2Ij4KICAgIDxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDQ1KSIgY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iI0ZGMkEyQSIKICAgICAgIGQ9Im0gMjIuMzQ0MzY5LC0zLjAxNjM2NDIgaCA1LjYzODYwNCB2IDEuNTc5MjQzMyBoIC0zLjU0OTIyNyB2IDEuNTA4NjkyOTkgaCAzLjMzNzU3NiBWIDEuNjUwODE1NCBoIC0zLjMzNzU3NiB2IDMuNDM1MjYxMyBoIC0yLjA4OTM3NyB6IG0gLTcuMTM2NDQ0LDEuNTc5MjQzMyB2IDQuOTQzOTU0MyBoIDAuNzQ4OTIgcSAxLjI4MDc2MSwwIDEuOTUzNzAzLC0wLjYzNDk1MzUgMC42NzgzNjksLTAuNjM0OTUzNSAwLjY3ODM2OSwtMS44NDUxNjQxIDAsLTEuMjA0NzgzNTUgLTAuNjcyOTQyLC0xLjgzNDMxMDExIC0wLjY3Mjk0MiwtMC42Mjk1MjY1OSAtMS45NTkxMywtMC42Mjk1MjY1OSB6IG0gLTIuMDg5Mzc3LC0xLjU3OTI0MzMgaCAyLjIwMzM0MyBxIDEuODQ1MTY0LDAgMi43NDYwMzksMC4yNjU5MjA3IDAuOTA2MzAxLDAuMjYwNDkzNyAxLjU1MjEwOCwwLjg5MDAyMDMgMC41Njk4MywwLjU0ODEyMjMgMC44NDY2MDUsMS4yNjQ0ODAwNiAwLjI3Njc3NCwwLjcxNjM1NzgxIDAuMjc2Nzc0LDEuNjIyNjU4OTQgMCwwLjkxNzE1NTEgLTAuMjc2Nzc0LDEuNjM4OTM5OSAtMC4yNzY3NzUsMC43MTYzNTc4IC0wLjg0NjYwNSwxLjI2NDQ4IC0wLjY1MTIzNCwwLjYyOTUyNjYgLTEuNTYyOTYyLDAuODk1NDQ3MyAtMC45MTE3MjgsMC4yNjA0OTM3IC0yLjczNTE4NSwwLjI2MDQ5MzcgaCAtMi4yMDMzNDMgeiBtIC04LjE0NTg1NjUsMCBoIDMuNDY3ODIzIHEgMS41NDY2ODE2LDAgMi4zNzE1Nzg1LDAuNjg5MjIzIDAuODMwMzI0LDAuNjgzNzk2MSAwLjgzMDMyNCwxLjk1MzcwMzE0IDAsMS4yNzUzMzM5NyAtMC44MzAzMjQsMS45NjQ1NTcwNiBRIDkuOTg3MTk2MSwyLjI3NDkxNSA4LjQ0MDUxNDUsMi4yNzQ5MTUgSCA3LjA2MjA2ODQgViA1LjA4NjA3NjcgSCA0Ljk3MjY5MTUgWiBtIDIuMDg5Mzc2OSwxLjUxNDExOTkgdiAyLjI2MzAzOTQzIGggMS4xNTU5NDEgcSAwLjYwNzgxODgsMCAwLjkzODg2MjksLTAuMjkzMDU1NDcgMC4zMzEwNDQxLC0wLjI5ODQ4MjQxIDAuMzMxMDQ0MSwtMC44NDExNzc3MiAwLC0wLjU0MjY5NTMxIC0wLjMzMTA0NDEsLTAuODM1NzUwNzQgLTAuMzMxMDQ0MSwtMC4yOTMwNTU1IC0wLjkzODg2MjksLTAuMjkzMDU1NSB6IgovPgo8L3N2Zz4K); | ||
| 9405 | --jp-icon-python: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1icmFuZDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMEQ0N0ExIj4KICAgIDxwYXRoIGQ9Ik0xMS4xIDYuOVY1LjhINi45YzAtLjUgMC0xLjMuMi0xLjYuNC0uNy44LTEuMSAxLjctMS40IDEuNy0uMyAyLjUtLjMgMy45LS4xIDEgLjEgMS45LjkgMS45IDEuOXY0LjJjMCAuNS0uOSAxLjYtMiAxLjZIOC44Yy0xLjUgMC0yLjQgMS40LTIuNCAyLjh2Mi4ySDQuN0MzLjUgMTUuMSAzIDE0IDMgMTMuMVY5Yy0uMS0xIC42LTIgMS44LTIgMS41LS4xIDYuMy0uMSA2LjMtLjF6Ii8+CiAgICA8cGF0aCBkPSJNMTAuOSAxNS4xdjEuMWg0LjJjMCAuNSAwIDEuMy0uMiAxLjYtLjQuNy0uOCAxLjEtMS43IDEuNC0xLjcuMy0yLjUuMy0zLjkuMS0xLS4xLTEuOS0uOS0xLjktMS45di00LjJjMC0uNS45LTEuNiAyLTEuNmgzLjhjMS41IDAgMi40LTEuNCAyLjQtMi44VjYuNmgxLjdDMTguNSA2LjkgMTkgOCAxOSA4LjlWMTNjMCAxLS43IDIuMS0xLjkgMi4xaC02LjJ6Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9406 | --jp-icon-r-kernel: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMjE5NkYzIiBkPSJNNC40IDIuNWMxLjItLjEgMi45LS4zIDQuOS0uMyAyLjUgMCA0LjEuNCA1LjIgMS4zIDEgLjcgMS41IDEuOSAxLjUgMy41IDAgMi0xLjQgMy41LTIuOSA0LjEgMS4yLjQgMS43IDEuNiAyLjIgMyAuNiAxLjkgMSAzLjkgMS4zIDQuNmgtMy44Yy0uMy0uNC0uOC0xLjctMS4yLTMuN3MtMS4yLTIuNi0yLjYtMi42aC0uOXY2LjRINC40VjIuNXptMy43IDYuOWgxLjRjMS45IDAgMi45LS45IDIuOS0yLjNzLTEtMi4zLTIuOC0yLjNjLS43IDAtMS4zIDAtMS42LjJ2NC41aC4xdi0uMXoiLz4KPC9zdmc+Cg==); | ||
| 9407 | --jp-icon-react: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMTUwIDE1MCA1NDEuOSAyOTUuMyI+CiAgPGcgY2xhc3M9ImpwLWljb24tYnJhbmQyIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzYxREFGQiI+CiAgICA8cGF0aCBkPSJNNjY2LjMgMjk2LjVjMC0zMi41LTQwLjctNjMuMy0xMDMuMS04Mi40IDE0LjQtNjMuNiA4LTExNC4yLTIwLjItMTMwLjQtNi41LTMuOC0xNC4xLTUuNi0yMi40LTUuNnYyMi4zYzQuNiAwIDguMy45IDExLjQgMi42IDEzLjYgNy44IDE5LjUgMzcuNSAxNC45IDc1LjctMS4xIDkuNC0yLjkgMTkuMy01LjEgMjkuNC0xOS42LTQuOC00MS04LjUtNjMuNS0xMC45LTEzLjUtMTguNS0yNy41LTM1LjMtNDEuNi01MCAzMi42LTMwLjMgNjMuMi00Ni45IDg0LTQ2LjlWNzhjLTI3LjUgMC02My41IDE5LjYtOTkuOSA1My42LTM2LjQtMzMuOC03Mi40LTUzLjItOTkuOS01My4ydjIyLjNjMjAuNyAwIDUxLjQgMTYuNSA4NCA0Ni42LTE0IDE0LjctMjggMzEuNC00MS4zIDQ5LjktMjIuNiAyLjQtNDQgNi4xLTYzLjYgMTEtMi4zLTEwLTQtMTkuNy01LjItMjktNC43LTM4LjIgMS4xLTY3LjkgMTQuNi03NS44IDMtMS44IDYuOS0yLjYgMTEuNS0yLjZWNzguNWMtOC40IDAtMTYgMS44LTIyLjYgNS42LTI4LjEgMTYuMi0zNC40IDY2LjctMTkuOSAxMzAuMS02Mi4yIDE5LjItMTAyLjcgNDkuOS0xMDIuNyA4Mi4zIDAgMzIuNSA0MC43IDYzLjMgMTAzLjEgODIuNC0xNC40IDYzLjYtOCAxMTQuMiAyMC4yIDEzMC40IDYuNSAzLjggMTQuMSA1LjYgMjIuNSA1LjYgMjcuNSAwIDYzLjUtMTkuNiA5OS45LTUzLjYgMzYuNCAzMy44IDcyLjQgNTMuMiA5OS45IDUzLjIgOC40IDAgMTYtMS44IDIyLjYtNS42IDI4LjEtMTYuMiAzNC40LTY2LjcgMTkuOS0xMzAuMSA2Mi0xOS4xIDEwMi41LTQ5LjkgMTAyLjUtODIuM3ptLTEzMC4yLTY2LjdjLTMuNyAxMi45LTguMyAyNi4yLTEzLjUgMzkuNS00LjEtOC04LjQtMTYtMTMuMS0yNC00LjYtOC05LjUtMTUuOC0xNC40LTIzLjQgMTQuMiAyLjEgMjcuOSA0LjcgNDEgNy45em0tNDUuOCAxMDYuNWMtNy44IDEzLjUtMTUuOCAyNi4zLTI0LjEgMzguMi0xNC45IDEuMy0zMCAyLTQ1LjIgMi0xNS4xIDAtMzAuMi0uNy00NS0xLjktOC4zLTExLjktMTYuNC0yNC42LTI0LjItMzgtNy42LTEzLjEtMTQuNS0yNi40LTIwLjgtMzkuOCA2LjItMTMuNCAxMy4yLTI2LjggMjAuNy0zOS45IDcuOC0xMy41IDE1LjgtMjYuMyAyNC4xLTM4LjIgMTQuOS0xLjMgMzAtMiA0NS4yLTIgMTUuMSAwIDMwLjIuNyA0NSAxLjkgOC4zIDExLjkgMTYuNCAyNC42IDI0LjIgMzggNy42IDEzLjEgMTQuNSAyNi40IDIwLjggMzkuOC02LjMgMTMuNC0xMy4yIDI2LjgtMjAuNyAzOS45em0zMi4zLTEzYzUuNCAxMy40IDEwIDI2LjggMTMuOCAzOS44LTEzLjEgMy4yLTI2LjkgNS45LTQxLjIgOCA0LjktNy43IDkuOC0xNS42IDE0LjQtMjMuNyA0LjYtOCA4LjktMTYuMSAxMy0yNC4xek00MjEuMiA0MzBjLTkuMy05LjYtMTguNi0yMC4zLTI3LjgtMzIgOSAuNCAxOC4yLjcgMjcuNS43IDkuNCAwIDE4LjctLjIgMjcuOC0uNy05IDExLjctMTguMyAyMi40LTI3LjUgMzJ6bS03NC40LTU4LjljLTE0LjItMi4xLTI3LjktNC43LTQxLTcuOSAzLjctMTIuOSA4LjMtMjYuMiAxMy41LTM5LjUgNC4xIDggOC40IDE2IDEzLjEgMjQgNC43IDggOS41IDE1LjggMTQuNCAyMy40ek00MjAuNyAxNjNjOS4zIDkuNiAxOC42IDIwLjMgMjcuOCAzMi05LS40LTE4LjItLjctMjcuNS0uNy05LjQgMC0xOC43LjItMjcuOC43IDktMTEuNyAxOC4zLTIyLjQgMjcuNS0zMnptLTc0IDU4LjljLTQuOSA3LjctOS44IDE1LjYtMTQuNCAyMy43LTQuNiA4LTguOSAxNi0xMyAyNC01LjQtMTMuNC0xMC0yNi44LTEzLjgtMzkuOCAxMy4xLTMuMSAyNi45LTUuOCA0MS4yLTcuOXptLTkwLjUgMTI1LjJjLTM1LjQtMTUuMS01OC4zLTM0LjktNTguMy01MC42IDAtMTUuNyAyMi45LTM1LjYgNTguMy01MC42IDguNi0zLjcgMTgtNyAyNy43LTEwLjEgNS43IDE5LjYgMTMuMiA0MCAyMi41IDYwLjktOS4yIDIwLjgtMTYuNiA0MS4xLTIyLjIgNjAuNi05LjktMy4xLTE5LjMtNi41LTI4LTEwLjJ6TTMxMCA0OTBjLTEzLjYtNy44LTE5LjUtMzcuNS0xNC45LTc1LjcgMS4xLTkuNCAyLjktMTkuMyA1LjEtMjkuNCAxOS42IDQuOCA0MSA4LjUgNjMuNSAxMC45IDEzLjUgMTguNSAyNy41IDM1LjMgNDEuNiA1MC0zMi42IDMwLjMtNjMuMiA0Ni45LTg0IDQ2LjktNC41LS4xLTguMy0xLTExLjMtMi43em0yMzcuMi03Ni4yYzQuNyAzOC4yLTEuMSA2Ny45LTE0LjYgNzUuOC0zIDEuOC02LjkgMi42LTExLjUgMi42LTIwLjcgMC01MS40LTE2LjUtODQtNDYuNiAxNC0xNC43IDI4LTMxLjQgNDEuMy00OS45IDIyLjYtMi40IDQ0LTYuMSA2My42LTExIDIuMyAxMC4xIDQuMSAxOS44IDUuMiAyOS4xem0zOC41LTY2LjdjLTguNiAzLjctMTggNy0yNy43IDEwLjEtNS43LTE5LjYtMTMuMi00MC0yMi41LTYwLjkgOS4yLTIwLjggMTYuNi00MS4xIDIyLjItNjAuNiA5LjkgMy4xIDE5LjMgNi41IDI4LjEgMTAuMiAzNS40IDE1LjEgNTguMyAzNC45IDU4LjMgNTAuNi0uMSAxNS43LTIzIDM1LjYtNTguNCA1MC42ek0zMjAuOCA3OC40eiIvPgogICAgPGNpcmNsZSBjeD0iNDIwLjkiIGN5PSIyOTYuNSIgcj0iNDUuNyIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9408 | --jp-icon-redo: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE4LjQgMTAuNkMxNi41NSA4Ljk5IDE0LjE1IDggMTEuNSA4Yy00LjY1IDAtOC41OCAzLjAzLTkuOTYgNy4yMkwzLjkgMTZjMS4wNS0zLjE5IDQuMDUtNS41IDcuNi01LjUgMS45NSAwIDMuNzMuNzIgNS4xMiAxLjg4TDEzIDE2aDlWN2wtMy42IDMuNnoiLz4KICA8L2c+Cjwvc3ZnPgo=); | ||
| 9409 | --jp-icon-refresh: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTkgMTMuNWMtMi40OSAwLTQuNS0yLjAxLTQuNS00LjVTNi41MSA0LjUgOSA0LjVjMS4yNCAwIDIuMzYuNTIgMy4xNyAxLjMzTDEwIDhoNVYzbC0xLjc2IDEuNzZDMTIuMTUgMy42OCAxMC42NiAzIDkgMyA1LjY5IDMgMy4wMSA1LjY5IDMuMDEgOVM1LjY5IDE1IDkgMTVjMi45NyAwIDUuNDMtMi4xNiA1LjktNWgtMS41MmMtLjQ2IDItMi4yNCAzLjUtNC4zOCAzLjV6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=); | ||
| 9410 | --jp-icon-regex: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0MTQxNDEiPgogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbi1hY2NlbnQyIiBmaWxsPSIjRkZGIj4KICAgIDxjaXJjbGUgY2xhc3M9InN0MiIgY3g9IjUuNSIgY3k9IjE0LjUiIHI9IjEuNSIvPgogICAgPHJlY3QgeD0iMTIiIHk9IjQiIGNsYXNzPSJzdDIiIHdpZHRoPSIxIiBoZWlnaHQ9IjgiLz4KICAgIDxyZWN0IHg9IjguNSIgeT0iNy41IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg2NiAtMC41IDAuNSAwLjg2NiAtMi4zMjU1IDcuMzIxOSkiIGNsYXNzPSJzdDIiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IHg9IjEyIiB5PSI0IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjUgLTAuODY2IDAuODY2IDAuNSAtMC42Nzc5IDE0LjgyNTIpIiBjbGFzcz0ic3QyIiB3aWR0aD0iMSIgaGVpZ2h0PSI4Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9411 | --jp-icon-run: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTggNXYxNGwxMS03eiIvPgogICAgPC9nPgo8L3N2Zz4K); | ||
| 9412 | --jp-icon-running: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPgogIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICA8cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptOTYgMzI4YzAgOC44LTcuMiAxNi0xNiAxNkgxNzZjLTguOCAwLTE2LTcuMi0xNi0xNlYxNzZjMC04LjggNy4yLTE2IDE2LTE2aDE2MGM4LjggMCAxNiA3LjIgMTYgMTZ2MTYweiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9413 | --jp-icon-save: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTE3IDNINWMtMS4xMSAwLTIgLjktMiAydjE0YzAgMS4xLjg5IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjdsLTQtNHptLTUgMTZjLTEuNjYgMC0zLTEuMzQtMy0zczEuMzQtMyAzLTMgMyAxLjM0IDMgMy0xLjM0IDMtMyAzem0zLTEwSDVWNWgxMHY0eiIvPgogICAgPC9nPgo8L3N2Zz4K); | ||
| 9414 | --jp-icon-search: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyLjEsMTAuOWgtMC43bC0wLjItMC4yYzAuOC0wLjksMS4zLTIuMiwxLjMtMy41YzAtMy0yLjQtNS40LTUuNC01LjRTMS44LDQuMiwxLjgsNy4xczIuNCw1LjQsNS40LDUuNCBjMS4zLDAsMi41LTAuNSwzLjUtMS4zbDAuMiwwLjJ2MC43bDQuMSw0LjFsMS4yLTEuMkwxMi4xLDEwLjl6IE03LjEsMTAuOWMtMi4xLDAtMy43LTEuNy0zLjctMy43czEuNy0zLjcsMy43LTMuN3MzLjcsMS43LDMuNywzLjcgUzkuMiwxMC45LDcuMSwxMC45eiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9415 | --jp-icon-settings: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkuNDMgMTIuOThjLjA0LS4zMi4wNy0uNjQuMDctLjk4cy0uMDMtLjY2LS4wNy0uOThsMi4xMS0xLjY1Yy4xOS0uMTUuMjQtLjQyLjEyLS42NGwtMi0zLjQ2Yy0uMTItLjIyLS4zOS0uMy0uNjEtLjIybC0yLjQ5IDFjLS41Mi0uNC0xLjA4LS43My0xLjY5LS45OGwtLjM4LTIuNjVBLjQ4OC40ODggMCAwMDE0IDJoLTRjLS4yNSAwLS40Ni4xOC0uNDkuNDJsLS4zOCAyLjY1Yy0uNjEuMjUtMS4xNy41OS0xLjY5Ljk4bC0yLjQ5LTFjLS4yMy0uMDktLjQ5IDAtLjYxLjIybC0yIDMuNDZjLS4xMy4yMi0uMDcuNDkuMTIuNjRsMi4xMSAxLjY1Yy0uMDQuMzItLjA3LjY1LS4wNy45OHMuMDMuNjYuMDcuOThsLTIuMTEgMS42NWMtLjE5LjE1LS4yNC40Mi0uMTIuNjRsMiAzLjQ2Yy4xMi4yMi4zOS4zLjYxLjIybDIuNDktMWMuNTIuNCAxLjA4LjczIDEuNjkuOThsLjM4IDIuNjVjLjAzLjI0LjI0LjQyLjQ5LjQyaDRjLjI1IDAgLjQ2LS4xOC40OS0uNDJsLjM4LTIuNjVjLjYxLS4yNSAxLjE3LS41OSAxLjY5LS45OGwyLjQ5IDFjLjIzLjA5LjQ5IDAgLjYxLS4yMmwyLTMuNDZjLjEyLS4yMi4wNy0uNDktLjEyLS42NGwtMi4xMS0xLjY1ek0xMiAxNS41Yy0xLjkzIDAtMy41LTEuNTctMy41LTMuNXMxLjU3LTMuNSAzLjUtMy41IDMuNSAxLjU3IDMuNSAzLjUtMS41NyAzLjUtMy41IDMuNXoiLz4KPC9zdmc+Cg==); | ||
| 9416 | --jp-icon-spreadsheet: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDEganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNENBRjUwIiBkPSJNMi4yIDIuMnYxNy42aDE3LjZWMi4ySDIuMnptMTUuNCA3LjdoLTUuNVY0LjRoNS41djUuNXpNOS45IDQuNHY1LjVINC40VjQuNGg1LjV6bS01LjUgNy43aDUuNXY1LjVINC40di01LjV6bTcuNyA1LjV2LTUuNWg1LjV2NS41aC01LjV6Ii8+Cjwvc3ZnPgo=); | ||
| 9417 | --jp-icon-stop: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik02IDZoMTJ2MTJINnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==); | ||
| 9418 | --jp-icon-tab: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIxIDNIM2MtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxOGMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yem0wIDE2SDNWNWgxMHY0aDh2MTB6Ii8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9419 | --jp-icon-table-rows: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMSw4SDNWNGgxOFY4eiBNMjEsMTBIM3Y0aDE4VjEweiBNMjEsMTZIM3Y0aDE4VjE2eiIvPgogICAgPC9nPgo8L3N2Zz4=); | ||
| 9420 | --jp-icon-tag: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCA0MyAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTI4LjgzMzIgMTIuMzM0TDMyLjk5OTggMTYuNTAwN0wzNy4xNjY1IDEyLjMzNEgyOC44MzMyWiIvPgoJCTxwYXRoIGQ9Ik0xNi4yMDk1IDIxLjYxMDRDMTUuNjg3MyAyMi4xMjk5IDE0Ljg0NDMgMjIuMTI5OSAxNC4zMjQ4IDIxLjYxMDRMNi45ODI5IDE0LjcyNDVDNi41NzI0IDE0LjMzOTQgNi4wODMxMyAxMy42MDk4IDYuMDQ3ODYgMTMuMDQ4MkM1Ljk1MzQ3IDExLjUyODggNi4wMjAwMiA4LjYxOTQ0IDYuMDY2MjEgNy4wNzY5NUM2LjA4MjgxIDYuNTE0NzcgNi41NTU0OCA2LjA0MzQ3IDcuMTE4MDQgNi4wMzA1NUM5LjA4ODYzIDUuOTg0NzMgMTMuMjYzOCA1LjkzNTc5IDEzLjY1MTggNi4zMjQyNUwyMS43MzY5IDEzLjYzOUMyMi4yNTYgMTQuMTU4NSAyMS43ODUxIDE1LjQ3MjQgMjEuMjYyIDE1Ljk5NDZMMTYuMjA5NSAyMS42MTA0Wk05Ljc3NTg1IDguMjY1QzkuMzM1NTEgNy44MjU2NiA4LjYyMzUxIDcuODI1NjYgOC4xODI4IDguMjY1QzcuNzQzNDYgOC43MDU3MSA3Ljc0MzQ2IDkuNDE3MzMgOC4xODI4IDkuODU2NjdDOC42MjM4MiAxMC4yOTY0IDkuMzM1ODIgMTAuMjk2NCA5Ljc3NTg1IDkuODU2NjdDMTAuMjE1NiA5LjQxNzMzIDEwLjIxNTYgOC43MDUzMyA5Ljc3NTg1IDguMjY1WiIvPgoJPC9nPgo8L3N2Zz4K); | ||
| 9421 | --jp-icon-terminal: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiA+CiAgICA8cmVjdCBjbGFzcz0ianAtaWNvbjIganAtaWNvbi1zZWxlY3RhYmxlIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGw9IiMzMzMzMzMiLz4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uLWFjY2VudDIganAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGQ9Ik01LjA1NjY0IDguNzYxNzJDNS4wNTY2NCA4LjU5NzY2IDUuMDMxMjUgOC40NTMxMiA0Ljk4MDQ3IDguMzI4MTJDNC45MzM1OSA4LjE5OTIyIDQuODU1NDcgOC4wODIwMyA0Ljc0NjA5IDcuOTc2NTZDNC42NDA2MiA3Ljg3MTA5IDQuNSA3Ljc3NTM5IDQuMzI0MjIgNy42ODk0NUM0LjE1MjM0IDcuNTk5NjEgMy45NDMzNiA3LjUxMTcyIDMuNjk3MjcgNy40MjU3OEMzLjMwMjczIDcuMjg1MTYgMi45NDMzNiA3LjEzNjcyIDIuNjE5MTQgNi45ODA0N0MyLjI5NDkyIDYuODI0MjIgMi4wMTc1OCA2LjY0MjU4IDEuNzg3MTEgNi40MzU1NUMxLjU2MDU1IDYuMjI4NTIgMS4zODQ3NyA1Ljk4ODI4IDEuMjU5NzcgNS43MTQ4NEMxLjEzNDc3IDUuNDM3NSAxLjA3MjI3IDUuMTA5MzggMS4wNzIyNyA0LjczMDQ3QzEuMDcyMjcgNC4zOTg0NCAxLjEyODkxIDQuMDk1NyAxLjI0MjE5IDMuODIyMjdDMS4zNTU0NyAzLjU0NDkyIDEuNTE1NjIgMy4zMDQ2OSAxLjcyMjY2IDMuMTAxNTZDMS45Mjk2OSAyLjg5ODQ0IDIuMTc5NjkgMi43MzQzNyAyLjQ3MjY2IDIuNjA5MzhDMi43NjU2MiAyLjQ4NDM4IDMuMDkxOCAyLjQwNDMgMy40NTExNyAyLjM2OTE0VjEuMTA5MzhINC4zODg2N1YyLjM4MDg2QzQuNzQwMjMgMi40Mjc3MyA1LjA1NjY0IDIuNTIzNDQgNS4zMzc4OSAyLjY2Nzk3QzUuNjE5MTQgMi44MTI1IDUuODU3NDIgMy4wMDE5NSA2LjA1MjczIDMuMjM2MzNDNi4yNTE5NSAzLjQ2NjggNi40MDQzIDMuNzQwMjMgNi41MDk3NyA0LjA1NjY0QzYuNjE5MTQgNC4zNjkxNCA2LjY3MzgzIDQuNzIwNyA2LjY3MzgzIDUuMTExMzNINS4wNDQ5MkM1LjA0NDkyIDQuNjM4NjcgNC45Mzc1IDQuMjgxMjUgNC43MjI2NiA0LjAzOTA2QzQuNTA3ODEgMy43OTI5NyA0LjIxNjggMy42Njk5MiAzLjg0OTYxIDMuNjY5OTJDMy42NTAzOSAzLjY2OTkyIDMuNDc2NTYgMy42OTcyNyAzLjMyODEyIDMuNzUxOTVDMy4xODM1OSAzLjgwMjczIDMuMDY0NDUgMy44NzY5NSAyLjk3MDcgMy45NzQ2MUMyLjg3Njk1IDQuMDY4MzYgMi44MDY2NCA0LjE3OTY5IDIuNzU5NzcgNC4zMDg1OUMyLjcxNjggNC40Mzc1IDIuNjk1MzEgNC41NzgxMiAyLjY5NTMxIDQuNzMwNDdDMi42OTUzMSA0Ljg4MjgxIDIuNzE2OCA1LjAxOTUzIDIuNzU5NzcgNS4xNDA2MkMyLjgwNjY0IDUuMjU3ODEgMi44ODI4MSA1LjM2NzE5IDIuOTg4MjggNS40Njg3NUMzLjA5NzY2IDUuNTcwMzEgMy4yNDAyMyA1LjY2Nzk3IDMuNDE2MDIgNS43NjE3MkMzLjU5MTggNS44NTE1NiAzLjgxMDU1IDUuOTQzMzYgNC4wNzIyNyA2LjAzNzExQzQuNDY2OCA2LjE4NTU1IDQuODI0MjIgNi4zMzk4NCA1LjE0NDUzIDYuNUM1LjQ2NDg0IDYuNjU2MjUgNS43MzgyOCA2LjgzOTg0IDUuOTY0ODQgNy4wNTA3OEM2LjE5NTMxIDcuMjU3ODEgNi4zNzEwOSA3LjUgNi40OTIxOSA3Ljc3NzM0QzYuNjE3MTkgOC4wNTA3OCA2LjY3OTY5IDguMzc1IDYuNjc5NjkgOC43NUM2LjY3OTY5IDkuMDkzNzUgNi42MjMwNSA5LjQwNDMgNi41MDk3NyA5LjY4MTY0QzYuMzk2NDggOS45NTUwOCA2LjIzNDM4IDEwLjE5MTQgNi4wMjM0NCAxMC4zOTA2QzUuODEyNSAxMC41ODk4IDUuNTU4NTkgMTAuNzUgNS4yNjE3MiAxMC44NzExQzQuOTY0ODQgMTAuOTg4MyA0LjYzMjgxIDExLjA2NDUgNC4yNjU2MiAxMS4wOTk2VjEyLjI0OEgzLjMzMzk4VjExLjA5OTZDMy4wMDE5NSAxMS4wNjg0IDIuNjc5NjkgMTAuOTk2MSAyLjM2NzE5IDEwLjg4MjhDMi4wNTQ2OSAxMC43NjU2IDEuNzc3MzQgMTAuNTk3NyAxLjUzNTE2IDEwLjM3ODlDMS4yOTY4OCAxMC4xNjAyIDEuMTA1NDcgOS44ODQ3NyAwLjk2MDkzOCA5LjU1MjczQzAuODE2NDA2IDkuMjE2OCAwLjc0NDE0MSA4LjgxNDQ1IDAuNzQ0MTQxIDguMzQ1N0gyLjM3ODkxQzIuMzc4OTEgOC42MjY5NSAyLjQxOTkyIDguODYzMjggMi41MDE5NSA5LjA1NDY5QzIuNTgzOTggOS4yNDIxOSAyLjY4OTQ1IDkuMzkyNTggMi44MTgzNiA5LjUwNTg2QzIuOTUxMTcgOS42MTUyMyAzLjEwMTU2IDkuNjkzMzYgMy4yNjk1MyA5Ljc0MDIzQzMuNDM3NSA5Ljc4NzExIDMuNjA5MzggOS44MTA1NSAzLjc4NTE2IDkuODEwNTVDNC4yMDMxMiA5LjgxMDU1IDQuNTE5NTMgOS43MTI4OSA0LjczNDM4IDkuNTE3NThDNC45NDkyMiA5LjMyMjI3IDUuMDU2NjQgOS4wNzAzMSA1LjA1NjY0IDguNzYxNzJaTTEzLjQxOCAxMi4yNzE1SDguMDc0MjJWMTFIMTMuNDE4VjEyLjI3MTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjk1MjY0IDYpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); | ||
| 9422 | --jp-icon-text-editor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTUgMTVIM3YyaDEydi0yem0wLThIM3YyaDEyVjd6TTMgMTNoMTh2LTJIM3Yyem0wIDhoMTh2LTJIM3Yyek0zIDN2MmgxOFYzSDN6Ii8+Cjwvc3ZnPgo=); | ||
| 9423 | --jp-icon-toc: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik03LDVIMjFWN0g3VjVNNywxM1YxMUgyMVYxM0g3TTQsNC41QTEuNSwxLjUgMCAwLDEgNS41LDZBMS41LDEuNSAwIDAsMSA0LDcuNUExLjUsMS41IDAgMCwxIDIuNSw2QTEuNSwxLjUgMCAwLDEgNCw0LjVNNCwxMC41QTEuNSwxLjUgMCAwLDEgNS41LDEyQTEuNSwxLjUgMCAwLDEgNCwxMy41QTEuNSwxLjUgMCAwLDEgMi41LDEyQTEuNSwxLjUgMCAwLDEgNCwxMC41TTcsMTlWMTdIMjFWMTlIN000LDE2LjVBMS41LDEuNSAwIDAsMSA1LjUsMThBMS41LDEuNSAwIDAsMSA0LDE5LjVBMS41LDEuNSAwIDAsMSAyLjUsMThBMS41LDEuNSAwIDAsMSA0LDE2LjVaIiAvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9424 | --jp-icon-tree-view: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMiAxMVYzaC03djNIOVYzSDJ2OGg3VjhoMnYxMGg0djNoN3YtOGgtN3YzaC0yVjhoMnYzeiIvPgogICAgPC9nPgo8L3N2Zz4=); | ||
| 9425 | --jp-icon-trusted: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI1Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMykiIGQ9Ik0xLjg2MDk0IDExLjQ0MDlDMC44MjY0NDggOC43NzAyNyAwLjg2Mzc3OSA2LjA1NzY0IDEuMjQ5MDcgNC4xOTkzMkMyLjQ4MjA2IDMuOTMzNDcgNC4wODA2OCAzLjQwMzQ3IDUuNjAxMDIgMi44NDQ5QzcuMjM1NDkgMi4yNDQ0IDguODU2NjYgMS41ODE1IDkuOTg3NiAxLjA5NTM5QzExLjA1OTcgMS41ODM0MSAxMi42MDk0IDIuMjQ0NCAxNC4yMTggMi44NDMzOUMxNS43NTAzIDMuNDEzOTQgMTcuMzk5NSAzLjk1MjU4IDE4Ljc1MzkgNC4yMTM4NUMxOS4xMzY0IDYuMDcxNzcgMTkuMTcwOSA4Ljc3NzIyIDE4LjEzOSAxMS40NDA5QzE3LjAzMDMgMTQuMzAzMiAxNC42NjY4IDE3LjE4NDQgOS45OTk5OSAxOC45MzU0QzUuMzMzMiAxNy4xODQ0IDIuOTY5NjggMTQuMzAzMiAxLjg2MDk0IDExLjQ0MDlaIi8+CiAgICA8cGF0aCBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiMzMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA5Ljg2NzE5KSIgZD0iTTIuODYwMTUgNC44NjUzNUwwLjcyNjU0OSAyLjk5OTU5TDAgMy42MzA0NUwyLjg2MDE1IDYuMTMxNTdMOCAwLjYzMDg3Mkw3LjI3ODU3IDBMMi44NjAxNSA0Ljg2NTM1WiIvPgo8L3N2Zz4K); | ||
| 9426 | --jp-icon-undo: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyLjUgOGMtMi42NSAwLTUuMDUuOTktNi45IDIuNkwyIDd2OWg5bC0zLjYyLTMuNjJjMS4zOS0xLjE2IDMuMTYtMS44OCA1LjEyLTEuODggMy41NCAwIDYuNTUgMi4zMSA3LjYgNS41bDIuMzctLjc4QzIxLjA4IDExLjAzIDE3LjE1IDggMTIuNSA4eiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9427 | --jp-icon-vega: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbjEganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMjEyMTIxIj4KICAgIDxwYXRoIGQ9Ik0xMC42IDUuNGwyLjItMy4ySDIuMnY3LjNsNC02LjZ6Ii8+CiAgICA8cGF0aCBkPSJNMTUuOCAyLjJsLTQuNCA2LjZMNyA2LjNsLTQuOCA4djUuNWgxNy42VjIuMmgtNHptLTcgMTUuNEg1LjV2LTQuNGgzLjN2NC40em00LjQgMEg5LjhWOS44aDMuNHY3Ljh6bTQuNCAwaC0zLjRWNi41aDMuNHYxMS4xeiIvPgogIDwvZz4KPC9zdmc+Cg==); | ||
| 9428 | --jp-icon-yaml: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1jb250cmFzdDIganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjRDgxQjYwIj4KICAgIDxwYXRoIGQ9Ik03LjIgMTguNnYtNS40TDMgNS42aDMuM2wxLjQgMy4xYy4zLjkuNiAxLjYgMSAyLjUuMy0uOC42LTEuNiAxLTIuNWwxLjQtMy4xaDMuNGwtNC40IDcuNnY1LjVsLTIuOS0uMXoiLz4KICAgIDxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE3LjYiIGN5PSIxNi41IiByPSIyLjEiLz4KICAgIDxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE3LjYiIGN5PSIxMSIgcj0iMi4xIi8+CiAgPC9nPgo8L3N2Zz4K); | ||
| 9429 | } | ||
| 9430 | |||
| 9431 | /* Icon CSS class declarations */ | ||
| 9432 | |||
| 9433 | .jp-AddIcon { | ||
| 9434 | background-image: var(--jp-icon-add); | ||
| 9435 | } | ||
| 9436 | .jp-BugIcon { | ||
| 9437 | background-image: var(--jp-icon-bug); | ||
| 9438 | } | ||
| 9439 | .jp-BuildIcon { | ||
| 9440 | background-image: var(--jp-icon-build); | ||
| 9441 | } | ||
| 9442 | .jp-CaretDownEmptyIcon { | ||
| 9443 | background-image: var(--jp-icon-caret-down-empty); | ||
| 9444 | } | ||
| 9445 | .jp-CaretDownEmptyThinIcon { | ||
| 9446 | background-image: var(--jp-icon-caret-down-empty-thin); | ||
| 9447 | } | ||
| 9448 | .jp-CaretDownIcon { | ||
| 9449 | background-image: var(--jp-icon-caret-down); | ||
| 9450 | } | ||
| 9451 | .jp-CaretLeftIcon { | ||
| 9452 | background-image: var(--jp-icon-caret-left); | ||
| 9453 | } | ||
| 9454 | .jp-CaretRightIcon { | ||
| 9455 | background-image: var(--jp-icon-caret-right); | ||
| 9456 | } | ||
| 9457 | .jp-CaretUpEmptyThinIcon { | ||
| 9458 | background-image: var(--jp-icon-caret-up-empty-thin); | ||
| 9459 | } | ||
| 9460 | .jp-CaretUpIcon { | ||
| 9461 | background-image: var(--jp-icon-caret-up); | ||
| 9462 | } | ||
| 9463 | .jp-CaseSensitiveIcon { | ||
| 9464 | background-image: var(--jp-icon-case-sensitive); | ||
| 9465 | } | ||
| 9466 | .jp-CheckIcon { | ||
| 9467 | background-image: var(--jp-icon-check); | ||
| 9468 | } | ||
| 9469 | .jp-CircleEmptyIcon { | ||
| 9470 | background-image: var(--jp-icon-circle-empty); | ||
| 9471 | } | ||
| 9472 | .jp-CircleIcon { | ||
| 9473 | background-image: var(--jp-icon-circle); | ||
| 9474 | } | ||
| 9475 | .jp-ClearIcon { | ||
| 9476 | background-image: var(--jp-icon-clear); | ||
| 9477 | } | ||
| 9478 | .jp-CloseIcon { | ||
| 9479 | background-image: var(--jp-icon-close); | ||
| 9480 | } | ||
| 9481 | .jp-CodeIcon { | ||
| 9482 | background-image: var(--jp-icon-code); | ||
| 9483 | } | ||
| 9484 | .jp-ConsoleIcon { | ||
| 9485 | background-image: var(--jp-icon-console); | ||
| 9486 | } | ||
| 9487 | .jp-CopyIcon { | ||
| 9488 | background-image: var(--jp-icon-copy); | ||
| 9489 | } | ||
| 9490 | .jp-CopyrightIcon { | ||
| 9491 | background-image: var(--jp-icon-copyright); | ||
| 9492 | } | ||
| 9493 | .jp-CutIcon { | ||
| 9494 | background-image: var(--jp-icon-cut); | ||
| 9495 | } | ||
| 9496 | .jp-DownloadIcon { | ||
| 9497 | background-image: var(--jp-icon-download); | ||
| 9498 | } | ||
| 9499 | .jp-EditIcon { | ||
| 9500 | background-image: var(--jp-icon-edit); | ||
| 9501 | } | ||
| 9502 | .jp-EllipsesIcon { | ||
| 9503 | background-image: var(--jp-icon-ellipses); | ||
| 9504 | } | ||
| 9505 | .jp-ExtensionIcon { | ||
| 9506 | background-image: var(--jp-icon-extension); | ||
| 9507 | } | ||
| 9508 | .jp-FastForwardIcon { | ||
| 9509 | background-image: var(--jp-icon-fast-forward); | ||
| 9510 | } | ||
| 9511 | .jp-FileIcon { | ||
| 9512 | background-image: var(--jp-icon-file); | ||
| 9513 | } | ||
| 9514 | .jp-FileUploadIcon { | ||
| 9515 | background-image: var(--jp-icon-file-upload); | ||
| 9516 | } | ||
| 9517 | .jp-FilterListIcon { | ||
| 9518 | background-image: var(--jp-icon-filter-list); | ||
| 9519 | } | ||
| 9520 | .jp-FolderIcon { | ||
| 9521 | background-image: var(--jp-icon-folder); | ||
| 9522 | } | ||
| 9523 | .jp-Html5Icon { | ||
| 9524 | background-image: var(--jp-icon-html5); | ||
| 9525 | } | ||
| 9526 | .jp-ImageIcon { | ||
| 9527 | background-image: var(--jp-icon-image); | ||
| 9528 | } | ||
| 9529 | .jp-InspectorIcon { | ||
| 9530 | background-image: var(--jp-icon-inspector); | ||
| 9531 | } | ||
| 9532 | .jp-JsonIcon { | ||
| 9533 | background-image: var(--jp-icon-json); | ||
| 9534 | } | ||
| 9535 | .jp-JuliaIcon { | ||
| 9536 | background-image: var(--jp-icon-julia); | ||
| 9537 | } | ||
| 9538 | .jp-JupyterFaviconIcon { | ||
| 9539 | background-image: var(--jp-icon-jupyter-favicon); | ||
| 9540 | } | ||
| 9541 | .jp-JupyterIcon { | ||
| 9542 | background-image: var(--jp-icon-jupyter); | ||
| 9543 | } | ||
| 9544 | .jp-JupyterlabWordmarkIcon { | ||
| 9545 | background-image: var(--jp-icon-jupyterlab-wordmark); | ||
| 9546 | } | ||
| 9547 | .jp-KernelIcon { | ||
| 9548 | background-image: var(--jp-icon-kernel); | ||
| 9549 | } | ||
| 9550 | .jp-KeyboardIcon { | ||
| 9551 | background-image: var(--jp-icon-keyboard); | ||
| 9552 | } | ||
| 9553 | .jp-LauncherIcon { | ||
| 9554 | background-image: var(--jp-icon-launcher); | ||
| 9555 | } | ||
| 9556 | .jp-LineFormIcon { | ||
| 9557 | background-image: var(--jp-icon-line-form); | ||
| 9558 | } | ||
| 9559 | .jp-LinkIcon { | ||
| 9560 | background-image: var(--jp-icon-link); | ||
| 9561 | } | ||
| 9562 | .jp-ListIcon { | ||
| 9563 | background-image: var(--jp-icon-list); | ||
| 9564 | } | ||
| 9565 | .jp-ListingsInfoIcon { | ||
| 9566 | background-image: var(--jp-icon-listings-info); | ||
| 9567 | } | ||
| 9568 | .jp-MarkdownIcon { | ||
| 9569 | background-image: var(--jp-icon-markdown); | ||
| 9570 | } | ||
| 9571 | .jp-NewFolderIcon { | ||
| 9572 | background-image: var(--jp-icon-new-folder); | ||
| 9573 | } | ||
| 9574 | .jp-NotTrustedIcon { | ||
| 9575 | background-image: var(--jp-icon-not-trusted); | ||
| 9576 | } | ||
| 9577 | .jp-NotebookIcon { | ||
| 9578 | background-image: var(--jp-icon-notebook); | ||
| 9579 | } | ||
| 9580 | .jp-NumberingIcon { | ||
| 9581 | background-image: var(--jp-icon-numbering); | ||
| 9582 | } | ||
| 9583 | .jp-OfflineBoltIcon { | ||
| 9584 | background-image: var(--jp-icon-offline-bolt); | ||
| 9585 | } | ||
| 9586 | .jp-PaletteIcon { | ||
| 9587 | background-image: var(--jp-icon-palette); | ||
| 9588 | } | ||
| 9589 | .jp-PasteIcon { | ||
| 9590 | background-image: var(--jp-icon-paste); | ||
| 9591 | } | ||
| 9592 | .jp-PdfIcon { | ||
| 9593 | background-image: var(--jp-icon-pdf); | ||
| 9594 | } | ||
| 9595 | .jp-PythonIcon { | ||
| 9596 | background-image: var(--jp-icon-python); | ||
| 9597 | } | ||
| 9598 | .jp-RKernelIcon { | ||
| 9599 | background-image: var(--jp-icon-r-kernel); | ||
| 9600 | } | ||
| 9601 | .jp-ReactIcon { | ||
| 9602 | background-image: var(--jp-icon-react); | ||
| 9603 | } | ||
| 9604 | .jp-RedoIcon { | ||
| 9605 | background-image: var(--jp-icon-redo); | ||
| 9606 | } | ||
| 9607 | .jp-RefreshIcon { | ||
| 9608 | background-image: var(--jp-icon-refresh); | ||
| 9609 | } | ||
| 9610 | .jp-RegexIcon { | ||
| 9611 | background-image: var(--jp-icon-regex); | ||
| 9612 | } | ||
| 9613 | .jp-RunIcon { | ||
| 9614 | background-image: var(--jp-icon-run); | ||
| 9615 | } | ||
| 9616 | .jp-RunningIcon { | ||
| 9617 | background-image: var(--jp-icon-running); | ||
| 9618 | } | ||
| 9619 | .jp-SaveIcon { | ||
| 9620 | background-image: var(--jp-icon-save); | ||
| 9621 | } | ||
| 9622 | .jp-SearchIcon { | ||
| 9623 | background-image: var(--jp-icon-search); | ||
| 9624 | } | ||
| 9625 | .jp-SettingsIcon { | ||
| 9626 | background-image: var(--jp-icon-settings); | ||
| 9627 | } | ||
| 9628 | .jp-SpreadsheetIcon { | ||
| 9629 | background-image: var(--jp-icon-spreadsheet); | ||
| 9630 | } | ||
| 9631 | .jp-StopIcon { | ||
| 9632 | background-image: var(--jp-icon-stop); | ||
| 9633 | } | ||
| 9634 | .jp-TabIcon { | ||
| 9635 | background-image: var(--jp-icon-tab); | ||
| 9636 | } | ||
| 9637 | .jp-TableRowsIcon { | ||
| 9638 | background-image: var(--jp-icon-table-rows); | ||
| 9639 | } | ||
| 9640 | .jp-TagIcon { | ||
| 9641 | background-image: var(--jp-icon-tag); | ||
| 9642 | } | ||
| 9643 | .jp-TerminalIcon { | ||
| 9644 | background-image: var(--jp-icon-terminal); | ||
| 9645 | } | ||
| 9646 | .jp-TextEditorIcon { | ||
| 9647 | background-image: var(--jp-icon-text-editor); | ||
| 9648 | } | ||
| 9649 | .jp-TocIcon { | ||
| 9650 | background-image: var(--jp-icon-toc); | ||
| 9651 | } | ||
| 9652 | .jp-TreeViewIcon { | ||
| 9653 | background-image: var(--jp-icon-tree-view); | ||
| 9654 | } | ||
| 9655 | .jp-TrustedIcon { | ||
| 9656 | background-image: var(--jp-icon-trusted); | ||
| 9657 | } | ||
| 9658 | .jp-UndoIcon { | ||
| 9659 | background-image: var(--jp-icon-undo); | ||
| 9660 | } | ||
| 9661 | .jp-VegaIcon { | ||
| 9662 | background-image: var(--jp-icon-vega); | ||
| 9663 | } | ||
| 9664 | .jp-YamlIcon { | ||
| 9665 | background-image: var(--jp-icon-yaml); | ||
| 9666 | } | ||
| 9667 | |||
| 9668 | /*----------------------------------------------------------------------------- | ||
| 9669 | | Copyright (c) Jupyter Development Team. | ||
| 9670 | | Distributed under the terms of the Modified BSD License. | ||
| 9671 | |----------------------------------------------------------------------------*/ | ||
| 9672 | |||
| 9673 | /** | ||
| 9674 | * (DEPRECATED) Support for consuming icons as CSS background images | ||
| 9675 | */ | ||
| 9676 | |||
| 9677 | .jp-Icon, | ||
| 9678 | .jp-MaterialIcon { | ||
| 9679 | background-position: center; | ||
| 9680 | background-repeat: no-repeat; | ||
| 9681 | background-size: 16px; | ||
| 9682 | min-width: 16px; | ||
| 9683 | min-height: 16px; | ||
| 9684 | } | ||
| 9685 | |||
| 9686 | .jp-Icon-cover { | ||
| 9687 | background-position: center; | ||
| 9688 | background-repeat: no-repeat; | ||
| 9689 | background-size: cover; | ||
| 9690 | } | ||
| 9691 | |||
| 9692 | /** | ||
| 9693 | * (DEPRECATED) Support for specific CSS icon sizes | ||
| 9694 | */ | ||
| 9695 | |||
| 9696 | .jp-Icon-16 { | ||
| 9697 | background-size: 16px; | ||
| 9698 | min-width: 16px; | ||
| 9699 | min-height: 16px; | ||
| 9700 | } | ||
| 9701 | |||
| 9702 | .jp-Icon-18 { | ||
| 9703 | background-size: 18px; | ||
| 9704 | min-width: 18px; | ||
| 9705 | min-height: 18px; | ||
| 9706 | } | ||
| 9707 | |||
| 9708 | .jp-Icon-20 { | ||
| 9709 | background-size: 20px; | ||
| 9710 | min-width: 20px; | ||
| 9711 | min-height: 20px; | ||
| 9712 | } | ||
| 9713 | |||
| 9714 | /*----------------------------------------------------------------------------- | ||
| 9715 | | Copyright (c) Jupyter Development Team. | ||
| 9716 | | Distributed under the terms of the Modified BSD License. | ||
| 9717 | |----------------------------------------------------------------------------*/ | ||
| 9718 | |||
| 9719 | /** | ||
| 9720 | * Support for icons as inline SVG HTMLElements | ||
| 9721 | */ | ||
| 9722 | |||
| 9723 | /* recolor the primary elements of an icon */ | ||
| 9724 | .jp-icon0[fill] { | ||
| 9725 | fill: var(--jp-inverse-layout-color0); | ||
| 9726 | } | ||
| 9727 | .jp-icon1[fill] { | ||
| 9728 | fill: var(--jp-inverse-layout-color1); | ||
| 9729 | } | ||
| 9730 | .jp-icon2[fill] { | ||
| 9731 | fill: var(--jp-inverse-layout-color2); | ||
| 9732 | } | ||
| 9733 | .jp-icon3[fill] { | ||
| 9734 | fill: var(--jp-inverse-layout-color3); | ||
| 9735 | } | ||
| 9736 | .jp-icon4[fill] { | ||
| 9737 | fill: var(--jp-inverse-layout-color4); | ||
| 9738 | } | ||
| 9739 | |||
| 9740 | .jp-icon0[stroke] { | ||
| 9741 | stroke: var(--jp-inverse-layout-color0); | ||
| 9742 | } | ||
| 9743 | .jp-icon1[stroke] { | ||
| 9744 | stroke: var(--jp-inverse-layout-color1); | ||
| 9745 | } | ||
| 9746 | .jp-icon2[stroke] { | ||
| 9747 | stroke: var(--jp-inverse-layout-color2); | ||
| 9748 | } | ||
| 9749 | .jp-icon3[stroke] { | ||
| 9750 | stroke: var(--jp-inverse-layout-color3); | ||
| 9751 | } | ||
| 9752 | .jp-icon4[stroke] { | ||
| 9753 | stroke: var(--jp-inverse-layout-color4); | ||
| 9754 | } | ||
| 9755 | /* recolor the accent elements of an icon */ | ||
| 9756 | .jp-icon-accent0[fill] { | ||
| 9757 | fill: var(--jp-layout-color0); | ||
| 9758 | } | ||
| 9759 | .jp-icon-accent1[fill] { | ||
| 9760 | fill: var(--jp-layout-color1); | ||
| 9761 | } | ||
| 9762 | .jp-icon-accent2[fill] { | ||
| 9763 | fill: var(--jp-layout-color2); | ||
| 9764 | } | ||
| 9765 | .jp-icon-accent3[fill] { | ||
| 9766 | fill: var(--jp-layout-color3); | ||
| 9767 | } | ||
| 9768 | .jp-icon-accent4[fill] { | ||
| 9769 | fill: var(--jp-layout-color4); | ||
| 9770 | } | ||
| 9771 | |||
| 9772 | .jp-icon-accent0[stroke] { | ||
| 9773 | stroke: var(--jp-layout-color0); | ||
| 9774 | } | ||
| 9775 | .jp-icon-accent1[stroke] { | ||
| 9776 | stroke: var(--jp-layout-color1); | ||
| 9777 | } | ||
| 9778 | .jp-icon-accent2[stroke] { | ||
| 9779 | stroke: var(--jp-layout-color2); | ||
| 9780 | } | ||
| 9781 | .jp-icon-accent3[stroke] { | ||
| 9782 | stroke: var(--jp-layout-color3); | ||
| 9783 | } | ||
| 9784 | .jp-icon-accent4[stroke] { | ||
| 9785 | stroke: var(--jp-layout-color4); | ||
| 9786 | } | ||
| 9787 | /* set the color of an icon to transparent */ | ||
| 9788 | .jp-icon-none[fill] { | ||
| 9789 | fill: none; | ||
| 9790 | } | ||
| 9791 | |||
| 9792 | .jp-icon-none[stroke] { | ||
| 9793 | stroke: none; | ||
| 9794 | } | ||
| 9795 | /* brand icon colors. Same for light and dark */ | ||
| 9796 | .jp-icon-brand0[fill] { | ||
| 9797 | fill: var(--jp-brand-color0); | ||
| 9798 | } | ||
| 9799 | .jp-icon-brand1[fill] { | ||
| 9800 | fill: var(--jp-brand-color1); | ||
| 9801 | } | ||
| 9802 | .jp-icon-brand2[fill] { | ||
| 9803 | fill: var(--jp-brand-color2); | ||
| 9804 | } | ||
| 9805 | .jp-icon-brand3[fill] { | ||
| 9806 | fill: var(--jp-brand-color3); | ||
| 9807 | } | ||
| 9808 | .jp-icon-brand4[fill] { | ||
| 9809 | fill: var(--jp-brand-color4); | ||
| 9810 | } | ||
| 9811 | |||
| 9812 | .jp-icon-brand0[stroke] { | ||
| 9813 | stroke: var(--jp-brand-color0); | ||
| 9814 | } | ||
| 9815 | .jp-icon-brand1[stroke] { | ||
| 9816 | stroke: var(--jp-brand-color1); | ||
| 9817 | } | ||
| 9818 | .jp-icon-brand2[stroke] { | ||
| 9819 | stroke: var(--jp-brand-color2); | ||
| 9820 | } | ||
| 9821 | .jp-icon-brand3[stroke] { | ||
| 9822 | stroke: var(--jp-brand-color3); | ||
| 9823 | } | ||
| 9824 | .jp-icon-brand4[stroke] { | ||
| 9825 | stroke: var(--jp-brand-color4); | ||
| 9826 | } | ||
| 9827 | /* warn icon colors. Same for light and dark */ | ||
| 9828 | .jp-icon-warn0[fill] { | ||
| 9829 | fill: var(--jp-warn-color0); | ||
| 9830 | } | ||
| 9831 | .jp-icon-warn1[fill] { | ||
| 9832 | fill: var(--jp-warn-color1); | ||
| 9833 | } | ||
| 9834 | .jp-icon-warn2[fill] { | ||
| 9835 | fill: var(--jp-warn-color2); | ||
| 9836 | } | ||
| 9837 | .jp-icon-warn3[fill] { | ||
| 9838 | fill: var(--jp-warn-color3); | ||
| 9839 | } | ||
| 9840 | |||
| 9841 | .jp-icon-warn0[stroke] { | ||
| 9842 | stroke: var(--jp-warn-color0); | ||
| 9843 | } | ||
| 9844 | .jp-icon-warn1[stroke] { | ||
| 9845 | stroke: var(--jp-warn-color1); | ||
| 9846 | } | ||
| 9847 | .jp-icon-warn2[stroke] { | ||
| 9848 | stroke: var(--jp-warn-color2); | ||
| 9849 | } | ||
| 9850 | .jp-icon-warn3[stroke] { | ||
| 9851 | stroke: var(--jp-warn-color3); | ||
| 9852 | } | ||
| 9853 | /* icon colors that contrast well with each other and most backgrounds */ | ||
| 9854 | .jp-icon-contrast0[fill] { | ||
| 9855 | fill: var(--jp-icon-contrast-color0); | ||
| 9856 | } | ||
| 9857 | .jp-icon-contrast1[fill] { | ||
| 9858 | fill: var(--jp-icon-contrast-color1); | ||
| 9859 | } | ||
| 9860 | .jp-icon-contrast2[fill] { | ||
| 9861 | fill: var(--jp-icon-contrast-color2); | ||
| 9862 | } | ||
| 9863 | .jp-icon-contrast3[fill] { | ||
| 9864 | fill: var(--jp-icon-contrast-color3); | ||
| 9865 | } | ||
| 9866 | |||
| 9867 | .jp-icon-contrast0[stroke] { | ||
| 9868 | stroke: var(--jp-icon-contrast-color0); | ||
| 9869 | } | ||
| 9870 | .jp-icon-contrast1[stroke] { | ||
| 9871 | stroke: var(--jp-icon-contrast-color1); | ||
| 9872 | } | ||
| 9873 | .jp-icon-contrast2[stroke] { | ||
| 9874 | stroke: var(--jp-icon-contrast-color2); | ||
| 9875 | } | ||
| 9876 | .jp-icon-contrast3[stroke] { | ||
| 9877 | stroke: var(--jp-icon-contrast-color3); | ||
| 9878 | } | ||
| 9879 | |||
| 9880 | /* CSS for icons in selected items in the settings editor */ | ||
| 9881 | #setting-editor .jp-PluginList .jp-mod-selected .jp-icon-selectable[fill] { | ||
| 9882 | fill: #fff; | ||
| 9883 | } | ||
| 9884 | #setting-editor | ||
| 9885 | .jp-PluginList | ||
| 9886 | .jp-mod-selected | ||
| 9887 | .jp-icon-selectable-inverse[fill] { | ||
| 9888 | fill: var(--jp-brand-color1); | ||
| 9889 | } | ||
| 9890 | |||
| 9891 | /* CSS for icons in selected filebrowser listing items */ | ||
| 9892 | .jp-DirListing-item.jp-mod-selected .jp-icon-selectable[fill] { | ||
| 9893 | fill: #fff; | ||
| 9894 | } | ||
| 9895 | .jp-DirListing-item.jp-mod-selected .jp-icon-selectable-inverse[fill] { | ||
| 9896 | fill: var(--jp-brand-color1); | ||
| 9897 | } | ||
| 9898 | |||
| 9899 | /* CSS for icons in selected tabs in the sidebar tab manager */ | ||
| 9900 | #tab-manager .lm-TabBar-tab.jp-mod-active .jp-icon-selectable[fill] { | ||
| 9901 | fill: #fff; | ||
| 9902 | } | ||
| 9903 | |||
| 9904 | #tab-manager .lm-TabBar-tab.jp-mod-active .jp-icon-selectable-inverse[fill] { | ||
| 9905 | fill: var(--jp-brand-color1); | ||
| 9906 | } | ||
| 9907 | #tab-manager | ||
| 9908 | .lm-TabBar-tab.jp-mod-active | ||
| 9909 | .jp-icon-hover | ||
| 9910 | :hover | ||
| 9911 | .jp-icon-selectable[fill] { | ||
| 9912 | fill: var(--jp-brand-color1); | ||
| 9913 | } | ||
| 9914 | |||
| 9915 | #tab-manager | ||
| 9916 | .lm-TabBar-tab.jp-mod-active | ||
| 9917 | .jp-icon-hover | ||
| 9918 | :hover | ||
| 9919 | .jp-icon-selectable-inverse[fill] { | ||
| 9920 | fill: #fff; | ||
| 9921 | } | ||
| 9922 | |||
| 9923 | /** | ||
| 9924 | * TODO: come up with non css-hack solution for showing the busy icon on top | ||
| 9925 | * of the close icon | ||
| 9926 | * CSS for complex behavior of close icon of tabs in the sidebar tab manager | ||
| 9927 | */ | ||
| 9928 | #tab-manager | ||
| 9929 | .lm-TabBar-tab.jp-mod-dirty | ||
| 9930 | > .lm-TabBar-tabCloseIcon | ||
| 9931 | > :not(:hover) | ||
| 9932 | > .jp-icon3[fill] { | ||
| 9933 | fill: none; | ||
| 9934 | } | ||
| 9935 | #tab-manager | ||
| 9936 | .lm-TabBar-tab.jp-mod-dirty | ||
| 9937 | > .lm-TabBar-tabCloseIcon | ||
| 9938 | > :not(:hover) | ||
| 9939 | > .jp-icon-busy[fill] { | ||
| 9940 | fill: var(--jp-inverse-layout-color3); | ||
| 9941 | } | ||
| 9942 | |||
| 9943 | #tab-manager | ||
| 9944 | .lm-TabBar-tab.jp-mod-dirty.jp-mod-active | ||
| 9945 | > .lm-TabBar-tabCloseIcon | ||
| 9946 | > :not(:hover) | ||
| 9947 | > .jp-icon-busy[fill] { | ||
| 9948 | fill: #fff; | ||
| 9949 | } | ||
| 9950 | |||
| 9951 | /** | ||
| 9952 | * TODO: come up with non css-hack solution for showing the busy icon on top | ||
| 9953 | * of the close icon | ||
| 9954 | * CSS for complex behavior of close icon of tabs in the main area tabbar | ||
| 9955 | */ | ||
| 9956 | .lm-DockPanel-tabBar | ||
| 9957 | .lm-TabBar-tab.lm-mod-closable.jp-mod-dirty | ||
| 9958 | > .lm-TabBar-tabCloseIcon | ||
| 9959 | > :not(:hover) | ||
| 9960 | > .jp-icon3[fill] { | ||
| 9961 | fill: none; | ||
| 9962 | } | ||
| 9963 | .lm-DockPanel-tabBar | ||
| 9964 | .lm-TabBar-tab.lm-mod-closable.jp-mod-dirty | ||
| 9965 | > .lm-TabBar-tabCloseIcon | ||
| 9966 | > :not(:hover) | ||
| 9967 | > .jp-icon-busy[fill] { | ||
| 9968 | fill: var(--jp-inverse-layout-color3); | ||
| 9969 | } | ||
| 9970 | |||
| 9971 | /* CSS for icons in status bar */ | ||
| 9972 | #jp-main-statusbar .jp-mod-selected .jp-icon-selectable[fill] { | ||
| 9973 | fill: #fff; | ||
| 9974 | } | ||
| 9975 | |||
| 9976 | #jp-main-statusbar .jp-mod-selected .jp-icon-selectable-inverse[fill] { | ||
| 9977 | fill: var(--jp-brand-color1); | ||
| 9978 | } | ||
| 9979 | /* special handling for splash icon CSS. While the theme CSS reloads during | ||
| 9980 | splash, the splash icon can loose theming. To prevent that, we set a | ||
| 9981 | default for its color variable */ | ||
| 9982 | :root { | ||
| 9983 | --jp-warn-color0: var(--md-orange-700); | ||
| 9984 | } | ||
| 9985 | |||
| 9986 | /* not sure what to do with this one, used in filebrowser listing */ | ||
| 9987 | .jp-DragIcon { | ||
| 9988 | margin-right: 4px; | ||
| 9989 | } | ||
| 9990 | |||
| 9991 | /*----------------------------------------------------------------------------- | ||
| 9992 | | Copyright (c) Jupyter Development Team. | ||
| 9993 | | Distributed under the terms of the Modified BSD License. | ||
| 9994 | |----------------------------------------------------------------------------*/ | ||
| 9995 | |||
| 9996 | /** | ||
| 9997 | * Support for alt colors for icons as inline SVG HTMLElements | ||
| 9998 | */ | ||
| 9999 | |||
| 10000 | /* alt recolor the primary elements of an icon */ | ||
| 10001 | .jp-icon-alt .jp-icon0[fill] { | ||
| 10002 | fill: var(--jp-layout-color0); | ||
| 10003 | } | ||
| 10004 | .jp-icon-alt .jp-icon1[fill] { | ||
| 10005 | fill: var(--jp-layout-color1); | ||
| 10006 | } | ||
| 10007 | .jp-icon-alt .jp-icon2[fill] { | ||
| 10008 | fill: var(--jp-layout-color2); | ||
| 10009 | } | ||
| 10010 | .jp-icon-alt .jp-icon3[fill] { | ||
| 10011 | fill: var(--jp-layout-color3); | ||
| 10012 | } | ||
| 10013 | .jp-icon-alt .jp-icon4[fill] { | ||
| 10014 | fill: var(--jp-layout-color4); | ||
| 10015 | } | ||
| 10016 | |||
| 10017 | .jp-icon-alt .jp-icon0[stroke] { | ||
| 10018 | stroke: var(--jp-layout-color0); | ||
| 10019 | } | ||
| 10020 | .jp-icon-alt .jp-icon1[stroke] { | ||
| 10021 | stroke: var(--jp-layout-color1); | ||
| 10022 | } | ||
| 10023 | .jp-icon-alt .jp-icon2[stroke] { | ||
| 10024 | stroke: var(--jp-layout-color2); | ||
| 10025 | } | ||
| 10026 | .jp-icon-alt .jp-icon3[stroke] { | ||
| 10027 | stroke: var(--jp-layout-color3); | ||
| 10028 | } | ||
| 10029 | .jp-icon-alt .jp-icon4[stroke] { | ||
| 10030 | stroke: var(--jp-layout-color4); | ||
| 10031 | } | ||
| 10032 | |||
| 10033 | /* alt recolor the accent elements of an icon */ | ||
| 10034 | .jp-icon-alt .jp-icon-accent0[fill] { | ||
| 10035 | fill: var(--jp-inverse-layout-color0); | ||
| 10036 | } | ||
| 10037 | .jp-icon-alt .jp-icon-accent1[fill] { | ||
| 10038 | fill: var(--jp-inverse-layout-color1); | ||
| 10039 | } | ||
| 10040 | .jp-icon-alt .jp-icon-accent2[fill] { | ||
| 10041 | fill: var(--jp-inverse-layout-color2); | ||
| 10042 | } | ||
| 10043 | .jp-icon-alt .jp-icon-accent3[fill] { | ||
| 10044 | fill: var(--jp-inverse-layout-color3); | ||
| 10045 | } | ||
| 10046 | .jp-icon-alt .jp-icon-accent4[fill] { | ||
| 10047 | fill: var(--jp-inverse-layout-color4); | ||
| 10048 | } | ||
| 10049 | |||
| 10050 | .jp-icon-alt .jp-icon-accent0[stroke] { | ||
| 10051 | stroke: var(--jp-inverse-layout-color0); | ||
| 10052 | } | ||
| 10053 | .jp-icon-alt .jp-icon-accent1[stroke] { | ||
| 10054 | stroke: var(--jp-inverse-layout-color1); | ||
| 10055 | } | ||
| 10056 | .jp-icon-alt .jp-icon-accent2[stroke] { | ||
| 10057 | stroke: var(--jp-inverse-layout-color2); | ||
| 10058 | } | ||
| 10059 | .jp-icon-alt .jp-icon-accent3[stroke] { | ||
| 10060 | stroke: var(--jp-inverse-layout-color3); | ||
| 10061 | } | ||
| 10062 | .jp-icon-alt .jp-icon-accent4[stroke] { | ||
| 10063 | stroke: var(--jp-inverse-layout-color4); | ||
| 10064 | } | ||
| 10065 | |||
| 10066 | /*----------------------------------------------------------------------------- | ||
| 10067 | | Copyright (c) Jupyter Development Team. | ||
| 10068 | | Distributed under the terms of the Modified BSD License. | ||
| 10069 | |----------------------------------------------------------------------------*/ | ||
| 10070 | |||
| 10071 | .jp-icon-hoverShow:not(:hover) svg { | ||
| 10072 | display: none !important; | ||
| 10073 | } | ||
| 10074 | |||
| 10075 | /** | ||
| 10076 | * Support for hover colors for icons as inline SVG HTMLElements | ||
| 10077 | */ | ||
| 10078 | |||
| 10079 | /** | ||
| 10080 | * regular colors | ||
| 10081 | */ | ||
| 10082 | |||
| 10083 | /* recolor the primary elements of an icon */ | ||
| 10084 | .jp-icon-hover :hover .jp-icon0-hover[fill] { | ||
| 10085 | fill: var(--jp-inverse-layout-color0); | ||
| 10086 | } | ||
| 10087 | .jp-icon-hover :hover .jp-icon1-hover[fill] { | ||
| 10088 | fill: var(--jp-inverse-layout-color1); | ||
| 10089 | } | ||
| 10090 | .jp-icon-hover :hover .jp-icon2-hover[fill] { | ||
| 10091 | fill: var(--jp-inverse-layout-color2); | ||
| 10092 | } | ||
| 10093 | .jp-icon-hover :hover .jp-icon3-hover[fill] { | ||
| 10094 | fill: var(--jp-inverse-layout-color3); | ||
| 10095 | } | ||
| 10096 | .jp-icon-hover :hover .jp-icon4-hover[fill] { | ||
| 10097 | fill: var(--jp-inverse-layout-color4); | ||
| 10098 | } | ||
| 10099 | |||
| 10100 | .jp-icon-hover :hover .jp-icon0-hover[stroke] { | ||
| 10101 | stroke: var(--jp-inverse-layout-color0); | ||
| 10102 | } | ||
| 10103 | .jp-icon-hover :hover .jp-icon1-hover[stroke] { | ||
| 10104 | stroke: var(--jp-inverse-layout-color1); | ||
| 10105 | } | ||
| 10106 | .jp-icon-hover :hover .jp-icon2-hover[stroke] { | ||
| 10107 | stroke: var(--jp-inverse-layout-color2); | ||
| 10108 | } | ||
| 10109 | .jp-icon-hover :hover .jp-icon3-hover[stroke] { | ||
| 10110 | stroke: var(--jp-inverse-layout-color3); | ||
| 10111 | } | ||
| 10112 | .jp-icon-hover :hover .jp-icon4-hover[stroke] { | ||
| 10113 | stroke: var(--jp-inverse-layout-color4); | ||
| 10114 | } | ||
| 10115 | |||
| 10116 | /* recolor the accent elements of an icon */ | ||
| 10117 | .jp-icon-hover :hover .jp-icon-accent0-hover[fill] { | ||
| 10118 | fill: var(--jp-layout-color0); | ||
| 10119 | } | ||
| 10120 | .jp-icon-hover :hover .jp-icon-accent1-hover[fill] { | ||
| 10121 | fill: var(--jp-layout-color1); | ||
| 10122 | } | ||
| 10123 | .jp-icon-hover :hover .jp-icon-accent2-hover[fill] { | ||
| 10124 | fill: var(--jp-layout-color2); | ||
| 10125 | } | ||
| 10126 | .jp-icon-hover :hover .jp-icon-accent3-hover[fill] { | ||
| 10127 | fill: var(--jp-layout-color3); | ||
| 10128 | } | ||
| 10129 | .jp-icon-hover :hover .jp-icon-accent4-hover[fill] { | ||
| 10130 | fill: var(--jp-layout-color4); | ||
| 10131 | } | ||
| 10132 | |||
| 10133 | .jp-icon-hover :hover .jp-icon-accent0-hover[stroke] { | ||
| 10134 | stroke: var(--jp-layout-color0); | ||
| 10135 | } | ||
| 10136 | .jp-icon-hover :hover .jp-icon-accent1-hover[stroke] { | ||
| 10137 | stroke: var(--jp-layout-color1); | ||
| 10138 | } | ||
| 10139 | .jp-icon-hover :hover .jp-icon-accent2-hover[stroke] { | ||
| 10140 | stroke: var(--jp-layout-color2); | ||
| 10141 | } | ||
| 10142 | .jp-icon-hover :hover .jp-icon-accent3-hover[stroke] { | ||
| 10143 | stroke: var(--jp-layout-color3); | ||
| 10144 | } | ||
| 10145 | .jp-icon-hover :hover .jp-icon-accent4-hover[stroke] { | ||
| 10146 | stroke: var(--jp-layout-color4); | ||
| 10147 | } | ||
| 10148 | |||
| 10149 | /* set the color of an icon to transparent */ | ||
| 10150 | .jp-icon-hover :hover .jp-icon-none-hover[fill] { | ||
| 10151 | fill: none; | ||
| 10152 | } | ||
| 10153 | |||
| 10154 | .jp-icon-hover :hover .jp-icon-none-hover[stroke] { | ||
| 10155 | stroke: none; | ||
| 10156 | } | ||
| 10157 | |||
| 10158 | /** | ||
| 10159 | * inverse colors | ||
| 10160 | */ | ||
| 10161 | |||
| 10162 | /* inverse recolor the primary elements of an icon */ | ||
| 10163 | .jp-icon-hover.jp-icon-alt :hover .jp-icon0-hover[fill] { | ||
| 10164 | fill: var(--jp-layout-color0); | ||
| 10165 | } | ||
| 10166 | .jp-icon-hover.jp-icon-alt :hover .jp-icon1-hover[fill] { | ||
| 10167 | fill: var(--jp-layout-color1); | ||
| 10168 | } | ||
| 10169 | .jp-icon-hover.jp-icon-alt :hover .jp-icon2-hover[fill] { | ||
| 10170 | fill: var(--jp-layout-color2); | ||
| 10171 | } | ||
| 10172 | .jp-icon-hover.jp-icon-alt :hover .jp-icon3-hover[fill] { | ||
| 10173 | fill: var(--jp-layout-color3); | ||
| 10174 | } | ||
| 10175 | .jp-icon-hover.jp-icon-alt :hover .jp-icon4-hover[fill] { | ||
| 10176 | fill: var(--jp-layout-color4); | ||
| 10177 | } | ||
| 10178 | |||
| 10179 | .jp-icon-hover.jp-icon-alt :hover .jp-icon0-hover[stroke] { | ||
| 10180 | stroke: var(--jp-layout-color0); | ||
| 10181 | } | ||
| 10182 | .jp-icon-hover.jp-icon-alt :hover .jp-icon1-hover[stroke] { | ||
| 10183 | stroke: var(--jp-layout-color1); | ||
| 10184 | } | ||
| 10185 | .jp-icon-hover.jp-icon-alt :hover .jp-icon2-hover[stroke] { | ||
| 10186 | stroke: var(--jp-layout-color2); | ||
| 10187 | } | ||
| 10188 | .jp-icon-hover.jp-icon-alt :hover .jp-icon3-hover[stroke] { | ||
| 10189 | stroke: var(--jp-layout-color3); | ||
| 10190 | } | ||
| 10191 | .jp-icon-hover.jp-icon-alt :hover .jp-icon4-hover[stroke] { | ||
| 10192 | stroke: var(--jp-layout-color4); | ||
| 10193 | } | ||
| 10194 | |||
| 10195 | /* inverse recolor the accent elements of an icon */ | ||
| 10196 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent0-hover[fill] { | ||
| 10197 | fill: var(--jp-inverse-layout-color0); | ||
| 10198 | } | ||
| 10199 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent1-hover[fill] { | ||
| 10200 | fill: var(--jp-inverse-layout-color1); | ||
| 10201 | } | ||
| 10202 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent2-hover[fill] { | ||
| 10203 | fill: var(--jp-inverse-layout-color2); | ||
| 10204 | } | ||
| 10205 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent3-hover[fill] { | ||
| 10206 | fill: var(--jp-inverse-layout-color3); | ||
| 10207 | } | ||
| 10208 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent4-hover[fill] { | ||
| 10209 | fill: var(--jp-inverse-layout-color4); | ||
| 10210 | } | ||
| 10211 | |||
| 10212 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent0-hover[stroke] { | ||
| 10213 | stroke: var(--jp-inverse-layout-color0); | ||
| 10214 | } | ||
| 10215 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent1-hover[stroke] { | ||
| 10216 | stroke: var(--jp-inverse-layout-color1); | ||
| 10217 | } | ||
| 10218 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent2-hover[stroke] { | ||
| 10219 | stroke: var(--jp-inverse-layout-color2); | ||
| 10220 | } | ||
| 10221 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent3-hover[stroke] { | ||
| 10222 | stroke: var(--jp-inverse-layout-color3); | ||
| 10223 | } | ||
| 10224 | .jp-icon-hover.jp-icon-alt :hover .jp-icon-accent4-hover[stroke] { | ||
| 10225 | stroke: var(--jp-inverse-layout-color4); | ||
| 10226 | } | ||
| 10227 | |||
| 10228 | /*----------------------------------------------------------------------------- | ||
| 10229 | | Copyright (c) Jupyter Development Team. | ||
| 10230 | | Distributed under the terms of the Modified BSD License. | ||
| 10231 | |----------------------------------------------------------------------------*/ | ||
| 10232 | |||
| 10233 | .jp-switch { | ||
| 10234 | display: flex; | ||
| 10235 | align-items: center; | ||
| 10236 | padding-left: 4px; | ||
| 10237 | padding-right: 4px; | ||
| 10238 | font-size: var(--jp-ui-font-size1); | ||
| 10239 | background-color: transparent; | ||
| 10240 | color: var(--jp-ui-font-color1); | ||
| 10241 | border: none; | ||
| 10242 | height: 20px; | ||
| 10243 | } | ||
| 10244 | |||
| 10245 | .jp-switch:hover { | ||
| 10246 | background-color: var(--jp-layout-color2); | ||
| 10247 | } | ||
| 10248 | |||
| 10249 | .jp-switch-label { | ||
| 10250 | margin-right: 5px; | ||
| 10251 | } | ||
| 10252 | |||
| 10253 | .jp-switch-track { | ||
| 10254 | cursor: pointer; | ||
| 10255 | background-color: var(--jp-border-color1); | ||
| 10256 | -webkit-transition: 0.4s; | ||
| 10257 | transition: 0.4s; | ||
| 10258 | border-radius: 34px; | ||
| 10259 | height: 16px; | ||
| 10260 | width: 35px; | ||
| 10261 | position: relative; | ||
| 10262 | } | ||
| 10263 | |||
| 10264 | .jp-switch-track::before { | ||
| 10265 | content: ''; | ||
| 10266 | position: absolute; | ||
| 10267 | height: 10px; | ||
| 10268 | width: 10px; | ||
| 10269 | margin: 3px; | ||
| 10270 | left: 0px; | ||
| 10271 | background-color: var(--jp-ui-inverse-font-color1); | ||
| 10272 | -webkit-transition: 0.4s; | ||
| 10273 | transition: 0.4s; | ||
| 10274 | border-radius: 50%; | ||
| 10275 | } | ||
| 10276 | |||
| 10277 | .jp-switch[aria-checked='true'] .jp-switch-track { | ||
| 10278 | background-color: var(--jp-warn-color0); | ||
| 10279 | } | ||
| 10280 | |||
| 10281 | .jp-switch[aria-checked='true'] .jp-switch-track::before { | ||
| 10282 | /* track width (35) - margins (3 + 3) - thumb width (10) */ | ||
| 10283 | left: 19px; | ||
| 10284 | } | ||
| 10285 | |||
| 10286 | /*----------------------------------------------------------------------------- | ||
| 10287 | | Copyright (c) Jupyter Development Team. | ||
| 10288 | | Distributed under the terms of the Modified BSD License. | ||
| 10289 | |----------------------------------------------------------------------------*/ | ||
| 10290 | |||
| 10291 | /* Sibling imports */ | ||
| 10292 | |||
| 10293 | /* Override Blueprint's _reset.scss styles */ | ||
| 10294 | html { | ||
| 10295 | box-sizing: unset; | ||
| 10296 | } | ||
| 10297 | |||
| 10298 | *, | ||
| 10299 | *::before, | ||
| 10300 | *::after { | ||
| 10301 | box-sizing: unset; | ||
| 10302 | } | ||
| 10303 | |||
| 10304 | body { | ||
| 10305 | color: unset; | ||
| 10306 | font-family: var(--jp-ui-font-family); | ||
| 10307 | } | ||
| 10308 | |||
| 10309 | p { | ||
| 10310 | margin-top: unset; | ||
| 10311 | margin-bottom: unset; | ||
| 10312 | } | ||
| 10313 | |||
| 10314 | small { | ||
| 10315 | font-size: unset; | ||
| 10316 | } | ||
| 10317 | |||
| 10318 | strong { | ||
| 10319 | font-weight: unset; | ||
| 10320 | } | ||
| 10321 | |||
| 10322 | /* Override Blueprint's _typography.scss styles */ | ||
| 10323 | a { | ||
| 10324 | text-decoration: unset; | ||
| 10325 | color: unset; | ||
| 10326 | } | ||
| 10327 | a:hover { | ||
| 10328 | text-decoration: unset; | ||
| 10329 | color: unset; | ||
| 10330 | } | ||
| 10331 | |||
| 10332 | /* Override Blueprint's _accessibility.scss styles */ | ||
| 10333 | :focus { | ||
| 10334 | outline: unset; | ||
| 10335 | outline-offset: unset; | ||
| 10336 | -moz-outline-radius: unset; | ||
| 10337 | } | ||
| 10338 | |||
| 10339 | /* Styles for ui-components */ | ||
| 10340 | .jp-Button { | ||
| 10341 | border-radius: var(--jp-border-radius); | ||
| 10342 | padding: 0px 12px; | ||
| 10343 | font-size: var(--jp-ui-font-size1); | ||
| 10344 | } | ||
| 10345 | |||
| 10346 | /* Use our own theme for hover styles */ | ||
| 10347 | button.jp-Button.bp3-button.bp3-minimal:hover { | ||
| 10348 | background-color: var(--jp-layout-color2); | ||
| 10349 | } | ||
| 10350 | .jp-Button.minimal { | ||
| 10351 | color: unset !important; | ||
| 10352 | } | ||
| 10353 | |||
| 10354 | .jp-Button.jp-ToolbarButtonComponent { | ||
| 10355 | text-transform: none; | ||
| 10356 | } | ||
| 10357 | |||
| 10358 | .jp-InputGroup input { | ||
| 10359 | box-sizing: border-box; | ||
| 10360 | border-radius: 0; | ||
| 10361 | background-color: transparent; | ||
| 10362 | color: var(--jp-ui-font-color0); | ||
| 10363 | box-shadow: inset 0 0 0 var(--jp-border-width) var(--jp-input-border-color); | ||
| 10364 | } | ||
| 10365 | |||
| 10366 | .jp-InputGroup input:focus { | ||
| 10367 | box-shadow: inset 0 0 0 var(--jp-border-width) | ||
| 10368 | var(--jp-input-active-box-shadow-color), | ||
| 10369 | inset 0 0 0 3px var(--jp-input-active-box-shadow-color); | ||
| 10370 | } | ||
| 10371 | |||
| 10372 | .jp-InputGroup input::placeholder, | ||
| 10373 | input::placeholder { | ||
| 10374 | color: var(--jp-ui-font-color3); | ||
| 10375 | } | ||
| 10376 | |||
| 10377 | .jp-BPIcon { | ||
| 10378 | display: inline-block; | ||
| 10379 | vertical-align: middle; | ||
| 10380 | margin: auto; | ||
| 10381 | } | ||
| 10382 | |||
| 10383 | /* Stop blueprint futzing with our icon fills */ | ||
| 10384 | .bp3-icon.jp-BPIcon > svg:not([fill]) { | ||
| 10385 | fill: var(--jp-inverse-layout-color3); | ||
| 10386 | } | ||
| 10387 | |||
| 10388 | .jp-InputGroupAction { | ||
| 10389 | padding: 6px; | ||
| 10390 | } | ||
| 10391 | |||
| 10392 | .jp-HTMLSelect.jp-DefaultStyle select { | ||
| 10393 | background-color: initial; | ||
| 10394 | border: none; | ||
| 10395 | border-radius: 0; | ||
| 10396 | box-shadow: none; | ||
| 10397 | color: var(--jp-ui-font-color0); | ||
| 10398 | display: block; | ||
| 10399 | font-size: var(--jp-ui-font-size1); | ||
| 10400 | height: 24px; | ||
| 10401 | line-height: 14px; | ||
| 10402 | padding: 0 25px 0 10px; | ||
| 10403 | text-align: left; | ||
| 10404 | -moz-appearance: none; | ||
| 10405 | -webkit-appearance: none; | ||
| 10406 | } | ||
| 10407 | |||
| 10408 | /* Use our own theme for hover and option styles */ | ||
| 10409 | .jp-HTMLSelect.jp-DefaultStyle select:hover, | ||
| 10410 | .jp-HTMLSelect.jp-DefaultStyle select > option { | ||
| 10411 | background-color: var(--jp-layout-color2); | ||
| 10412 | color: var(--jp-ui-font-color0); | ||
| 10413 | } | ||
| 10414 | select { | ||
| 10415 | box-sizing: border-box; | ||
| 10416 | } | ||
| 10417 | |||
| 10418 | /*----------------------------------------------------------------------------- | ||
| 10419 | | Copyright (c) Jupyter Development Team. | ||
| 10420 | | Distributed under the terms of the Modified BSD License. | ||
| 10421 | |----------------------------------------------------------------------------*/ | ||
| 10422 | |||
| 10423 | .jp-Collapse { | ||
| 10424 | display: flex; | ||
| 10425 | flex-direction: column; | ||
| 10426 | align-items: stretch; | ||
| 10427 | border-top: 1px solid var(--jp-border-color2); | ||
| 10428 | border-bottom: 1px solid var(--jp-border-color2); | ||
| 10429 | } | ||
| 10430 | |||
| 10431 | .jp-Collapse-header { | ||
| 10432 | padding: 1px 12px; | ||
| 10433 | color: var(--jp-ui-font-color1); | ||
| 10434 | background-color: var(--jp-layout-color1); | ||
| 10435 | font-size: var(--jp-ui-font-size2); | ||
| 10436 | } | ||
| 10437 | |||
| 10438 | .jp-Collapse-header:hover { | ||
| 10439 | background-color: var(--jp-layout-color2); | ||
| 10440 | } | ||
| 10441 | |||
| 10442 | .jp-Collapse-contents { | ||
| 10443 | padding: 0px 12px 0px 12px; | ||
| 10444 | background-color: var(--jp-layout-color1); | ||
| 10445 | color: var(--jp-ui-font-color1); | ||
| 10446 | overflow: auto; | ||
| 10447 | } | ||
| 10448 | |||
| 10449 | /*----------------------------------------------------------------------------- | ||
| 10450 | | Copyright (c) Jupyter Development Team. | ||
| 10451 | | Distributed under the terms of the Modified BSD License. | ||
| 10452 | |----------------------------------------------------------------------------*/ | ||
| 10453 | |||
| 10454 | /*----------------------------------------------------------------------------- | ||
| 10455 | | Variables | ||
| 10456 | |----------------------------------------------------------------------------*/ | ||
| 10457 | |||
| 10458 | :root { | ||
| 10459 | --jp-private-commandpalette-search-height: 28px; | ||
| 10460 | } | ||
| 10461 | |||
| 10462 | /*----------------------------------------------------------------------------- | ||
| 10463 | | Overall styles | ||
| 10464 | |----------------------------------------------------------------------------*/ | ||
| 10465 | |||
| 10466 | .lm-CommandPalette { | ||
| 10467 | padding-bottom: 0px; | ||
| 10468 | color: var(--jp-ui-font-color1); | ||
| 10469 | background: var(--jp-layout-color1); | ||
| 10470 | /* This is needed so that all font sizing of children done in ems is | ||
| 10471 | * relative to this base size */ | ||
| 10472 | font-size: var(--jp-ui-font-size1); | ||
| 10473 | } | ||
| 10474 | |||
| 10475 | /*----------------------------------------------------------------------------- | ||
| 10476 | | Modal variant | ||
| 10477 | |----------------------------------------------------------------------------*/ | ||
| 10478 | |||
| 10479 | .jp-ModalCommandPalette { | ||
| 10480 | position: absolute; | ||
| 10481 | z-index: 10000; | ||
| 10482 | top: 38px; | ||
| 10483 | left: 30%; | ||
| 10484 | margin: 0; | ||
| 10485 | padding: 4px; | ||
| 10486 | width: 40%; | ||
| 10487 | box-shadow: var(--jp-elevation-z4); | ||
| 10488 | border-radius: 4px; | ||
| 10489 | background: var(--jp-layout-color0); | ||
| 10490 | } | ||
| 10491 | |||
| 10492 | .jp-ModalCommandPalette .lm-CommandPalette { | ||
| 10493 | max-height: 40vh; | ||
| 10494 | } | ||
| 10495 | |||
| 10496 | .jp-ModalCommandPalette .lm-CommandPalette .lm-close-icon::after { | ||
| 10497 | display: none; | ||
| 10498 | } | ||
| 10499 | |||
| 10500 | .jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-header { | ||
| 10501 | display: none; | ||
| 10502 | } | ||
| 10503 | |||
| 10504 | .jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-item { | ||
| 10505 | margin-left: 4px; | ||
| 10506 | margin-right: 4px; | ||
| 10507 | } | ||
| 10508 | |||
| 10509 | .jp-ModalCommandPalette | ||
| 10510 | .lm-CommandPalette | ||
| 10511 | .lm-CommandPalette-item.lm-mod-disabled { | ||
| 10512 | display: none; | ||
| 10513 | } | ||
| 10514 | |||
| 10515 | /*----------------------------------------------------------------------------- | ||
| 10516 | | Search | ||
| 10517 | |----------------------------------------------------------------------------*/ | ||
| 10518 | |||
| 10519 | .lm-CommandPalette-search { | ||
| 10520 | padding: 4px; | ||
| 10521 | background-color: var(--jp-layout-color1); | ||
| 10522 | z-index: 2; | ||
| 10523 | } | ||
| 10524 | |||
| 10525 | .lm-CommandPalette-wrapper { | ||
| 10526 | overflow: overlay; | ||
| 10527 | padding: 0px 9px; | ||
| 10528 | background-color: var(--jp-input-active-background); | ||
| 10529 | height: 30px; | ||
| 10530 | box-shadow: inset 0 0 0 var(--jp-border-width) var(--jp-input-border-color); | ||
| 10531 | } | ||
| 10532 | |||
| 10533 | .lm-CommandPalette.lm-mod-focused .lm-CommandPalette-wrapper { | ||
| 10534 | box-shadow: inset 0 0 0 1px var(--jp-input-active-box-shadow-color), | ||
| 10535 | inset 0 0 0 3px var(--jp-input-active-box-shadow-color); | ||
| 10536 | } | ||
| 10537 | |||
| 10538 | .jp-SearchIconGroup { | ||
| 10539 | color: white; | ||
| 10540 | background-color: var(--jp-brand-color1); | ||
| 10541 | position: absolute; | ||
| 10542 | top: 4px; | ||
| 10543 | right: 4px; | ||
| 10544 | padding: 5px 5px 1px 5px; | ||
| 10545 | } | ||
| 10546 | |||
| 10547 | .jp-SearchIconGroup svg { | ||
| 10548 | height: 20px; | ||
| 10549 | width: 20px; | ||
| 10550 | } | ||
| 10551 | |||
| 10552 | .jp-SearchIconGroup .jp-icon3[fill] { | ||
| 10553 | fill: var(--jp-layout-color0); | ||
| 10554 | } | ||
| 10555 | |||
| 10556 | .lm-CommandPalette-input { | ||
| 10557 | background: transparent; | ||
| 10558 | width: calc(100% - 18px); | ||
| 10559 | float: left; | ||
| 10560 | border: none; | ||
| 10561 | outline: none; | ||
| 10562 | font-size: var(--jp-ui-font-size1); | ||
| 10563 | color: var(--jp-ui-font-color0); | ||
| 10564 | line-height: var(--jp-private-commandpalette-search-height); | ||
| 10565 | } | ||
| 10566 | |||
| 10567 | .lm-CommandPalette-input::-webkit-input-placeholder, | ||
| 10568 | .lm-CommandPalette-input::-moz-placeholder, | ||
| 10569 | .lm-CommandPalette-input:-ms-input-placeholder { | ||
| 10570 | color: var(--jp-ui-font-color2); | ||
| 10571 | font-size: var(--jp-ui-font-size1); | ||
| 10572 | } | ||
| 10573 | |||
| 10574 | /*----------------------------------------------------------------------------- | ||
| 10575 | | Results | ||
| 10576 | |----------------------------------------------------------------------------*/ | ||
| 10577 | |||
| 10578 | .lm-CommandPalette-header:first-child { | ||
| 10579 | margin-top: 0px; | ||
| 10580 | } | ||
| 10581 | |||
| 10582 | .lm-CommandPalette-header { | ||
| 10583 | border-bottom: solid var(--jp-border-width) var(--jp-border-color2); | ||
| 10584 | color: var(--jp-ui-font-color1); | ||
| 10585 | cursor: pointer; | ||
| 10586 | display: flex; | ||
| 10587 | font-size: var(--jp-ui-font-size0); | ||
| 10588 | font-weight: 600; | ||
| 10589 | letter-spacing: 1px; | ||
| 10590 | margin-top: 8px; | ||
| 10591 | padding: 8px 0 8px 12px; | ||
| 10592 | text-transform: uppercase; | ||
| 10593 | } | ||
| 10594 | |||
| 10595 | .lm-CommandPalette-header.lm-mod-active { | ||
| 10596 | background: var(--jp-layout-color2); | ||
| 10597 | } | ||
| 10598 | |||
| 10599 | .lm-CommandPalette-header > mark { | ||
| 10600 | background-color: transparent; | ||
| 10601 | font-weight: bold; | ||
| 10602 | color: var(--jp-ui-font-color1); | ||
| 10603 | } | ||
| 10604 | |||
| 10605 | .lm-CommandPalette-item { | ||
| 10606 | padding: 4px 12px 4px 4px; | ||
| 10607 | color: var(--jp-ui-font-color1); | ||
| 10608 | font-size: var(--jp-ui-font-size1); | ||
| 10609 | font-weight: 400; | ||
| 10610 | display: flex; | ||
| 10611 | } | ||
| 10612 | |||
| 10613 | .lm-CommandPalette-item.lm-mod-disabled { | ||
| 10614 | color: var(--jp-ui-font-color2); | ||
| 10615 | } | ||
| 10616 | |||
| 10617 | .lm-CommandPalette-item.lm-mod-active { | ||
| 10618 | color: var(--jp-ui-inverse-font-color1); | ||
| 10619 | background: var(--jp-brand-color1); | ||
| 10620 | } | ||
| 10621 | |||
| 10622 | .lm-CommandPalette-item.lm-mod-active .lm-CommandPalette-itemLabel > mark { | ||
| 10623 | color: var(--jp-ui-inverse-font-color0); | ||
| 10624 | } | ||
| 10625 | |||
| 10626 | .lm-CommandPalette-item.lm-mod-active .jp-icon-selectable[fill] { | ||
| 10627 | fill: var(--jp-layout-color0); | ||
| 10628 | } | ||
| 10629 | |||
| 10630 | .lm-CommandPalette-item.lm-mod-active .lm-CommandPalette-itemLabel > mark { | ||
| 10631 | color: var(--jp-ui-inverse-font-color0); | ||
| 10632 | } | ||
| 10633 | |||
| 10634 | .lm-CommandPalette-item.lm-mod-active:hover:not(.lm-mod-disabled) { | ||
| 10635 | color: var(--jp-ui-inverse-font-color1); | ||
| 10636 | background: var(--jp-brand-color1); | ||
| 10637 | } | ||
| 10638 | |||
| 10639 | .lm-CommandPalette-item:hover:not(.lm-mod-active):not(.lm-mod-disabled) { | ||
| 10640 | background: var(--jp-layout-color2); | ||
| 10641 | } | ||
| 10642 | |||
| 10643 | .lm-CommandPalette-itemContent { | ||
| 10644 | overflow: hidden; | ||
| 10645 | } | ||
| 10646 | |||
| 10647 | .lm-CommandPalette-itemLabel > mark { | ||
| 10648 | color: var(--jp-ui-font-color0); | ||
| 10649 | background-color: transparent; | ||
| 10650 | font-weight: bold; | ||
| 10651 | } | ||
| 10652 | |||
| 10653 | .lm-CommandPalette-item.lm-mod-disabled mark { | ||
| 10654 | color: var(--jp-ui-font-color2); | ||
| 10655 | } | ||
| 10656 | |||
| 10657 | .lm-CommandPalette-item .lm-CommandPalette-itemIcon { | ||
| 10658 | margin: 0 4px 0 0; | ||
| 10659 | position: relative; | ||
| 10660 | width: 16px; | ||
| 10661 | top: 2px; | ||
| 10662 | flex: 0 0 auto; | ||
| 10663 | } | ||
| 10664 | |||
| 10665 | .lm-CommandPalette-item.lm-mod-disabled .lm-CommandPalette-itemIcon { | ||
| 10666 | opacity: 0.6; | ||
| 10667 | } | ||
| 10668 | |||
| 10669 | .lm-CommandPalette-item .lm-CommandPalette-itemShortcut { | ||
| 10670 | flex: 0 0 auto; | ||
| 10671 | } | ||
| 10672 | |||
| 10673 | .lm-CommandPalette-itemCaption { | ||
| 10674 | display: none; | ||
| 10675 | } | ||
| 10676 | |||
| 10677 | .lm-CommandPalette-content { | ||
| 10678 | background-color: var(--jp-layout-color1); | ||
| 10679 | } | ||
| 10680 | |||
| 10681 | .lm-CommandPalette-content:empty:after { | ||
| 10682 | content: 'No results'; | ||
| 10683 | margin: auto; | ||
| 10684 | margin-top: 20px; | ||
| 10685 | width: 100px; | ||
| 10686 | display: block; | ||
| 10687 | font-size: var(--jp-ui-font-size2); | ||
| 10688 | font-family: var(--jp-ui-font-family); | ||
| 10689 | font-weight: lighter; | ||
| 10690 | } | ||
| 10691 | |||
| 10692 | .lm-CommandPalette-emptyMessage { | ||
| 10693 | text-align: center; | ||
| 10694 | margin-top: 24px; | ||
| 10695 | line-height: 1.32; | ||
| 10696 | padding: 0px 8px; | ||
| 10697 | color: var(--jp-content-font-color3); | ||
| 10698 | } | ||
| 10699 | |||
| 10700 | /*----------------------------------------------------------------------------- | ||
| 10701 | | Copyright (c) 2014-2017, Jupyter Development Team. | ||
| 10702 | | | ||
| 10703 | | Distributed under the terms of the Modified BSD License. | ||
| 10704 | |----------------------------------------------------------------------------*/ | ||
| 10705 | |||
| 10706 | .jp-Dialog { | ||
| 10707 | position: absolute; | ||
| 10708 | z-index: 10000; | ||
| 10709 | display: flex; | ||
| 10710 | flex-direction: column; | ||
| 10711 | align-items: center; | ||
| 10712 | justify-content: center; | ||
| 10713 | top: 0px; | ||
| 10714 | left: 0px; | ||
| 10715 | margin: 0; | ||
| 10716 | padding: 0; | ||
| 10717 | width: 100%; | ||
| 10718 | height: 100%; | ||
| 10719 | background: var(--jp-dialog-background); | ||
| 10720 | } | ||
| 10721 | |||
| 10722 | .jp-Dialog-content { | ||
| 10723 | display: flex; | ||
| 10724 | flex-direction: column; | ||
| 10725 | margin-left: auto; | ||
| 10726 | margin-right: auto; | ||
| 10727 | background: var(--jp-layout-color1); | ||
| 10728 | padding: 24px; | ||
| 10729 | padding-bottom: 12px; | ||
| 10730 | min-width: 300px; | ||
| 10731 | min-height: 150px; | ||
| 10732 | max-width: 1000px; | ||
| 10733 | max-height: 500px; | ||
| 10734 | box-sizing: border-box; | ||
| 10735 | box-shadow: var(--jp-elevation-z20); | ||
| 10736 | word-wrap: break-word; | ||
| 10737 | border-radius: var(--jp-border-radius); | ||
| 10738 | /* This is needed so that all font sizing of children done in ems is | ||
| 10739 | * relative to this base size */ | ||
| 10740 | font-size: var(--jp-ui-font-size1); | ||
| 10741 | color: var(--jp-ui-font-color1); | ||
| 10742 | resize: both; | ||
| 10743 | } | ||
| 10744 | |||
| 10745 | .jp-Dialog-button { | ||
| 10746 | overflow: visible; | ||
| 10747 | } | ||
| 10748 | |||
| 10749 | button.jp-Dialog-button:focus { | ||
| 10750 | outline: 1px solid var(--jp-brand-color1); | ||
| 10751 | outline-offset: 4px; | ||
| 10752 | -moz-outline-radius: 0px; | ||
| 10753 | } | ||
| 10754 | |||
| 10755 | button.jp-Dialog-button:focus::-moz-focus-inner { | ||
| 10756 | border: 0; | ||
| 10757 | } | ||
| 10758 | |||
| 10759 | button.jp-Dialog-close-button { | ||
| 10760 | padding: 0; | ||
| 10761 | height: 100%; | ||
| 10762 | min-width: unset; | ||
| 10763 | min-height: unset; | ||
| 10764 | } | ||
| 10765 | |||
| 10766 | .jp-Dialog-header { | ||
| 10767 | display: flex; | ||
| 10768 | justify-content: space-between; | ||
| 10769 | flex: 0 0 auto; | ||
| 10770 | padding-bottom: 12px; | ||
| 10771 | font-size: var(--jp-ui-font-size3); | ||
| 10772 | font-weight: 400; | ||
| 10773 | color: var(--jp-ui-font-color0); | ||
| 10774 | } | ||
| 10775 | |||
| 10776 | .jp-Dialog-body { | ||
| 10777 | display: flex; | ||
| 10778 | flex-direction: column; | ||
| 10779 | flex: 1 1 auto; | ||
| 10780 | font-size: var(--jp-ui-font-size1); | ||
| 10781 | background: var(--jp-layout-color1); | ||
| 10782 | overflow: auto; | ||
| 10783 | } | ||
| 10784 | |||
| 10785 | .jp-Dialog-footer { | ||
| 10786 | display: flex; | ||
| 10787 | flex-direction: row; | ||
| 10788 | justify-content: flex-end; | ||
| 10789 | flex: 0 0 auto; | ||
| 10790 | margin-left: -12px; | ||
| 10791 | margin-right: -12px; | ||
| 10792 | padding: 12px; | ||
| 10793 | } | ||
| 10794 | |||
| 10795 | .jp-Dialog-title { | ||
| 10796 | overflow: hidden; | ||
| 10797 | white-space: nowrap; | ||
| 10798 | text-overflow: ellipsis; | ||
| 10799 | } | ||
| 10800 | |||
| 10801 | .jp-Dialog-body > .jp-select-wrapper { | ||
| 10802 | width: 100%; | ||
| 10803 | } | ||
| 10804 | |||
| 10805 | .jp-Dialog-body > button { | ||
| 10806 | padding: 0px 16px; | ||
| 10807 | } | ||
| 10808 | |||
| 10809 | .jp-Dialog-body > label { | ||
| 10810 | line-height: 1.4; | ||
| 10811 | color: var(--jp-ui-font-color0); | ||
| 10812 | } | ||
| 10813 | |||
| 10814 | .jp-Dialog-button.jp-mod-styled:not(:last-child) { | ||
| 10815 | margin-right: 12px; | ||
| 10816 | } | ||
| 10817 | |||
| 10818 | /*----------------------------------------------------------------------------- | ||
| 10819 | | Copyright (c) 2014-2016, Jupyter Development Team. | ||
| 10820 | | | ||
| 10821 | | Distributed under the terms of the Modified BSD License. | ||
| 10822 | |----------------------------------------------------------------------------*/ | ||
| 10823 | |||
| 10824 | .jp-HoverBox { | ||
| 10825 | position: fixed; | ||
| 10826 | } | ||
| 10827 | |||
| 10828 | .jp-HoverBox.jp-mod-outofview { | ||
| 10829 | display: none; | ||
| 10830 | } | ||
| 10831 | |||
| 10832 | /*----------------------------------------------------------------------------- | ||
| 10833 | | Copyright (c) Jupyter Development Team. | ||
| 10834 | | Distributed under the terms of the Modified BSD License. | ||
| 10835 | |----------------------------------------------------------------------------*/ | ||
| 10836 | |||
| 10837 | .jp-IFrame { | ||
| 10838 | width: 100%; | ||
| 10839 | height: 100%; | ||
| 10840 | } | ||
| 10841 | |||
| 10842 | .jp-IFrame > iframe { | ||
| 10843 | border: none; | ||
| 10844 | } | ||
| 10845 | |||
| 10846 | /* | ||
| 10847 | When drag events occur, `p-mod-override-cursor` is added to the body. | ||
| 10848 | Because iframes steal all cursor events, the following two rules are necessary | ||
| 10849 | to suppress pointer events while resize drags are occurring. There may be a | ||
| 10850 | better solution to this problem. | ||
| 10851 | */ | ||
| 10852 | body.lm-mod-override-cursor .jp-IFrame { | ||
| 10853 | position: relative; | ||
| 10854 | } | ||
| 10855 | |||
| 10856 | body.lm-mod-override-cursor .jp-IFrame:before { | ||
| 10857 | content: ''; | ||
| 10858 | position: absolute; | ||
| 10859 | top: 0; | ||
| 10860 | left: 0; | ||
| 10861 | right: 0; | ||
| 10862 | bottom: 0; | ||
| 10863 | background: transparent; | ||
| 10864 | } | ||
| 10865 | |||
| 10866 | .jp-Input-Boolean-Dialog { | ||
| 10867 | flex-direction: row-reverse; | ||
| 10868 | align-items: end; | ||
| 10869 | width: 100%; | ||
| 10870 | } | ||
| 10871 | |||
| 10872 | .jp-Input-Boolean-Dialog > label { | ||
| 10873 | flex: 1 1 auto; | ||
| 10874 | } | ||
| 10875 | |||
| 10876 | /*----------------------------------------------------------------------------- | ||
| 10877 | | Copyright (c) 2014-2016, Jupyter Development Team. | ||
| 10878 | | | ||
| 10879 | | Distributed under the terms of the Modified BSD License. | ||
| 10880 | |----------------------------------------------------------------------------*/ | ||
| 10881 | |||
| 10882 | .jp-MainAreaWidget > :focus { | ||
| 10883 | outline: none; | ||
| 10884 | } | ||
| 10885 | |||
| 10886 | /** | ||
| 10887 | * google-material-color v1.2.6 | ||
| 10888 | * https://github.com/danlevan/google-material-color | ||
| 10889 | */ | ||
| 10890 | :root { | ||
| 10891 | --md-red-50: #ffebee; | ||
| 10892 | --md-red-100: #ffcdd2; | ||
| 10893 | --md-red-200: #ef9a9a; | ||
| 10894 | --md-red-300: #e57373; | ||
| 10895 | --md-red-400: #ef5350; | ||
| 10896 | --md-red-500: #f44336; | ||
| 10897 | --md-red-600: #e53935; | ||
| 10898 | --md-red-700: #d32f2f; | ||
| 10899 | --md-red-800: #c62828; | ||
| 10900 | --md-red-900: #b71c1c; | ||
| 10901 | --md-red-A100: #ff8a80; | ||
| 10902 | --md-red-A200: #ff5252; | ||
| 10903 | --md-red-A400: #ff1744; | ||
| 10904 | --md-red-A700: #d50000; | ||
| 10905 | |||
| 10906 | --md-pink-50: #fce4ec; | ||
| 10907 | --md-pink-100: #f8bbd0; | ||
| 10908 | --md-pink-200: #f48fb1; | ||
| 10909 | --md-pink-300: #f06292; | ||
| 10910 | --md-pink-400: #ec407a; | ||
| 10911 | --md-pink-500: #e91e63; | ||
| 10912 | --md-pink-600: #d81b60; | ||
| 10913 | --md-pink-700: #c2185b; | ||
| 10914 | --md-pink-800: #ad1457; | ||
| 10915 | --md-pink-900: #880e4f; | ||
| 10916 | --md-pink-A100: #ff80ab; | ||
| 10917 | --md-pink-A200: #ff4081; | ||
| 10918 | --md-pink-A400: #f50057; | ||
| 10919 | --md-pink-A700: #c51162; | ||
| 10920 | |||
| 10921 | --md-purple-50: #f3e5f5; | ||
| 10922 | --md-purple-100: #e1bee7; | ||
| 10923 | --md-purple-200: #ce93d8; | ||
| 10924 | --md-purple-300: #ba68c8; | ||
| 10925 | --md-purple-400: #ab47bc; | ||
| 10926 | --md-purple-500: #9c27b0; | ||
| 10927 | --md-purple-600: #8e24aa; | ||
| 10928 | --md-purple-700: #7b1fa2; | ||
| 10929 | --md-purple-800: #6a1b9a; | ||
| 10930 | --md-purple-900: #4a148c; | ||
| 10931 | --md-purple-A100: #ea80fc; | ||
| 10932 | --md-purple-A200: #e040fb; | ||
| 10933 | --md-purple-A400: #d500f9; | ||
| 10934 | --md-purple-A700: #aa00ff; | ||
| 10935 | |||
| 10936 | --md-deep-purple-50: #ede7f6; | ||
| 10937 | --md-deep-purple-100: #d1c4e9; | ||
| 10938 | --md-deep-purple-200: #b39ddb; | ||
| 10939 | --md-deep-purple-300: #9575cd; | ||
| 10940 | --md-deep-purple-400: #7e57c2; | ||
| 10941 | --md-deep-purple-500: #673ab7; | ||
| 10942 | --md-deep-purple-600: #5e35b1; | ||
| 10943 | --md-deep-purple-700: #512da8; | ||
| 10944 | --md-deep-purple-800: #4527a0; | ||
| 10945 | --md-deep-purple-900: #311b92; | ||
| 10946 | --md-deep-purple-A100: #b388ff; | ||
| 10947 | --md-deep-purple-A200: #7c4dff; | ||
| 10948 | --md-deep-purple-A400: #651fff; | ||
| 10949 | --md-deep-purple-A700: #6200ea; | ||
| 10950 | |||
| 10951 | --md-indigo-50: #e8eaf6; | ||
| 10952 | --md-indigo-100: #c5cae9; | ||
| 10953 | --md-indigo-200: #9fa8da; | ||
| 10954 | --md-indigo-300: #7986cb; | ||
| 10955 | --md-indigo-400: #5c6bc0; | ||
| 10956 | --md-indigo-500: #3f51b5; | ||
| 10957 | --md-indigo-600: #3949ab; | ||
| 10958 | --md-indigo-700: #303f9f; | ||
| 10959 | --md-indigo-800: #283593; | ||
| 10960 | --md-indigo-900: #1a237e; | ||
| 10961 | --md-indigo-A100: #8c9eff; | ||
| 10962 | --md-indigo-A200: #536dfe; | ||
| 10963 | --md-indigo-A400: #3d5afe; | ||
| 10964 | --md-indigo-A700: #304ffe; | ||
| 10965 | |||
| 10966 | --md-blue-50: #e3f2fd; | ||
| 10967 | --md-blue-100: #bbdefb; | ||
| 10968 | --md-blue-200: #90caf9; | ||
| 10969 | --md-blue-300: #64b5f6; | ||
| 10970 | --md-blue-400: #42a5f5; | ||
| 10971 | --md-blue-500: #2196f3; | ||
| 10972 | --md-blue-600: #1e88e5; | ||
| 10973 | --md-blue-700: #1976d2; | ||
| 10974 | --md-blue-800: #1565c0; | ||
| 10975 | --md-blue-900: #0d47a1; | ||
| 10976 | --md-blue-A100: #82b1ff; | ||
| 10977 | --md-blue-A200: #448aff; | ||
| 10978 | --md-blue-A400: #2979ff; | ||
| 10979 | --md-blue-A700: #2962ff; | ||
| 10980 | |||
| 10981 | --md-light-blue-50: #e1f5fe; | ||
| 10982 | --md-light-blue-100: #b3e5fc; | ||
| 10983 | --md-light-blue-200: #81d4fa; | ||
| 10984 | --md-light-blue-300: #4fc3f7; | ||
| 10985 | --md-light-blue-400: #29b6f6; | ||
| 10986 | --md-light-blue-500: #03a9f4; | ||
| 10987 | --md-light-blue-600: #039be5; | ||
| 10988 | --md-light-blue-700: #0288d1; | ||
| 10989 | --md-light-blue-800: #0277bd; | ||
| 10990 | --md-light-blue-900: #01579b; | ||
| 10991 | --md-light-blue-A100: #80d8ff; | ||
| 10992 | --md-light-blue-A200: #40c4ff; | ||
| 10993 | --md-light-blue-A400: #00b0ff; | ||
| 10994 | --md-light-blue-A700: #0091ea; | ||
| 10995 | |||
| 10996 | --md-cyan-50: #e0f7fa; | ||
| 10997 | --md-cyan-100: #b2ebf2; | ||
| 10998 | --md-cyan-200: #80deea; | ||
| 10999 | --md-cyan-300: #4dd0e1; | ||
| 11000 | --md-cyan-400: #26c6da; | ||
| 11001 | --md-cyan-500: #00bcd4; | ||
| 11002 | --md-cyan-600: #00acc1; | ||
| 11003 | --md-cyan-700: #0097a7; | ||
| 11004 | --md-cyan-800: #00838f; | ||
| 11005 | --md-cyan-900: #006064; | ||
| 11006 | --md-cyan-A100: #84ffff; | ||
| 11007 | --md-cyan-A200: #18ffff; | ||
| 11008 | --md-cyan-A400: #00e5ff; | ||
| 11009 | --md-cyan-A700: #00b8d4; | ||
| 11010 | |||
| 11011 | --md-teal-50: #e0f2f1; | ||
| 11012 | --md-teal-100: #b2dfdb; | ||
| 11013 | --md-teal-200: #80cbc4; | ||
| 11014 | --md-teal-300: #4db6ac; | ||
| 11015 | --md-teal-400: #26a69a; | ||
| 11016 | --md-teal-500: #009688; | ||
| 11017 | --md-teal-600: #00897b; | ||
| 11018 | --md-teal-700: #00796b; | ||
| 11019 | --md-teal-800: #00695c; | ||
| 11020 | --md-teal-900: #004d40; | ||
| 11021 | --md-teal-A100: #a7ffeb; | ||
| 11022 | --md-teal-A200: #64ffda; | ||
| 11023 | --md-teal-A400: #1de9b6; | ||
| 11024 | --md-teal-A700: #00bfa5; | ||
| 11025 | |||
| 11026 | --md-green-50: #e8f5e9; | ||
| 11027 | --md-green-100: #c8e6c9; | ||
| 11028 | --md-green-200: #a5d6a7; | ||
| 11029 | --md-green-300: #81c784; | ||
| 11030 | --md-green-400: #66bb6a; | ||
| 11031 | --md-green-500: #4caf50; | ||
| 11032 | --md-green-600: #43a047; | ||
| 11033 | --md-green-700: #388e3c; | ||
| 11034 | --md-green-800: #2e7d32; | ||
| 11035 | --md-green-900: #1b5e20; | ||
| 11036 | --md-green-A100: #b9f6ca; | ||
| 11037 | --md-green-A200: #69f0ae; | ||
| 11038 | --md-green-A400: #00e676; | ||
| 11039 | --md-green-A700: #00c853; | ||
| 11040 | |||
| 11041 | --md-light-green-50: #f1f8e9; | ||
| 11042 | --md-light-green-100: #dcedc8; | ||
| 11043 | --md-light-green-200: #c5e1a5; | ||
| 11044 | --md-light-green-300: #aed581; | ||
| 11045 | --md-light-green-400: #9ccc65; | ||
| 11046 | --md-light-green-500: #8bc34a; | ||
| 11047 | --md-light-green-600: #7cb342; | ||
| 11048 | --md-light-green-700: #689f38; | ||
| 11049 | --md-light-green-800: #558b2f; | ||
| 11050 | --md-light-green-900: #33691e; | ||
| 11051 | --md-light-green-A100: #ccff90; | ||
| 11052 | --md-light-green-A200: #b2ff59; | ||
| 11053 | --md-light-green-A400: #76ff03; | ||
| 11054 | --md-light-green-A700: #64dd17; | ||
| 11055 | |||
| 11056 | --md-lime-50: #f9fbe7; | ||
| 11057 | --md-lime-100: #f0f4c3; | ||
| 11058 | --md-lime-200: #e6ee9c; | ||
| 11059 | --md-lime-300: #dce775; | ||
| 11060 | --md-lime-400: #d4e157; | ||
| 11061 | --md-lime-500: #cddc39; | ||
| 11062 | --md-lime-600: #c0ca33; | ||
| 11063 | --md-lime-700: #afb42b; | ||
| 11064 | --md-lime-800: #9e9d24; | ||
| 11065 | --md-lime-900: #827717; | ||
| 11066 | --md-lime-A100: #f4ff81; | ||
| 11067 | --md-lime-A200: #eeff41; | ||
| 11068 | --md-lime-A400: #c6ff00; | ||
| 11069 | --md-lime-A700: #aeea00; | ||
| 11070 | |||
| 11071 | --md-yellow-50: #fffde7; | ||
| 11072 | --md-yellow-100: #fff9c4; | ||
| 11073 | --md-yellow-200: #fff59d; | ||
| 11074 | --md-yellow-300: #fff176; | ||
| 11075 | --md-yellow-400: #ffee58; | ||
| 11076 | --md-yellow-500: #ffeb3b; | ||
| 11077 | --md-yellow-600: #fdd835; | ||
| 11078 | --md-yellow-700: #fbc02d; | ||
| 11079 | --md-yellow-800: #f9a825; | ||
| 11080 | --md-yellow-900: #f57f17; | ||
| 11081 | --md-yellow-A100: #ffff8d; | ||
| 11082 | --md-yellow-A200: #ffff00; | ||
| 11083 | --md-yellow-A400: #ffea00; | ||
| 11084 | --md-yellow-A700: #ffd600; | ||
| 11085 | |||
| 11086 | --md-amber-50: #fff8e1; | ||
| 11087 | --md-amber-100: #ffecb3; | ||
| 11088 | --md-amber-200: #ffe082; | ||
| 11089 | --md-amber-300: #ffd54f; | ||
| 11090 | --md-amber-400: #ffca28; | ||
| 11091 | --md-amber-500: #ffc107; | ||
| 11092 | --md-amber-600: #ffb300; | ||
| 11093 | --md-amber-700: #ffa000; | ||
| 11094 | --md-amber-800: #ff8f00; | ||
| 11095 | --md-amber-900: #ff6f00; | ||
| 11096 | --md-amber-A100: #ffe57f; | ||
| 11097 | --md-amber-A200: #ffd740; | ||
| 11098 | --md-amber-A400: #ffc400; | ||
| 11099 | --md-amber-A700: #ffab00; | ||
| 11100 | |||
| 11101 | --md-orange-50: #fff3e0; | ||
| 11102 | --md-orange-100: #ffe0b2; | ||
| 11103 | --md-orange-200: #ffcc80; | ||
| 11104 | --md-orange-300: #ffb74d; | ||
| 11105 | --md-orange-400: #ffa726; | ||
| 11106 | --md-orange-500: #ff9800; | ||
| 11107 | --md-orange-600: #fb8c00; | ||
| 11108 | --md-orange-700: #f57c00; | ||
| 11109 | --md-orange-800: #ef6c00; | ||
| 11110 | --md-orange-900: #e65100; | ||
| 11111 | --md-orange-A100: #ffd180; | ||
| 11112 | --md-orange-A200: #ffab40; | ||
| 11113 | --md-orange-A400: #ff9100; | ||
| 11114 | --md-orange-A700: #ff6d00; | ||
| 11115 | |||
| 11116 | --md-deep-orange-50: #fbe9e7; | ||
| 11117 | --md-deep-orange-100: #ffccbc; | ||
| 11118 | --md-deep-orange-200: #ffab91; | ||
| 11119 | --md-deep-orange-300: #ff8a65; | ||
| 11120 | --md-deep-orange-400: #ff7043; | ||
| 11121 | --md-deep-orange-500: #ff5722; | ||
| 11122 | --md-deep-orange-600: #f4511e; | ||
| 11123 | --md-deep-orange-700: #e64a19; | ||
| 11124 | --md-deep-orange-800: #d84315; | ||
| 11125 | --md-deep-orange-900: #bf360c; | ||
| 11126 | --md-deep-orange-A100: #ff9e80; | ||
| 11127 | --md-deep-orange-A200: #ff6e40; | ||
| 11128 | --md-deep-orange-A400: #ff3d00; | ||
| 11129 | --md-deep-orange-A700: #dd2c00; | ||
| 11130 | |||
| 11131 | --md-brown-50: #efebe9; | ||
| 11132 | --md-brown-100: #d7ccc8; | ||
| 11133 | --md-brown-200: #bcaaa4; | ||
| 11134 | --md-brown-300: #a1887f; | ||
| 11135 | --md-brown-400: #8d6e63; | ||
| 11136 | --md-brown-500: #795548; | ||
| 11137 | --md-brown-600: #6d4c41; | ||
| 11138 | --md-brown-700: #5d4037; | ||
| 11139 | --md-brown-800: #4e342e; | ||
| 11140 | --md-brown-900: #3e2723; | ||
| 11141 | |||
| 11142 | --md-grey-50: #fafafa; | ||
| 11143 | --md-grey-100: #f5f5f5; | ||
| 11144 | --md-grey-200: #eeeeee; | ||
| 11145 | --md-grey-300: #e0e0e0; | ||
| 11146 | --md-grey-400: #bdbdbd; | ||
| 11147 | --md-grey-500: #9e9e9e; | ||
| 11148 | --md-grey-600: #757575; | ||
| 11149 | --md-grey-700: #616161; | ||
| 11150 | --md-grey-800: #424242; | ||
| 11151 | --md-grey-900: #212121; | ||
| 11152 | |||
| 11153 | --md-blue-grey-50: #eceff1; | ||
| 11154 | --md-blue-grey-100: #cfd8dc; | ||
| 11155 | --md-blue-grey-200: #b0bec5; | ||
| 11156 | --md-blue-grey-300: #90a4ae; | ||
| 11157 | --md-blue-grey-400: #78909c; | ||
| 11158 | --md-blue-grey-500: #607d8b; | ||
| 11159 | --md-blue-grey-600: #546e7a; | ||
| 11160 | --md-blue-grey-700: #455a64; | ||
| 11161 | --md-blue-grey-800: #37474f; | ||
| 11162 | --md-blue-grey-900: #263238; | ||
| 11163 | } | ||
| 11164 | |||
| 11165 | /*----------------------------------------------------------------------------- | ||
| 11166 | | Copyright (c) 2017, Jupyter Development Team. | ||
| 11167 | | | ||
| 11168 | | Distributed under the terms of the Modified BSD License. | ||
| 11169 | |----------------------------------------------------------------------------*/ | ||
| 11170 | |||
| 11171 | .jp-Spinner { | ||
| 11172 | position: absolute; | ||
| 11173 | display: flex; | ||
| 11174 | justify-content: center; | ||
| 11175 | align-items: center; | ||
| 11176 | z-index: 10; | ||
| 11177 | left: 0; | ||
| 11178 | top: 0; | ||
| 11179 | width: 100%; | ||
| 11180 | height: 100%; | ||
| 11181 | background: var(--jp-layout-color0); | ||
| 11182 | outline: none; | ||
| 11183 | } | ||
| 11184 | |||
| 11185 | .jp-SpinnerContent { | ||
| 11186 | font-size: 10px; | ||
| 11187 | margin: 50px auto; | ||
| 11188 | text-indent: -9999em; | ||
| 11189 | width: 3em; | ||
| 11190 | height: 3em; | ||
| 11191 | border-radius: 50%; | ||
| 11192 | background: var(--jp-brand-color3); | ||
| 11193 | background: linear-gradient( | ||
| 11194 | to right, | ||
| 11195 | #f37626 10%, | ||
| 11196 | rgba(255, 255, 255, 0) 42% | ||
| 11197 | ); | ||
| 11198 | position: relative; | ||
| 11199 | animation: load3 1s infinite linear, fadeIn 1s; | ||
| 11200 | } | ||
| 11201 | |||
| 11202 | .jp-SpinnerContent:before { | ||
| 11203 | width: 50%; | ||
| 11204 | height: 50%; | ||
| 11205 | background: #f37626; | ||
| 11206 | border-radius: 100% 0 0 0; | ||
| 11207 | position: absolute; | ||
| 11208 | top: 0; | ||
| 11209 | left: 0; | ||
| 11210 | content: ''; | ||
| 11211 | } | ||
| 11212 | |||
| 11213 | .jp-SpinnerContent:after { | ||
| 11214 | background: var(--jp-layout-color0); | ||
| 11215 | width: 75%; | ||
| 11216 | height: 75%; | ||
| 11217 | border-radius: 50%; | ||
| 11218 | content: ''; | ||
| 11219 | margin: auto; | ||
| 11220 | position: absolute; | ||
| 11221 | top: 0; | ||
| 11222 | left: 0; | ||
| 11223 | bottom: 0; | ||
| 11224 | right: 0; | ||
| 11225 | } | ||
| 11226 | |||
| 11227 | @keyframes fadeIn { | ||
| 11228 | 0% { | ||
| 11229 | opacity: 0; | ||
| 11230 | } | ||
| 11231 | 100% { | ||
| 11232 | opacity: 1; | ||
| 11233 | } | ||
| 11234 | } | ||
| 11235 | |||
| 11236 | @keyframes load3 { | ||
| 11237 | 0% { | ||
| 11238 | transform: rotate(0deg); | ||
| 11239 | } | ||
| 11240 | 100% { | ||
| 11241 | transform: rotate(360deg); | ||
| 11242 | } | ||
| 11243 | } | ||
| 11244 | |||
| 11245 | /*----------------------------------------------------------------------------- | ||
| 11246 | | Copyright (c) 2014-2017, Jupyter Development Team. | ||
| 11247 | | | ||
| 11248 | | Distributed under the terms of the Modified BSD License. | ||
| 11249 | |----------------------------------------------------------------------------*/ | ||
| 11250 | |||
| 11251 | button.jp-mod-styled { | ||
| 11252 | font-size: var(--jp-ui-font-size1); | ||
| 11253 | color: var(--jp-ui-font-color0); | ||
| 11254 | border: none; | ||
| 11255 | box-sizing: border-box; | ||
| 11256 | text-align: center; | ||
| 11257 | line-height: 32px; | ||
| 11258 | height: 32px; | ||
| 11259 | padding: 0px 12px; | ||
| 11260 | letter-spacing: 0.8px; | ||
| 11261 | outline: none; | ||
| 11262 | appearance: none; | ||
| 11263 | -webkit-appearance: none; | ||
| 11264 | -moz-appearance: none; | ||
| 11265 | } | ||
| 11266 | |||
| 11267 | input.jp-mod-styled { | ||
| 11268 | background: var(--jp-input-background); | ||
| 11269 | height: 28px; | ||
| 11270 | box-sizing: border-box; | ||
| 11271 | border: var(--jp-border-width) solid var(--jp-border-color1); | ||
| 11272 | padding-left: 7px; | ||
| 11273 | padding-right: 7px; | ||
| 11274 | font-size: var(--jp-ui-font-size2); | ||
| 11275 | color: var(--jp-ui-font-color0); | ||
| 11276 | outline: none; | ||
| 11277 | appearance: none; | ||
| 11278 | -webkit-appearance: none; | ||
| 11279 | -moz-appearance: none; | ||
| 11280 | } | ||
| 11281 | |||
| 11282 | input[type='checkbox'].jp-mod-styled { | ||
| 11283 | appearance: checkbox; | ||
| 11284 | -webkit-appearance: checkbox; | ||
| 11285 | -moz-appearance: checkbox; | ||
| 11286 | height: auto; | ||
| 11287 | } | ||
| 11288 | |||
| 11289 | input.jp-mod-styled:focus { | ||
| 11290 | border: var(--jp-border-width) solid var(--md-blue-500); | ||
| 11291 | box-shadow: inset 0 0 4px var(--md-blue-300); | ||
| 11292 | } | ||
| 11293 | |||
| 11294 | .jp-FileDialog-Checkbox { | ||
| 11295 | margin-top: 35px; | ||
| 11296 | display: flex; | ||
| 11297 | flex-direction: row; | ||
| 11298 | align-items: end; | ||
| 11299 | width: 100%; | ||
| 11300 | } | ||
| 11301 | |||
| 11302 | .jp-FileDialog-Checkbox > label { | ||
| 11303 | flex: 1 1 auto; | ||
| 11304 | } | ||
| 11305 | |||
| 11306 | .jp-select-wrapper { | ||
| 11307 | display: flex; | ||
| 11308 | position: relative; | ||
| 11309 | flex-direction: column; | ||
| 11310 | padding: 1px; | ||
| 11311 | background-color: var(--jp-layout-color1); | ||
| 11312 | height: 28px; | ||
| 11313 | box-sizing: border-box; | ||
| 11314 | margin-bottom: 12px; | ||
| 11315 | } | ||
| 11316 | |||
| 11317 | .jp-select-wrapper.jp-mod-focused select.jp-mod-styled { | ||
| 11318 | border: var(--jp-border-width) solid var(--jp-input-active-border-color); | ||
| 11319 | box-shadow: var(--jp-input-box-shadow); | ||
| 11320 | background-color: var(--jp-input-active-background); | ||
| 11321 | } | ||
| 11322 | |||
| 11323 | select.jp-mod-styled:hover { | ||
| 11324 | background-color: var(--jp-layout-color1); | ||
| 11325 | cursor: pointer; | ||
| 11326 | color: var(--jp-ui-font-color0); | ||
| 11327 | background-color: var(--jp-input-hover-background); | ||
| 11328 | box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.5); | ||
| 11329 | } | ||
| 11330 | |||
| 11331 | select.jp-mod-styled { | ||
| 11332 | flex: 1 1 auto; | ||
| 11333 | height: 32px; | ||
| 11334 | width: 100%; | ||
| 11335 | font-size: var(--jp-ui-font-size2); | ||
| 11336 | background: var(--jp-input-background); | ||
| 11337 | color: var(--jp-ui-font-color0); | ||
| 11338 | padding: 0 25px 0 8px; | ||
| 11339 | border: var(--jp-border-width) solid var(--jp-input-border-color); | ||
| 11340 | border-radius: 0px; | ||
| 11341 | outline: none; | ||
| 11342 | appearance: none; | ||
| 11343 | -webkit-appearance: none; | ||
| 11344 | -moz-appearance: none; | ||
| 11345 | } | ||
| 11346 | |||
| 11347 | /*----------------------------------------------------------------------------- | ||
| 11348 | | Copyright (c) 2014-2016, Jupyter Development Team. | ||
| 11349 | | | ||
| 11350 | | Distributed under the terms of the Modified BSD License. | ||
| 11351 | |----------------------------------------------------------------------------*/ | ||
| 11352 | |||
| 11353 | :root { | ||
| 11354 | --jp-private-toolbar-height: calc( | ||
| 11355 | 28px + var(--jp-border-width) | ||
| 11356 | ); /* leave 28px for content */ | ||
| 11357 | } | ||
| 11358 | |||
| 11359 | .jp-Toolbar { | ||
| 11360 | color: var(--jp-ui-font-color1); | ||
| 11361 | flex: 0 0 auto; | ||
| 11362 | display: flex; | ||
| 11363 | flex-direction: row; | ||
| 11364 | border-bottom: var(--jp-border-width) solid var(--jp-toolbar-border-color); | ||
| 11365 | box-shadow: var(--jp-toolbar-box-shadow); | ||
| 11366 | background: var(--jp-toolbar-background); | ||
| 11367 | min-height: var(--jp-toolbar-micro-height); | ||
| 11368 | padding: 2px; | ||
| 11369 | z-index: 1; | ||
| 11370 | overflow-x: auto; | ||
| 11371 | } | ||
| 11372 | |||
| 11373 | /* Toolbar items */ | ||
| 11374 | |||
| 11375 | .jp-Toolbar > .jp-Toolbar-item.jp-Toolbar-spacer { | ||
| 11376 | flex-grow: 1; | ||
| 11377 | flex-shrink: 1; | ||
| 11378 | } | ||
| 11379 | |||
| 11380 | .jp-Toolbar-item.jp-Toolbar-kernelStatus { | ||
| 11381 | display: inline-block; | ||
| 11382 | width: 32px; | ||
| 11383 | background-repeat: no-repeat; | ||
| 11384 | background-position: center; | ||
| 11385 | background-size: 16px; | ||
| 11386 | } | ||
| 11387 | |||
| 11388 | .jp-Toolbar > .jp-Toolbar-item { | ||
| 11389 | flex: 0 0 auto; | ||
| 11390 | display: flex; | ||
| 11391 | padding-left: 1px; | ||
| 11392 | padding-right: 1px; | ||
| 11393 | font-size: var(--jp-ui-font-size1); | ||
| 11394 | line-height: var(--jp-private-toolbar-height); | ||
| 11395 | height: 100%; | ||
| 11396 | } | ||
| 11397 | |||
| 11398 | /* Toolbar buttons */ | ||
| 11399 | |||
| 11400 | /* This is the div we use to wrap the react component into a Widget */ | ||
| 11401 | div.jp-ToolbarButton { | ||
| 11402 | color: transparent; | ||
| 11403 | border: none; | ||
| 11404 | box-sizing: border-box; | ||
| 11405 | outline: none; | ||
| 11406 | appearance: none; | ||
| 11407 | -webkit-appearance: none; | ||
| 11408 | -moz-appearance: none; | ||
| 11409 | padding: 0px; | ||
| 11410 | margin: 0px; | ||
| 11411 | } | ||
| 11412 | |||
| 11413 | button.jp-ToolbarButtonComponent { | ||
| 11414 | background: var(--jp-layout-color1); | ||
| 11415 | border: none; | ||
| 11416 | box-sizing: border-box; | ||
| 11417 | outline: none; | ||
| 11418 | appearance: none; | ||
| 11419 | -webkit-appearance: none; | ||
| 11420 | -moz-appearance: none; | ||
| 11421 | padding: 0px 6px; | ||
| 11422 | margin: 0px; | ||
| 11423 | height: 24px; | ||
| 11424 | border-radius: var(--jp-border-radius); | ||
| 11425 | display: flex; | ||
| 11426 | align-items: center; | ||
| 11427 | text-align: center; | ||
| 11428 | font-size: 14px; | ||
| 11429 | min-width: unset; | ||
| 11430 | min-height: unset; | ||
| 11431 | } | ||
| 11432 | |||
| 11433 | button.jp-ToolbarButtonComponent:disabled { | ||
| 11434 | opacity: 0.4; | ||
| 11435 | } | ||
| 11436 | |||
| 11437 | button.jp-ToolbarButtonComponent span { | ||
| 11438 | padding: 0px; | ||
| 11439 | flex: 0 0 auto; | ||
| 11440 | } | ||
| 11441 | |||
| 11442 | button.jp-ToolbarButtonComponent .jp-ToolbarButtonComponent-label { | ||
| 11443 | font-size: var(--jp-ui-font-size1); | ||
| 11444 | line-height: 100%; | ||
| 11445 | padding-left: 2px; | ||
| 11446 | color: var(--jp-ui-font-color1); | ||
| 11447 | } | ||
| 11448 | |||
| 11449 | #jp-main-dock-panel[data-mode='single-document'] | ||
| 11450 | .jp-MainAreaWidget | ||
| 11451 | > .jp-Toolbar.jp-Toolbar-micro { | ||
| 11452 | padding: 0; | ||
| 11453 | min-height: 0; | ||
| 11454 | } | ||
| 11455 | |||
| 11456 | #jp-main-dock-panel[data-mode='single-document'] | ||
| 11457 | .jp-MainAreaWidget | ||
| 11458 | > .jp-Toolbar { | ||
| 11459 | border: none; | ||
| 11460 | box-shadow: none; | ||
| 11461 | } | ||
| 11462 | |||
| 11463 | /*----------------------------------------------------------------------------- | ||
| 11464 | | Copyright (c) 2014-2017, Jupyter Development Team. | ||
| 11465 | | | ||
| 11466 | | Distributed under the terms of the Modified BSD License. | ||
| 11467 | |----------------------------------------------------------------------------*/ | ||
| 11468 | |||
| 11469 | /*----------------------------------------------------------------------------- | ||
| 11470 | | Copyright (c) Jupyter Development Team. | ||
| 11471 | | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
| 11472 | | | ||
| 11473 | | Distributed under the terms of the BSD 3-Clause License. | ||
| 11474 | | | ||
| 11475 | | The full license is in the file LICENSE, distributed with this software. | ||
| 11476 | |----------------------------------------------------------------------------*/ | ||
| 11477 | |||
| 11478 | |||
| 11479 | /* <DEPRECATED> */ body.p-mod-override-cursor *, /* </DEPRECATED> */ | ||
| 11480 | body.lm-mod-override-cursor * { | ||
| 11481 | cursor: inherit !important; | ||
| 11482 | } | ||
| 11483 | |||
| 11484 | /*----------------------------------------------------------------------------- | ||
| 11485 | | Copyright (c) 2014-2016, Jupyter Development Team. | ||
| 11486 | | | ||
| 11487 | | Distributed under the terms of the Modified BSD License. | ||
| 11488 | |----------------------------------------------------------------------------*/ | ||
| 11489 | |||
| 11490 | .jp-JSONEditor { | ||
| 11491 | display: flex; | ||
| 11492 | flex-direction: column; | ||
| 11493 | width: 100%; | ||
| 11494 | } | ||
| 11495 | |||
| 11496 | .jp-JSONEditor-host { | ||
| 11497 | flex: 1 1 auto; | ||
| 11498 | border: var(--jp-border-width) solid var(--jp-input-border-color); | ||
| 11499 | border-radius: 0px; | ||
| 11500 | background: var(--jp-layout-color0); | ||
| 11501 | min-height: 50px; | ||
| 11502 | padding: 1px; | ||
| 11503 | } | ||
| 11504 | |||
| 11505 | .jp-JSONEditor.jp-mod-error .jp-JSONEditor-host { | ||
| 11506 | border-color: red; | ||
| 11507 | outline-color: red; | ||
| 11508 | } | ||
| 11509 | |||
| 11510 | .jp-JSONEditor-header { | ||
| 11511 | display: flex; | ||
| 11512 | flex: 1 0 auto; | ||
| 11513 | padding: 0 0 0 12px; | ||
| 11514 | } | ||
| 11515 | |||
| 11516 | .jp-JSONEditor-header label { | ||
| 11517 | flex: 0 0 auto; | ||
| 11518 | } | ||
| 11519 | |||
| 11520 | .jp-JSONEditor-commitButton { | ||
| 11521 | height: 16px; | ||
| 11522 | width: 16px; | ||
| 11523 | background-size: 18px; | ||
| 11524 | background-repeat: no-repeat; | ||
| 11525 | background-position: center; | ||
| 11526 | } | ||
| 11527 | |||
| 11528 | .jp-JSONEditor-host.jp-mod-focused { | ||
| 11529 | background-color: var(--jp-input-active-background); | ||
| 11530 | border: 1px solid var(--jp-input-active-border-color); | ||
| 11531 | box-shadow: var(--jp-input-box-shadow); | ||
| 11532 | } | ||
| 11533 | |||
| 11534 | .jp-Editor.jp-mod-dropTarget { | ||
| 11535 | border: var(--jp-border-width) solid var(--jp-input-active-border-color); | ||
| 11536 | box-shadow: var(--jp-input-box-shadow); | ||
| 11537 | } | ||
| 11538 | |||
| 11539 | /* BASICS */ | ||
| 11540 | |||
| 11541 | .CodeMirror { | ||
| 11542 | /* Set height, width, borders, and global font properties here */ | ||
| 11543 | font-family: monospace; | ||
| 11544 | height: 300px; | ||
| 11545 | color: black; | ||
| 11546 | direction: ltr; | ||
| 11547 | } | ||
| 11548 | |||
| 11549 | /* PADDING */ | ||
| 11550 | |||
| 11551 | .CodeMirror-lines { | ||
| 11552 | padding: 4px 0; /* Vertical padding around content */ | ||
| 11553 | } | ||
| 11554 | .CodeMirror pre.CodeMirror-line, | ||
| 11555 | .CodeMirror pre.CodeMirror-line-like { | ||
| 11556 | padding: 0 4px; /* Horizontal padding of content */ | ||
| 11557 | } | ||
| 11558 | |||
| 11559 | .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { | ||
| 11560 | background-color: white; /* The little square between H and V scrollbars */ | ||
| 11561 | } | ||
| 11562 | |||
| 11563 | /* GUTTER */ | ||
| 11564 | |||
| 11565 | .CodeMirror-gutters { | ||
| 11566 | border-right: 1px solid #ddd; | ||
| 11567 | background-color: #f7f7f7; | ||
| 11568 | white-space: nowrap; | ||
| 11569 | } | ||
| 11570 | .CodeMirror-linenumbers {} | ||
| 11571 | .CodeMirror-linenumber { | ||
| 11572 | padding: 0 3px 0 5px; | ||
| 11573 | min-width: 20px; | ||
| 11574 | text-align: right; | ||
| 11575 | color: #999; | ||
| 11576 | white-space: nowrap; | ||
| 11577 | } | ||
| 11578 | |||
| 11579 | .CodeMirror-guttermarker { color: black; } | ||
| 11580 | .CodeMirror-guttermarker-subtle { color: #999; } | ||
| 11581 | |||
| 11582 | /* CURSOR */ | ||
| 11583 | |||
| 11584 | .CodeMirror-cursor { | ||
| 11585 | border-left: 1px solid black; | ||
| 11586 | border-right: none; | ||
| 11587 | width: 0; | ||
| 11588 | } | ||
| 11589 | /* Shown when moving in bi-directional text */ | ||
| 11590 | .CodeMirror div.CodeMirror-secondarycursor { | ||
| 11591 | border-left: 1px solid silver; | ||
| 11592 | } | ||
| 11593 | .cm-fat-cursor .CodeMirror-cursor { | ||
| 11594 | width: auto; | ||
| 11595 | border: 0 !important; | ||
| 11596 | background: #7e7; | ||
| 11597 | } | ||
| 11598 | .cm-fat-cursor div.CodeMirror-cursors { | ||
| 11599 | z-index: 1; | ||
| 11600 | } | ||
| 11601 | .cm-fat-cursor-mark { | ||
| 11602 | background-color: rgba(20, 255, 20, 0.5); | ||
| 11603 | -webkit-animation: blink 1.06s steps(1) infinite; | ||
| 11604 | -moz-animation: blink 1.06s steps(1) infinite; | ||
| 11605 | animation: blink 1.06s steps(1) infinite; | ||
| 11606 | } | ||
| 11607 | .cm-animate-fat-cursor { | ||
| 11608 | width: auto; | ||
| 11609 | border: 0; | ||
| 11610 | -webkit-animation: blink 1.06s steps(1) infinite; | ||
| 11611 | -moz-animation: blink 1.06s steps(1) infinite; | ||
| 11612 | animation: blink 1.06s steps(1) infinite; | ||
| 11613 | background-color: #7e7; | ||
| 11614 | } | ||
| 11615 | @-moz-keyframes blink { | ||
| 11616 | 0% {} | ||
| 11617 | 50% { background-color: transparent; } | ||
| 11618 | 100% {} | ||
| 11619 | } | ||
| 11620 | @-webkit-keyframes blink { | ||
| 11621 | 0% {} | ||
| 11622 | 50% { background-color: transparent; } | ||
| 11623 | 100% {} | ||
| 11624 | } | ||
| 11625 | @keyframes blink { | ||
| 11626 | 0% {} | ||
| 11627 | 50% { background-color: transparent; } | ||
| 11628 | 100% {} | ||
| 11629 | } | ||
| 11630 | |||
| 11631 | /* Can style cursor different in overwrite (non-insert) mode */ | ||
| 11632 | .CodeMirror-overwrite .CodeMirror-cursor {} | ||
| 11633 | |||
| 11634 | .cm-tab { display: inline-block; text-decoration: inherit; } | ||
| 11635 | |||
| 11636 | .CodeMirror-rulers { | ||
| 11637 | position: absolute; | ||
| 11638 | left: 0; right: 0; top: -50px; bottom: 0; | ||
| 11639 | overflow: hidden; | ||
| 11640 | } | ||
| 11641 | .CodeMirror-ruler { | ||
| 11642 | border-left: 1px solid #ccc; | ||
| 11643 | top: 0; bottom: 0; | ||
| 11644 | position: absolute; | ||
| 11645 | } | ||
| 11646 | |||
| 11647 | /* DEFAULT THEME */ | ||
| 11648 | |||
| 11649 | .cm-s-default .cm-header {color: blue;} | ||
| 11650 | .cm-s-default .cm-quote {color: #090;} | ||
| 11651 | .cm-negative {color: #d44;} | ||
| 11652 | .cm-positive {color: #292;} | ||
| 11653 | .cm-header, .cm-strong {font-weight: bold;} | ||
| 11654 | .cm-em {font-style: italic;} | ||
| 11655 | .cm-link {text-decoration: underline;} | ||
| 11656 | .cm-strikethrough {text-decoration: line-through;} | ||
| 11657 | |||
| 11658 | .cm-s-default .cm-keyword {color: #708;} | ||
| 11659 | .cm-s-default .cm-atom {color: #219;} | ||
| 11660 | .cm-s-default .cm-number {color: #164;} | ||
| 11661 | .cm-s-default .cm-def {color: #00f;} | ||
| 11662 | .cm-s-default .cm-variable, | ||
| 11663 | .cm-s-default .cm-punctuation, | ||
| 11664 | .cm-s-default .cm-property, | ||
| 11665 | .cm-s-default .cm-operator {} | ||
| 11666 | .cm-s-default .cm-variable-2 {color: #05a;} | ||
| 11667 | .cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;} | ||
| 11668 | .cm-s-default .cm-comment {color: #a50;} | ||
| 11669 | .cm-s-default .cm-string {color: #a11;} | ||
| 11670 | .cm-s-default .cm-string-2 {color: #f50;} | ||
| 11671 | .cm-s-default .cm-meta {color: #555;} | ||
| 11672 | .cm-s-default .cm-qualifier {color: #555;} | ||
| 11673 | .cm-s-default .cm-builtin {color: #30a;} | ||
| 11674 | .cm-s-default .cm-bracket {color: #997;} | ||
| 11675 | .cm-s-default .cm-tag {color: #170;} | ||
| 11676 | .cm-s-default .cm-attribute {color: #00c;} | ||
| 11677 | .cm-s-default .cm-hr {color: #999;} | ||
| 11678 | .cm-s-default .cm-link {color: #00c;} | ||
| 11679 | |||
| 11680 | .cm-s-default .cm-error {color: #f00;} | ||
| 11681 | .cm-invalidchar {color: #f00;} | ||
| 11682 | |||
| 11683 | .CodeMirror-composing { border-bottom: 2px solid; } | ||
| 11684 | |||
| 11685 | /* Default styles for common addons */ | ||
| 11686 | |||
| 11687 | div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;} | ||
| 11688 | div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;} | ||
| 11689 | .CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); } | ||
| 11690 | .CodeMirror-activeline-background {background: #e8f2ff;} | ||
| 11691 | |||
| 11692 | /* STOP */ | ||
| 11693 | |||
| 11694 | /* The rest of this file contains styles related to the mechanics of | ||
| 11695 | the editor. You probably shouldn't touch them. */ | ||
| 11696 | |||
| 11697 | .CodeMirror { | ||
| 11698 | position: relative; | ||
| 11699 | overflow: hidden; | ||
| 11700 | background: white; | ||
| 11701 | } | ||
| 11702 | |||
| 11703 | .CodeMirror-scroll { | ||
| 11704 | overflow: scroll !important; /* Things will break if this is overridden */ | ||
| 11705 | /* 50px is the magic margin used to hide the element's real scrollbars */ | ||
| 11706 | /* See overflow: hidden in .CodeMirror */ | ||
| 11707 | margin-bottom: -50px; margin-right: -50px; | ||
| 11708 | padding-bottom: 50px; | ||
| 11709 | height: 100%; | ||
| 11710 | outline: none; /* Prevent dragging from highlighting the element */ | ||
| 11711 | position: relative; | ||
| 11712 | } | ||
| 11713 | .CodeMirror-sizer { | ||
| 11714 | position: relative; | ||
| 11715 | border-right: 50px solid transparent; | ||
| 11716 | } | ||
| 11717 | |||
| 11718 | /* The fake, visible scrollbars. Used to force redraw during scrolling | ||
| 11719 | before actual scrolling happens, thus preventing shaking and | ||
| 11720 | flickering artifacts. */ | ||
| 11721 | .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { | ||
| 11722 | position: absolute; | ||
| 11723 | z-index: 6; | ||
| 11724 | display: none; | ||
| 11725 | outline: none; | ||
| 11726 | } | ||
| 11727 | .CodeMirror-vscrollbar { | ||
| 11728 | right: 0; top: 0; | ||
| 11729 | overflow-x: hidden; | ||
| 11730 | overflow-y: scroll; | ||
| 11731 | } | ||
| 11732 | .CodeMirror-hscrollbar { | ||
| 11733 | bottom: 0; left: 0; | ||
| 11734 | overflow-y: hidden; | ||
| 11735 | overflow-x: scroll; | ||
| 11736 | } | ||
| 11737 | .CodeMirror-scrollbar-filler { | ||
| 11738 | right: 0; bottom: 0; | ||
| 11739 | } | ||
| 11740 | .CodeMirror-gutter-filler { | ||
| 11741 | left: 0; bottom: 0; | ||
| 11742 | } | ||
| 11743 | |||
| 11744 | .CodeMirror-gutters { | ||
| 11745 | position: absolute; left: 0; top: 0; | ||
| 11746 | min-height: 100%; | ||
| 11747 | z-index: 3; | ||
| 11748 | } | ||
| 11749 | .CodeMirror-gutter { | ||
| 11750 | white-space: normal; | ||
| 11751 | height: 100%; | ||
| 11752 | display: inline-block; | ||
| 11753 | vertical-align: top; | ||
| 11754 | margin-bottom: -50px; | ||
| 11755 | } | ||
| 11756 | .CodeMirror-gutter-wrapper { | ||
| 11757 | position: absolute; | ||
| 11758 | z-index: 4; | ||
| 11759 | background: none !important; | ||
| 11760 | border: none !important; | ||
| 11761 | } | ||
| 11762 | .CodeMirror-gutter-background { | ||
| 11763 | position: absolute; | ||
| 11764 | top: 0; bottom: 0; | ||
| 11765 | z-index: 4; | ||
| 11766 | } | ||
| 11767 | .CodeMirror-gutter-elt { | ||
| 11768 | position: absolute; | ||
| 11769 | cursor: default; | ||
| 11770 | z-index: 4; | ||
| 11771 | } | ||
| 11772 | .CodeMirror-gutter-wrapper ::selection { background-color: transparent } | ||
| 11773 | .CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent } | ||
| 11774 | |||
| 11775 | .CodeMirror-lines { | ||
| 11776 | cursor: text; | ||
| 11777 | min-height: 1px; /* prevents collapsing before first draw */ | ||
| 11778 | } | ||
| 11779 | .CodeMirror pre.CodeMirror-line, | ||
| 11780 | .CodeMirror pre.CodeMirror-line-like { | ||
| 11781 | /* Reset some styles that the rest of the page might have set */ | ||
| 11782 | -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; | ||
| 11783 | border-width: 0; | ||
| 11784 | background: transparent; | ||
| 11785 | font-family: inherit; | ||
| 11786 | font-size: inherit; | ||
| 11787 | margin: 0; | ||
| 11788 | white-space: pre; | ||
| 11789 | word-wrap: normal; | ||
| 11790 | line-height: inherit; | ||
| 11791 | color: inherit; | ||
| 11792 | z-index: 2; | ||
| 11793 | position: relative; | ||
| 11794 | overflow: visible; | ||
| 11795 | -webkit-tap-highlight-color: transparent; | ||
| 11796 | -webkit-font-variant-ligatures: contextual; | ||
| 11797 | font-variant-ligatures: contextual; | ||
| 11798 | } | ||
| 11799 | .CodeMirror-wrap pre.CodeMirror-line, | ||
| 11800 | .CodeMirror-wrap pre.CodeMirror-line-like { | ||
| 11801 | word-wrap: break-word; | ||
| 11802 | white-space: pre-wrap; | ||
| 11803 | word-break: normal; | ||
| 11804 | } | ||
| 11805 | |||
| 11806 | .CodeMirror-linebackground { | ||
| 11807 | position: absolute; | ||
| 11808 | left: 0; right: 0; top: 0; bottom: 0; | ||
| 11809 | z-index: 0; | ||
| 11810 | } | ||
| 11811 | |||
| 11812 | .CodeMirror-linewidget { | ||
| 11813 | position: relative; | ||
| 11814 | z-index: 2; | ||
| 11815 | padding: 0.1px; /* Force widget margins to stay inside of the container */ | ||
| 11816 | } | ||
| 11817 | |||
| 11818 | .CodeMirror-widget {} | ||
| 11819 | |||
| 11820 | .CodeMirror-rtl pre { direction: rtl; } | ||
| 11821 | |||
| 11822 | .CodeMirror-code { | ||
| 11823 | outline: none; | ||
| 11824 | } | ||
| 11825 | |||
| 11826 | /* Force content-box sizing for the elements where we expect it */ | ||
| 11827 | .CodeMirror-scroll, | ||
| 11828 | .CodeMirror-sizer, | ||
| 11829 | .CodeMirror-gutter, | ||
| 11830 | .CodeMirror-gutters, | ||
| 11831 | .CodeMirror-linenumber { | ||
| 11832 | -moz-box-sizing: content-box; | ||
| 11833 | box-sizing: content-box; | ||
| 11834 | } | ||
| 11835 | |||
| 11836 | .CodeMirror-measure { | ||
| 11837 | position: absolute; | ||
| 11838 | width: 100%; | ||
| 11839 | height: 0; | ||
| 11840 | overflow: hidden; | ||
| 11841 | visibility: hidden; | ||
| 11842 | } | ||
| 11843 | |||
| 11844 | .CodeMirror-cursor { | ||
| 11845 | position: absolute; | ||
| 11846 | pointer-events: none; | ||
| 11847 | } | ||
| 11848 | .CodeMirror-measure pre { position: static; } | ||
| 11849 | |||
| 11850 | div.CodeMirror-cursors { | ||
| 11851 | visibility: hidden; | ||
| 11852 | position: relative; | ||
| 11853 | z-index: 3; | ||
| 11854 | } | ||
| 11855 | div.CodeMirror-dragcursors { | ||
| 11856 | visibility: visible; | ||
| 11857 | } | ||
| 11858 | |||
| 11859 | .CodeMirror-focused div.CodeMirror-cursors { | ||
| 11860 | visibility: visible; | ||
| 11861 | } | ||
| 11862 | |||
| 11863 | .CodeMirror-selected { background: #d9d9d9; } | ||
| 11864 | .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } | ||
| 11865 | .CodeMirror-crosshair { cursor: crosshair; } | ||
| 11866 | .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } | ||
| 11867 | .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } | ||
| 11868 | |||
| 11869 | .cm-searching { | ||
| 11870 | background-color: #ffa; | ||
| 11871 | background-color: rgba(255, 255, 0, .4); | ||
| 11872 | } | ||
| 11873 | |||
| 11874 | /* Used to force a border model for a node */ | ||
| 11875 | .cm-force-border { padding-right: .1px; } | ||
| 11876 | |||
| 11877 | @media print { | ||
| 11878 | /* Hide the cursor when printing */ | ||
| 11879 | .CodeMirror div.CodeMirror-cursors { | ||
| 11880 | visibility: hidden; | ||
| 11881 | } | ||
| 11882 | } | ||
| 11883 | |||
| 11884 | /* See issue #2901 */ | ||
| 11885 | .cm-tab-wrap-hack:after { content: ''; } | ||
| 11886 | |||
| 11887 | /* Help users use markselection to safely style text background */ | ||
| 11888 | span.CodeMirror-selectedtext { background: none; } | ||
| 11889 | |||
| 11890 | .CodeMirror-dialog { | ||
| 11891 | position: absolute; | ||
| 11892 | left: 0; right: 0; | ||
| 11893 | background: inherit; | ||
| 11894 | z-index: 15; | ||
| 11895 | padding: .1em .8em; | ||
| 11896 | overflow: hidden; | ||
| 11897 | color: inherit; | ||
| 11898 | } | ||
| 11899 | |||
| 11900 | .CodeMirror-dialog-top { | ||
| 11901 | border-bottom: 1px solid #eee; | ||
| 11902 | top: 0; | ||
| 11903 | } | ||
| 11904 | |||
| 11905 | .CodeMirror-dialog-bottom { | ||
| 11906 | border-top: 1px solid #eee; | ||
| 11907 | bottom: 0; | ||
| 11908 | } | ||
| 11909 | |||
| 11910 | .CodeMirror-dialog input { | ||
| 11911 | border: none; | ||
| 11912 | outline: none; | ||
| 11913 | background: transparent; | ||
| 11914 | width: 20em; | ||
| 11915 | color: inherit; | ||
| 11916 | font-family: monospace; | ||
| 11917 | } | ||
| 11918 | |||
| 11919 | .CodeMirror-dialog button { | ||
| 11920 | font-size: 70%; | ||
| 11921 | } | ||
| 11922 | |||
| 11923 | .CodeMirror-foldmarker { | ||
| 11924 | color: blue; | ||
| 11925 | text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; | ||
| 11926 | font-family: arial; | ||
| 11927 | line-height: .3; | ||
| 11928 | cursor: pointer; | ||
| 11929 | } | ||
| 11930 | .CodeMirror-foldgutter { | ||
| 11931 | width: .7em; | ||
| 11932 | } | ||
| 11933 | .CodeMirror-foldgutter-open, | ||
| 11934 | .CodeMirror-foldgutter-folded { | ||
| 11935 | cursor: pointer; | ||
| 11936 | } | ||
| 11937 | .CodeMirror-foldgutter-open:after { | ||
| 11938 | content: "\25BE"; | ||
| 11939 | } | ||
| 11940 | .CodeMirror-foldgutter-folded:after { | ||
| 11941 | content: "\25B8"; | ||
| 11942 | } | ||
| 11943 | |||
| 11944 | /*----------------------------------------------------------------------------- | ||
| 11945 | | Copyright (c) Jupyter Development Team. | ||
| 11946 | | Distributed under the terms of the Modified BSD License. | ||
| 11947 | |----------------------------------------------------------------------------*/ | ||
| 11948 | |||
| 11949 | .CodeMirror { | ||
| 11950 | line-height: var(--jp-code-line-height); | ||
| 11951 | font-size: var(--jp-code-font-size); | ||
| 11952 | font-family: var(--jp-code-font-family); | ||
| 11953 | border: 0; | ||
| 11954 | border-radius: 0; | ||
| 11955 | height: auto; | ||
| 11956 | /* Changed to auto to autogrow */ | ||
| 11957 | } | ||
| 11958 | |||
| 11959 | .CodeMirror pre { | ||
| 11960 | padding: 0 var(--jp-code-padding); | ||
| 11961 | } | ||
| 11962 | |||
| 11963 | .jp-CodeMirrorEditor[data-type='inline'] .CodeMirror-dialog { | ||
| 11964 | background-color: var(--jp-layout-color0); | ||
| 11965 | color: var(--jp-content-font-color1); | ||
| 11966 | } | ||
| 11967 | |||
| 11968 | /* This causes https://github.com/jupyter/jupyterlab/issues/522 */ | ||
| 11969 | /* May not cause it not because we changed it! */ | ||
| 11970 | .CodeMirror-lines { | ||
| 11971 | padding: var(--jp-code-padding) 0; | ||
| 11972 | } | ||
| 11973 | |||
| 11974 | .CodeMirror-linenumber { | ||
| 11975 | padding: 0 8px; | ||
| 11976 | } | ||
| 11977 | |||
| 11978 | .jp-CodeMirrorEditor { | ||
| 11979 | cursor: text; | ||
| 11980 | } | ||
| 11981 | |||
| 11982 | .jp-CodeMirrorEditor[data-type='inline'] .CodeMirror-cursor { | ||
| 11983 | border-left: var(--jp-code-cursor-width0) solid var(--jp-editor-cursor-color); | ||
| 11984 | } | ||
| 11985 | |||
| 11986 | /* When zoomed out 67% and 33% on a screen of 1440 width x 900 height */ | ||
| 11987 | @media screen and (min-width: 2138px) and (max-width: 4319px) { | ||
| 11988 | .jp-CodeMirrorEditor[data-type='inline'] .CodeMirror-cursor { | ||
| 11989 | border-left: var(--jp-code-cursor-width1) solid | ||
| 11990 | var(--jp-editor-cursor-color); | ||
| 11991 | } | ||
| 11992 | } | ||
| 11993 | |||
| 11994 | /* When zoomed out less than 33% */ | ||
| 11995 | @media screen and (min-width: 4320px) { | ||
| 11996 | .jp-CodeMirrorEditor[data-type='inline'] .CodeMirror-cursor { | ||
| 11997 | border-left: var(--jp-code-cursor-width2) solid | ||
| 11998 | var(--jp-editor-cursor-color); | ||
| 11999 | } | ||
| 12000 | } | ||
| 12001 | |||
| 12002 | .CodeMirror.jp-mod-readOnly .CodeMirror-cursor { | ||
| 12003 | display: none; | ||
| 12004 | } | ||
| 12005 | |||
| 12006 | .CodeMirror-gutters { | ||
| 12007 | border-right: 1px solid var(--jp-border-color2); | ||
| 12008 | background-color: var(--jp-layout-color0); | ||
| 12009 | } | ||
| 12010 | |||
| 12011 | .jp-CollaboratorCursor { | ||
| 12012 | border-left: 5px solid transparent; | ||
| 12013 | border-right: 5px solid transparent; | ||
| 12014 | border-top: none; | ||
| 12015 | border-bottom: 3px solid; | ||
| 12016 | background-clip: content-box; | ||
| 12017 | margin-left: -5px; | ||
| 12018 | margin-right: -5px; | ||
| 12019 | } | ||
| 12020 | |||
| 12021 | .CodeMirror-selectedtext.cm-searching { | ||
| 12022 | background-color: var(--jp-search-selected-match-background-color) !important; | ||
| 12023 | color: var(--jp-search-selected-match-color) !important; | ||
| 12024 | } | ||
| 12025 | |||
| 12026 | .cm-searching { | ||
| 12027 | background-color: var( | ||
| 12028 | --jp-search-unselected-match-background-color | ||
| 12029 | ) !important; | ||
| 12030 | color: var(--jp-search-unselected-match-color) !important; | ||
| 12031 | } | ||
| 12032 | |||
| 12033 | .CodeMirror-focused .CodeMirror-selected { | ||
| 12034 | background-color: var(--jp-editor-selected-focused-background); | ||
| 12035 | } | ||
| 12036 | |||
| 12037 | .CodeMirror-selected { | ||
| 12038 | background-color: var(--jp-editor-selected-background); | ||
| 12039 | } | ||
| 12040 | |||
| 12041 | .jp-CollaboratorCursor-hover { | ||
| 12042 | position: absolute; | ||
| 12043 | z-index: 1; | ||
| 12044 | transform: translateX(-50%); | ||
| 12045 | color: white; | ||
| 12046 | border-radius: 3px; | ||
| 12047 | padding-left: 4px; | ||
| 12048 | padding-right: 4px; | ||
| 12049 | padding-top: 1px; | ||
| 12050 | padding-bottom: 1px; | ||
| 12051 | text-align: center; | ||
| 12052 | font-size: var(--jp-ui-font-size1); | ||
| 12053 | white-space: nowrap; | ||
| 12054 | } | ||
| 12055 | |||
| 12056 | .jp-CodeMirror-ruler { | ||
| 12057 | border-left: 1px dashed var(--jp-border-color2); | ||
| 12058 | } | ||
| 12059 | |||
| 12060 | /** | ||
| 12061 | * Here is our jupyter theme for CodeMirror syntax highlighting | ||
| 12062 | * This is used in our marked.js syntax highlighting and CodeMirror itself | ||
| 12063 | * The string "jupyter" is set in ../codemirror/widget.DEFAULT_CODEMIRROR_THEME | ||
| 12064 | * This came from the classic notebook, which came form highlight.js/GitHub | ||
| 12065 | */ | ||
| 12066 | |||
| 12067 | /** | ||
| 12068 | * CodeMirror themes are handling the background/color in this way. This works | ||
| 12069 | * fine for CodeMirror editors outside the notebook, but the notebook styles | ||
| 12070 | * these things differently. | ||
| 12071 | */ | ||
| 12072 | .CodeMirror.cm-s-jupyter { | ||
| 12073 | background: var(--jp-layout-color0); | ||
| 12074 | color: var(--jp-content-font-color1); | ||
| 12075 | } | ||
| 12076 | |||
| 12077 | /* In the notebook, we want this styling to be handled by its container */ | ||
| 12078 | .jp-CodeConsole .CodeMirror.cm-s-jupyter, | ||
| 12079 | .jp-Notebook .CodeMirror.cm-s-jupyter { | ||
| 12080 | background: transparent; | ||
| 12081 | } | ||
| 12082 | |||
| 12083 | .cm-s-jupyter .CodeMirror-cursor { | ||
| 12084 | border-left: var(--jp-code-cursor-width0) solid var(--jp-editor-cursor-color); | ||
| 12085 | } | ||
| 12086 | .cm-s-jupyter span.cm-keyword { | ||
| 12087 | color: var(--jp-mirror-editor-keyword-color); | ||
| 12088 | font-weight: bold; | ||
| 12089 | } | ||
| 12090 | .cm-s-jupyter span.cm-atom { | ||
| 12091 | color: var(--jp-mirror-editor-atom-color); | ||
| 12092 | } | ||
| 12093 | .cm-s-jupyter span.cm-number { | ||
| 12094 | color: var(--jp-mirror-editor-number-color); | ||
| 12095 | } | ||
| 12096 | .cm-s-jupyter span.cm-def { | ||
| 12097 | color: var(--jp-mirror-editor-def-color); | ||
| 12098 | } | ||
| 12099 | .cm-s-jupyter span.cm-variable { | ||
| 12100 | color: var(--jp-mirror-editor-variable-color); | ||
| 12101 | } | ||
| 12102 | .cm-s-jupyter span.cm-variable-2 { | ||
| 12103 | color: var(--jp-mirror-editor-variable-2-color); | ||
| 12104 | } | ||
| 12105 | .cm-s-jupyter span.cm-variable-3 { | ||
| 12106 | color: var(--jp-mirror-editor-variable-3-color); | ||
| 12107 | } | ||
| 12108 | .cm-s-jupyter span.cm-punctuation { | ||
| 12109 | color: var(--jp-mirror-editor-punctuation-color); | ||
| 12110 | } | ||
| 12111 | .cm-s-jupyter span.cm-property { | ||
| 12112 | color: var(--jp-mirror-editor-property-color); | ||
| 12113 | } | ||
| 12114 | .cm-s-jupyter span.cm-operator { | ||
| 12115 | color: var(--jp-mirror-editor-operator-color); | ||
| 12116 | font-weight: bold; | ||
| 12117 | } | ||
| 12118 | .cm-s-jupyter span.cm-comment { | ||
| 12119 | color: var(--jp-mirror-editor-comment-color); | ||
| 12120 | font-style: italic; | ||
| 12121 | } | ||
| 12122 | .cm-s-jupyter span.cm-string { | ||
| 12123 | color: var(--jp-mirror-editor-string-color); | ||
| 12124 | } | ||
| 12125 | .cm-s-jupyter span.cm-string-2 { | ||
| 12126 | color: var(--jp-mirror-editor-string-2-color); | ||
| 12127 | } | ||
| 12128 | .cm-s-jupyter span.cm-meta { | ||
| 12129 | color: var(--jp-mirror-editor-meta-color); | ||
| 12130 | } | ||
| 12131 | .cm-s-jupyter span.cm-qualifier { | ||
| 12132 | color: var(--jp-mirror-editor-qualifier-color); | ||
| 12133 | } | ||
| 12134 | .cm-s-jupyter span.cm-builtin { | ||
| 12135 | color: var(--jp-mirror-editor-builtin-color); | ||
| 12136 | } | ||
| 12137 | .cm-s-jupyter span.cm-bracket { | ||
| 12138 | color: var(--jp-mirror-editor-bracket-color); | ||
| 12139 | } | ||
| 12140 | .cm-s-jupyter span.cm-tag { | ||
| 12141 | color: var(--jp-mirror-editor-tag-color); | ||
| 12142 | } | ||
| 12143 | .cm-s-jupyter span.cm-attribute { | ||
| 12144 | color: var(--jp-mirror-editor-attribute-color); | ||
| 12145 | } | ||
| 12146 | .cm-s-jupyter span.cm-header { | ||
| 12147 | color: var(--jp-mirror-editor-header-color); | ||
| 12148 | } | ||
| 12149 | .cm-s-jupyter span.cm-quote { | ||
| 12150 | color: var(--jp-mirror-editor-quote-color); | ||
| 12151 | } | ||
| 12152 | .cm-s-jupyter span.cm-link { | ||
| 12153 | color: var(--jp-mirror-editor-link-color); | ||
| 12154 | } | ||
| 12155 | .cm-s-jupyter span.cm-error { | ||
| 12156 | color: var(--jp-mirror-editor-error-color); | ||
| 12157 | } | ||
| 12158 | .cm-s-jupyter span.cm-hr { | ||
| 12159 | color: #999; | ||
| 12160 | } | ||
| 12161 | |||
| 12162 | .cm-s-jupyter span.cm-tab { | ||
| 12163 | background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); | ||
| 12164 | background-position: right; | ||
| 12165 | background-repeat: no-repeat; | ||
| 12166 | } | ||
| 12167 | |||
| 12168 | .cm-s-jupyter .CodeMirror-activeline-background, | ||
| 12169 | .cm-s-jupyter .CodeMirror-gutter { | ||
| 12170 | background-color: var(--jp-layout-color2); | ||
| 12171 | } | ||
| 12172 | |||
| 12173 | /* Styles for shared cursors (remote cursor locations and selected ranges) */ | ||
| 12174 | .jp-CodeMirrorEditor .remote-caret { | ||
| 12175 | position: relative; | ||
| 12176 | border-left: 2px solid black; | ||
| 12177 | margin-left: -1px; | ||
| 12178 | margin-right: -1px; | ||
| 12179 | box-sizing: border-box; | ||
| 12180 | } | ||
| 12181 | |||
| 12182 | .jp-CodeMirrorEditor .remote-caret > div { | ||
| 12183 | white-space: nowrap; | ||
| 12184 | position: absolute; | ||
| 12185 | top: -1.15em; | ||
| 12186 | padding-bottom: 0.05em; | ||
| 12187 | left: -2px; | ||
| 12188 | font-size: 0.95em; | ||
| 12189 | background-color: rgb(250, 129, 0); | ||
| 12190 | font-family: var(--jp-ui-font-family); | ||
| 12191 | font-weight: bold; | ||
| 12192 | line-height: normal; | ||
| 12193 | user-select: none; | ||
| 12194 | color: white; | ||
| 12195 | padding-left: 2px; | ||
| 12196 | padding-right: 2px; | ||
| 12197 | z-index: 3; | ||
| 12198 | transition: opacity 0.3s ease-in-out; | ||
| 12199 | } | ||
| 12200 | |||
| 12201 | .jp-CodeMirrorEditor .remote-caret.hide-name > div { | ||
| 12202 | transition-delay: 0.7s; | ||
| 12203 | opacity: 0; | ||
| 12204 | } | ||
| 12205 | |||
| 12206 | .jp-CodeMirrorEditor .remote-caret:hover > div { | ||
| 12207 | opacity: 1; | ||
| 12208 | transition-delay: 0s; | ||
| 12209 | } | ||
| 12210 | |||
| 12211 | /*----------------------------------------------------------------------------- | ||
| 12212 | | Copyright (c) Jupyter Development Team. | ||
| 12213 | | Distributed under the terms of the Modified BSD License. | ||
| 12214 | |----------------------------------------------------------------------------*/ | ||
| 12215 | |||
| 12216 | /*----------------------------------------------------------------------------- | ||
| 12217 | | RenderedText | ||
| 12218 | |----------------------------------------------------------------------------*/ | ||
| 12219 | |||
| 12220 | :root { | ||
| 12221 | /* This is the padding value to fill the gaps between lines containing spans with background color. */ | ||
| 12222 | --jp-private-code-span-padding: calc( | ||
| 12223 | (var(--jp-code-line-height) - 1) * var(--jp-code-font-size) / 2 | ||
| 12224 | ); | ||
| 12225 | } | ||
| 12226 | |||
| 12227 | .jp-RenderedText { | ||
| 12228 | text-align: left; | ||
| 12229 | padding-left: var(--jp-code-padding); | ||
| 12230 | line-height: var(--jp-code-line-height); | ||
| 12231 | font-family: var(--jp-code-font-family); | ||
| 12232 | } | ||
| 12233 | |||
| 12234 | .jp-RenderedText pre, | ||
| 12235 | .jp-RenderedJavaScript pre, | ||
| 12236 | .jp-RenderedHTMLCommon pre { | ||
| 12237 | color: var(--jp-content-font-color1); | ||
| 12238 | font-size: var(--jp-code-font-size); | ||
| 12239 | border: none; | ||
| 12240 | margin: 0px; | ||
| 12241 | padding: 0px; | ||
| 12242 | } | ||
| 12243 | |||
| 12244 | .jp-RenderedText pre a:link { | ||
| 12245 | text-decoration: none; | ||
| 12246 | color: var(--jp-content-link-color); | ||
| 12247 | } | ||
| 12248 | .jp-RenderedText pre a:hover { | ||
| 12249 | text-decoration: underline; | ||
| 12250 | color: var(--jp-content-link-color); | ||
| 12251 | } | ||
| 12252 | .jp-RenderedText pre a:visited { | ||
| 12253 | text-decoration: none; | ||
| 12254 | color: var(--jp-content-link-color); | ||
| 12255 | } | ||
| 12256 | |||
| 12257 | /* console foregrounds and backgrounds */ | ||
| 12258 | .jp-RenderedText pre .ansi-black-fg { | ||
| 12259 | color: #3e424d; | ||
| 12260 | } | ||
| 12261 | .jp-RenderedText pre .ansi-red-fg { | ||
| 12262 | color: #e75c58; | ||
| 12263 | } | ||
| 12264 | .jp-RenderedText pre .ansi-green-fg { | ||
| 12265 | color: #00a250; | ||
| 12266 | } | ||
| 12267 | .jp-RenderedText pre .ansi-yellow-fg { | ||
| 12268 | color: #ddb62b; | ||
| 12269 | } | ||
| 12270 | .jp-RenderedText pre .ansi-blue-fg { | ||
| 12271 | color: #208ffb; | ||
| 12272 | } | ||
| 12273 | .jp-RenderedText pre .ansi-magenta-fg { | ||
| 12274 | color: #d160c4; | ||
| 12275 | } | ||
| 12276 | .jp-RenderedText pre .ansi-cyan-fg { | ||
| 12277 | color: #60c6c8; | ||
| 12278 | } | ||
| 12279 | .jp-RenderedText pre .ansi-white-fg { | ||
| 12280 | color: #c5c1b4; | ||
| 12281 | } | ||
| 12282 | |||
| 12283 | .jp-RenderedText pre .ansi-black-bg { | ||
| 12284 | background-color: #3e424d; | ||
| 12285 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12286 | } | ||
| 12287 | .jp-RenderedText pre .ansi-red-bg { | ||
| 12288 | background-color: #e75c58; | ||
| 12289 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12290 | } | ||
| 12291 | .jp-RenderedText pre .ansi-green-bg { | ||
| 12292 | background-color: #00a250; | ||
| 12293 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12294 | } | ||
| 12295 | .jp-RenderedText pre .ansi-yellow-bg { | ||
| 12296 | background-color: #ddb62b; | ||
| 12297 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12298 | } | ||
| 12299 | .jp-RenderedText pre .ansi-blue-bg { | ||
| 12300 | background-color: #208ffb; | ||
| 12301 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12302 | } | ||
| 12303 | .jp-RenderedText pre .ansi-magenta-bg { | ||
| 12304 | background-color: #d160c4; | ||
| 12305 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12306 | } | ||
| 12307 | .jp-RenderedText pre .ansi-cyan-bg { | ||
| 12308 | background-color: #60c6c8; | ||
| 12309 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12310 | } | ||
| 12311 | .jp-RenderedText pre .ansi-white-bg { | ||
| 12312 | background-color: #c5c1b4; | ||
| 12313 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12314 | } | ||
| 12315 | |||
| 12316 | .jp-RenderedText pre .ansi-black-intense-fg { | ||
| 12317 | color: #282c36; | ||
| 12318 | } | ||
| 12319 | .jp-RenderedText pre .ansi-red-intense-fg { | ||
| 12320 | color: #b22b31; | ||
| 12321 | } | ||
| 12322 | .jp-RenderedText pre .ansi-green-intense-fg { | ||
| 12323 | color: #007427; | ||
| 12324 | } | ||
| 12325 | .jp-RenderedText pre .ansi-yellow-intense-fg { | ||
| 12326 | color: #b27d12; | ||
| 12327 | } | ||
| 12328 | .jp-RenderedText pre .ansi-blue-intense-fg { | ||
| 12329 | color: #0065ca; | ||
| 12330 | } | ||
| 12331 | .jp-RenderedText pre .ansi-magenta-intense-fg { | ||
| 12332 | color: #a03196; | ||
| 12333 | } | ||
| 12334 | .jp-RenderedText pre .ansi-cyan-intense-fg { | ||
| 12335 | color: #258f8f; | ||
| 12336 | } | ||
| 12337 | .jp-RenderedText pre .ansi-white-intense-fg { | ||
| 12338 | color: #a1a6b2; | ||
| 12339 | } | ||
| 12340 | |||
| 12341 | .jp-RenderedText pre .ansi-black-intense-bg { | ||
| 12342 | background-color: #282c36; | ||
| 12343 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12344 | } | ||
| 12345 | .jp-RenderedText pre .ansi-red-intense-bg { | ||
| 12346 | background-color: #b22b31; | ||
| 12347 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12348 | } | ||
| 12349 | .jp-RenderedText pre .ansi-green-intense-bg { | ||
| 12350 | background-color: #007427; | ||
| 12351 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12352 | } | ||
| 12353 | .jp-RenderedText pre .ansi-yellow-intense-bg { | ||
| 12354 | background-color: #b27d12; | ||
| 12355 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12356 | } | ||
| 12357 | .jp-RenderedText pre .ansi-blue-intense-bg { | ||
| 12358 | background-color: #0065ca; | ||
| 12359 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12360 | } | ||
| 12361 | .jp-RenderedText pre .ansi-magenta-intense-bg { | ||
| 12362 | background-color: #a03196; | ||
| 12363 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12364 | } | ||
| 12365 | .jp-RenderedText pre .ansi-cyan-intense-bg { | ||
| 12366 | background-color: #258f8f; | ||
| 12367 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12368 | } | ||
| 12369 | .jp-RenderedText pre .ansi-white-intense-bg { | ||
| 12370 | background-color: #a1a6b2; | ||
| 12371 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12372 | } | ||
| 12373 | |||
| 12374 | .jp-RenderedText pre .ansi-default-inverse-fg { | ||
| 12375 | color: var(--jp-ui-inverse-font-color0); | ||
| 12376 | } | ||
| 12377 | .jp-RenderedText pre .ansi-default-inverse-bg { | ||
| 12378 | background-color: var(--jp-inverse-layout-color0); | ||
| 12379 | padding: var(--jp-private-code-span-padding) 0; | ||
| 12380 | } | ||
| 12381 | |||
| 12382 | .jp-RenderedText pre .ansi-bold { | ||
| 12383 | font-weight: bold; | ||
| 12384 | } | ||
| 12385 | .jp-RenderedText pre .ansi-underline { | ||
| 12386 | text-decoration: underline; | ||
| 12387 | } | ||
| 12388 | |||
| 12389 | .jp-RenderedText[data-mime-type='application/vnd.jupyter.stderr'] { | ||
| 12390 | background: var(--jp-rendermime-error-background); | ||
| 12391 | padding-top: var(--jp-code-padding); | ||
| 12392 | } | ||
| 12393 | |||
| 12394 | /*----------------------------------------------------------------------------- | ||
| 12395 | | RenderedLatex | ||
| 12396 | |----------------------------------------------------------------------------*/ | ||
| 12397 | |||
| 12398 | .jp-RenderedLatex { | ||
| 12399 | color: var(--jp-content-font-color1); | ||
| 12400 | font-size: var(--jp-content-font-size1); | ||
| 12401 | line-height: var(--jp-content-line-height); | ||
| 12402 | } | ||
| 12403 | |||
| 12404 | /* Left-justify outputs.*/ | ||
| 12405 | .jp-OutputArea-output.jp-RenderedLatex { | ||
| 12406 | padding: var(--jp-code-padding); | ||
| 12407 | text-align: left; | ||
| 12408 | } | ||
| 12409 | |||
| 12410 | /*----------------------------------------------------------------------------- | ||
| 12411 | | RenderedHTML | ||
| 12412 | |----------------------------------------------------------------------------*/ | ||
| 12413 | |||
| 12414 | .jp-RenderedHTMLCommon { | ||
| 12415 | color: var(--jp-content-font-color1); | ||
| 12416 | font-family: var(--jp-content-font-family); | ||
| 12417 | font-size: var(--jp-content-font-size1); | ||
| 12418 | line-height: var(--jp-content-line-height); | ||
| 12419 | /* Give a bit more R padding on Markdown text to keep line lengths reasonable */ | ||
| 12420 | padding-right: 20px; | ||
| 12421 | } | ||
| 12422 | |||
| 12423 | .jp-RenderedHTMLCommon em { | ||
| 12424 | font-style: italic; | ||
| 12425 | } | ||
| 12426 | |||
| 12427 | .jp-RenderedHTMLCommon strong { | ||
| 12428 | font-weight: bold; | ||
| 12429 | } | ||
| 12430 | |||
| 12431 | .jp-RenderedHTMLCommon u { | ||
| 12432 | text-decoration: underline; | ||
| 12433 | } | ||
| 12434 | |||
| 12435 | .jp-RenderedHTMLCommon a:link { | ||
| 12436 | text-decoration: none; | ||
| 12437 | color: var(--jp-content-link-color); | ||
| 12438 | } | ||
| 12439 | |||
| 12440 | .jp-RenderedHTMLCommon a:hover { | ||
| 12441 | text-decoration: underline; | ||
| 12442 | color: var(--jp-content-link-color); | ||
| 12443 | } | ||
| 12444 | |||
| 12445 | .jp-RenderedHTMLCommon a:visited { | ||
| 12446 | text-decoration: none; | ||
| 12447 | color: var(--jp-content-link-color); | ||
| 12448 | } | ||
| 12449 | |||
| 12450 | /* Headings */ | ||
| 12451 | |||
| 12452 | .jp-RenderedHTMLCommon h1, | ||
| 12453 | .jp-RenderedHTMLCommon h2, | ||
| 12454 | .jp-RenderedHTMLCommon h3, | ||
| 12455 | .jp-RenderedHTMLCommon h4, | ||
| 12456 | .jp-RenderedHTMLCommon h5, | ||
| 12457 | .jp-RenderedHTMLCommon h6 { | ||
| 12458 | line-height: var(--jp-content-heading-line-height); | ||
| 12459 | font-weight: var(--jp-content-heading-font-weight); | ||
| 12460 | font-style: normal; | ||
| 12461 | margin: var(--jp-content-heading-margin-top) 0 | ||
| 12462 | var(--jp-content-heading-margin-bottom) 0; | ||
| 12463 | } | ||
| 12464 | |||
| 12465 | .jp-RenderedHTMLCommon h1:first-child, | ||
| 12466 | .jp-RenderedHTMLCommon h2:first-child, | ||
| 12467 | .jp-RenderedHTMLCommon h3:first-child, | ||
| 12468 | .jp-RenderedHTMLCommon h4:first-child, | ||
| 12469 | .jp-RenderedHTMLCommon h5:first-child, | ||
| 12470 | .jp-RenderedHTMLCommon h6:first-child { | ||
| 12471 | margin-top: calc(0.5 * var(--jp-content-heading-margin-top)); | ||
| 12472 | } | ||
| 12473 | |||
| 12474 | .jp-RenderedHTMLCommon h1:last-child, | ||
| 12475 | .jp-RenderedHTMLCommon h2:last-child, | ||
| 12476 | .jp-RenderedHTMLCommon h3:last-child, | ||
| 12477 | .jp-RenderedHTMLCommon h4:last-child, | ||
| 12478 | .jp-RenderedHTMLCommon h5:last-child, | ||
| 12479 | .jp-RenderedHTMLCommon h6:last-child { | ||
| 12480 | margin-bottom: calc(0.5 * var(--jp-content-heading-margin-bottom)); | ||
| 12481 | } | ||
| 12482 | |||
| 12483 | .jp-RenderedHTMLCommon h1 { | ||
| 12484 | font-size: var(--jp-content-font-size5); | ||
| 12485 | } | ||
| 12486 | |||
| 12487 | .jp-RenderedHTMLCommon h2 { | ||
| 12488 | font-size: var(--jp-content-font-size4); | ||
| 12489 | } | ||
| 12490 | |||
| 12491 | .jp-RenderedHTMLCommon h3 { | ||
| 12492 | font-size: var(--jp-content-font-size3); | ||
| 12493 | } | ||
| 12494 | |||
| 12495 | .jp-RenderedHTMLCommon h4 { | ||
| 12496 | font-size: var(--jp-content-font-size2); | ||
| 12497 | } | ||
| 12498 | |||
| 12499 | .jp-RenderedHTMLCommon h5 { | ||
| 12500 | font-size: var(--jp-content-font-size1); | ||
| 12501 | } | ||
| 12502 | |||
| 12503 | .jp-RenderedHTMLCommon h6 { | ||
| 12504 | font-size: var(--jp-content-font-size0); | ||
| 12505 | } | ||
| 12506 | |||
| 12507 | /* Lists */ | ||
| 12508 | |||
| 12509 | .jp-RenderedHTMLCommon ul:not(.list-inline), | ||
| 12510 | .jp-RenderedHTMLCommon ol:not(.list-inline) { | ||
| 12511 | padding-left: 2em; | ||
| 12512 | } | ||
| 12513 | |||
| 12514 | .jp-RenderedHTMLCommon ul { | ||
| 12515 | list-style: disc; | ||
| 12516 | } | ||
| 12517 | |||
| 12518 | .jp-RenderedHTMLCommon ul ul { | ||
| 12519 | list-style: square; | ||
| 12520 | } | ||
| 12521 | |||
| 12522 | .jp-RenderedHTMLCommon ul ul ul { | ||
| 12523 | list-style: circle; | ||
| 12524 | } | ||
| 12525 | |||
| 12526 | .jp-RenderedHTMLCommon ol { | ||
| 12527 | list-style: decimal; | ||
| 12528 | } | ||
| 12529 | |||
| 12530 | .jp-RenderedHTMLCommon ol ol { | ||
| 12531 | list-style: upper-alpha; | ||
| 12532 | } | ||
| 12533 | |||
| 12534 | .jp-RenderedHTMLCommon ol ol ol { | ||
| 12535 | list-style: lower-alpha; | ||
| 12536 | } | ||
| 12537 | |||
| 12538 | .jp-RenderedHTMLCommon ol ol ol ol { | ||
| 12539 | list-style: lower-roman; | ||
| 12540 | } | ||
| 12541 | |||
| 12542 | .jp-RenderedHTMLCommon ol ol ol ol ol { | ||
| 12543 | list-style: decimal; | ||
| 12544 | } | ||
| 12545 | |||
| 12546 | .jp-RenderedHTMLCommon ol, | ||
| 12547 | .jp-RenderedHTMLCommon ul { | ||
| 12548 | margin-bottom: 1em; | ||
| 12549 | } | ||
| 12550 | |||
| 12551 | .jp-RenderedHTMLCommon ul ul, | ||
| 12552 | .jp-RenderedHTMLCommon ul ol, | ||
| 12553 | .jp-RenderedHTMLCommon ol ul, | ||
| 12554 | .jp-RenderedHTMLCommon ol ol { | ||
| 12555 | margin-bottom: 0em; | ||
| 12556 | } | ||
| 12557 | |||
| 12558 | .jp-RenderedHTMLCommon hr { | ||
| 12559 | color: var(--jp-border-color2); | ||
| 12560 | background-color: var(--jp-border-color1); | ||
| 12561 | margin-top: 1em; | ||
| 12562 | margin-bottom: 1em; | ||
| 12563 | } | ||
| 12564 | |||
| 12565 | .jp-RenderedHTMLCommon > pre { | ||
| 12566 | margin: 1.5em 2em; | ||
| 12567 | } | ||
| 12568 | |||
| 12569 | .jp-RenderedHTMLCommon pre, | ||
| 12570 | .jp-RenderedHTMLCommon code { | ||
| 12571 | border: 0; | ||
| 12572 | background-color: var(--jp-layout-color0); | ||
| 12573 | color: var(--jp-content-font-color1); | ||
| 12574 | font-family: var(--jp-code-font-family); | ||
| 12575 | font-size: inherit; | ||
| 12576 | line-height: var(--jp-code-line-height); | ||
| 12577 | padding: 0; | ||
| 12578 | white-space: pre-wrap; | ||
| 12579 | } | ||
| 12580 | |||
| 12581 | .jp-RenderedHTMLCommon :not(pre) > code { | ||
| 12582 | background-color: var(--jp-layout-color2); | ||
| 12583 | padding: 1px 5px; | ||
| 12584 | } | ||
| 12585 | |||
| 12586 | /* Tables */ | ||
| 12587 | |||
| 12588 | .jp-RenderedHTMLCommon table { | ||
| 12589 | border-collapse: collapse; | ||
| 12590 | border-spacing: 0; | ||
| 12591 | border: none; | ||
| 12592 | color: var(--jp-ui-font-color1); | ||
| 12593 | font-size: 12px; | ||
| 12594 | table-layout: fixed; | ||
| 12595 | margin-left: auto; | ||
| 12596 | margin-right: auto; | ||
| 12597 | } | ||
| 12598 | |||
| 12599 | .jp-RenderedHTMLCommon thead { | ||
| 12600 | border-bottom: var(--jp-border-width) solid var(--jp-border-color1); | ||
| 12601 | vertical-align: bottom; | ||
| 12602 | } | ||
| 12603 | |||
| 12604 | .jp-RenderedHTMLCommon td, | ||
| 12605 | .jp-RenderedHTMLCommon th, | ||
| 12606 | .jp-RenderedHTMLCommon tr { | ||
| 12607 | vertical-align: middle; | ||
| 12608 | padding: 0.5em 0.5em; | ||
| 12609 | line-height: normal; | ||
| 12610 | white-space: normal; | ||
| 12611 | max-width: none; | ||
| 12612 | border: none; | ||
| 12613 | } | ||
| 12614 | |||
| 12615 | .jp-RenderedMarkdown.jp-RenderedHTMLCommon td, | ||
| 12616 | .jp-RenderedMarkdown.jp-RenderedHTMLCommon th { | ||
| 12617 | max-width: none; | ||
| 12618 | } | ||
| 12619 | |||
| 12620 | :not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon td, | ||
| 12621 | :not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon th, | ||
| 12622 | :not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon tr { | ||
| 12623 | text-align: right; | ||
| 12624 | } | ||
| 12625 | |||
| 12626 | .jp-RenderedHTMLCommon th { | ||
| 12627 | font-weight: bold; | ||
| 12628 | } | ||
| 12629 | |||
| 12630 | .jp-RenderedHTMLCommon tbody tr:nth-child(odd) { | ||
| 12631 | background: var(--jp-layout-color0); | ||
| 12632 | } | ||
| 12633 | |||
| 12634 | .jp-RenderedHTMLCommon tbody tr:nth-child(even) { | ||
| 12635 | background: var(--jp-rendermime-table-row-background); | ||
| 12636 | } | ||
| 12637 | |||
| 12638 | .jp-RenderedHTMLCommon tbody tr:hover { | ||
| 12639 | background: var(--jp-rendermime-table-row-hover-background); | ||
| 12640 | } | ||
| 12641 | |||
| 12642 | .jp-RenderedHTMLCommon table { | ||
| 12643 | margin-bottom: 1em; | ||
| 12644 | } | ||
| 12645 | |||
| 12646 | .jp-RenderedHTMLCommon p { | ||
| 12647 | text-align: left; | ||
| 12648 | margin: 0px; | ||
| 12649 | } | ||
| 12650 | |||
| 12651 | .jp-RenderedHTMLCommon p { | ||
| 12652 | margin-bottom: 1em; | ||
| 12653 | } | ||
| 12654 | |||
| 12655 | .jp-RenderedHTMLCommon img { | ||
| 12656 | -moz-force-broken-image-icon: 1; | ||
| 12657 | } | ||
| 12658 | |||
| 12659 | /* Restrict to direct children as other images could be nested in other content. */ | ||
| 12660 | .jp-RenderedHTMLCommon > img { | ||
| 12661 | display: block; | ||
| 12662 | margin-left: 0; | ||
| 12663 | margin-right: 0; | ||
| 12664 | margin-bottom: 1em; | ||
| 12665 | } | ||
| 12666 | |||
| 12667 | /* Change color behind transparent images if they need it... */ | ||
| 12668 | [data-jp-theme-light='false'] .jp-RenderedImage img.jp-needs-light-background { | ||
| 12669 | background-color: var(--jp-inverse-layout-color1); | ||
| 12670 | } | ||
| 12671 | [data-jp-theme-light='true'] .jp-RenderedImage img.jp-needs-dark-background { | ||
| 12672 | background-color: var(--jp-inverse-layout-color1); | ||
| 12673 | } | ||
| 12674 | /* ...or leave it untouched if they don't */ | ||
| 12675 | [data-jp-theme-light='false'] .jp-RenderedImage img.jp-needs-dark-background { | ||
| 12676 | } | ||
| 12677 | [data-jp-theme-light='true'] .jp-RenderedImage img.jp-needs-light-background { | ||
| 12678 | } | ||
| 12679 | |||
| 12680 | .jp-RenderedHTMLCommon img, | ||
| 12681 | .jp-RenderedImage img, | ||
| 12682 | .jp-RenderedHTMLCommon svg, | ||
| 12683 | .jp-RenderedSVG svg { | ||
| 12684 | max-width: 100%; | ||
| 12685 | height: auto; | ||
| 12686 | } | ||
| 12687 | |||
| 12688 | .jp-RenderedHTMLCommon img.jp-mod-unconfined, | ||
| 12689 | .jp-RenderedImage img.jp-mod-unconfined, | ||
| 12690 | .jp-RenderedHTMLCommon svg.jp-mod-unconfined, | ||
| 12691 | .jp-RenderedSVG svg.jp-mod-unconfined { | ||
| 12692 | max-width: none; | ||
| 12693 | } | ||
| 12694 | |||
| 12695 | .jp-RenderedHTMLCommon .alert { | ||
| 12696 | padding: var(--jp-notebook-padding); | ||
| 12697 | border: var(--jp-border-width) solid transparent; | ||
| 12698 | border-radius: var(--jp-border-radius); | ||
| 12699 | margin-bottom: 1em; | ||
| 12700 | } | ||
| 12701 | |||
| 12702 | .jp-RenderedHTMLCommon .alert-info { | ||
| 12703 | color: var(--jp-info-color0); | ||
| 12704 | background-color: var(--jp-info-color3); | ||
| 12705 | border-color: var(--jp-info-color2); | ||
| 12706 | } | ||
| 12707 | .jp-RenderedHTMLCommon .alert-info hr { | ||
| 12708 | border-color: var(--jp-info-color3); | ||
| 12709 | } | ||
| 12710 | .jp-RenderedHTMLCommon .alert-info > p:last-child, | ||
| 12711 | .jp-RenderedHTMLCommon .alert-info > ul:last-child { | ||
| 12712 | margin-bottom: 0; | ||
| 12713 | } | ||
| 12714 | |||
| 12715 | .jp-RenderedHTMLCommon .alert-warning { | ||
| 12716 | color: var(--jp-warn-color0); | ||
| 12717 | background-color: var(--jp-warn-color3); | ||
| 12718 | border-color: var(--jp-warn-color2); | ||
| 12719 | } | ||
| 12720 | .jp-RenderedHTMLCommon .alert-warning hr { | ||
| 12721 | border-color: var(--jp-warn-color3); | ||
| 12722 | } | ||
| 12723 | .jp-RenderedHTMLCommon .alert-warning > p:last-child, | ||
| 12724 | .jp-RenderedHTMLCommon .alert-warning > ul:last-child { | ||
| 12725 | margin-bottom: 0; | ||
| 12726 | } | ||
| 12727 | |||
| 12728 | .jp-RenderedHTMLCommon .alert-success { | ||
| 12729 | color: var(--jp-success-color0); | ||
| 12730 | background-color: var(--jp-success-color3); | ||
| 12731 | border-color: var(--jp-success-color2); | ||
| 12732 | } | ||
| 12733 | .jp-RenderedHTMLCommon .alert-success hr { | ||
| 12734 | border-color: var(--jp-success-color3); | ||
| 12735 | } | ||
| 12736 | .jp-RenderedHTMLCommon .alert-success > p:last-child, | ||
| 12737 | .jp-RenderedHTMLCommon .alert-success > ul:last-child { | ||
| 12738 | margin-bottom: 0; | ||
| 12739 | } | ||
| 12740 | |||
| 12741 | .jp-RenderedHTMLCommon .alert-danger { | ||
| 12742 | color: var(--jp-error-color0); | ||
| 12743 | background-color: var(--jp-error-color3); | ||
| 12744 | border-color: var(--jp-error-color2); | ||
| 12745 | } | ||
| 12746 | .jp-RenderedHTMLCommon .alert-danger hr { | ||
| 12747 | border-color: var(--jp-error-color3); | ||
| 12748 | } | ||
| 12749 | .jp-RenderedHTMLCommon .alert-danger > p:last-child, | ||
| 12750 | .jp-RenderedHTMLCommon .alert-danger > ul:last-child { | ||
| 12751 | margin-bottom: 0; | ||
| 12752 | } | ||
| 12753 | |||
| 12754 | .jp-RenderedHTMLCommon blockquote { | ||
| 12755 | margin: 1em 2em; | ||
| 12756 | padding: 0 1em; | ||
| 12757 | border-left: 5px solid var(--jp-border-color2); | ||
| 12758 | } | ||
| 12759 | |||
| 12760 | a.jp-InternalAnchorLink { | ||
| 12761 | visibility: hidden; | ||
| 12762 | margin-left: 8px; | ||
| 12763 | color: var(--md-blue-800); | ||
| 12764 | } | ||
| 12765 | |||
| 12766 | h1:hover .jp-InternalAnchorLink, | ||
| 12767 | h2:hover .jp-InternalAnchorLink, | ||
| 12768 | h3:hover .jp-InternalAnchorLink, | ||
| 12769 | h4:hover .jp-InternalAnchorLink, | ||
| 12770 | h5:hover .jp-InternalAnchorLink, | ||
| 12771 | h6:hover .jp-InternalAnchorLink { | ||
| 12772 | visibility: visible; | ||
| 12773 | } | ||
| 12774 | |||
| 12775 | .jp-RenderedHTMLCommon kbd { | ||
| 12776 | background-color: var(--jp-rendermime-table-row-background); | ||
| 12777 | border: 1px solid var(--jp-border-color0); | ||
| 12778 | border-bottom-color: var(--jp-border-color2); | ||
| 12779 | border-radius: 3px; | ||
| 12780 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | ||
| 12781 | display: inline-block; | ||
| 12782 | font-size: 0.8em; | ||
| 12783 | line-height: 1em; | ||
| 12784 | padding: 0.2em 0.5em; | ||
| 12785 | } | ||
| 12786 | |||
| 12787 | /* Most direct children of .jp-RenderedHTMLCommon have a margin-bottom of 1.0. | ||
| 12788 | * At the bottom of cells this is a bit too much as there is also spacing | ||
| 12789 | * between cells. Going all the way to 0 gets too tight between markdown and | ||
| 12790 | * code cells. | ||
| 12791 | */ | ||
| 12792 | .jp-RenderedHTMLCommon > *:last-child { | ||
| 12793 | margin-bottom: 0.5em; | ||
| 12794 | } | ||
| 12795 | |||
| 12796 | /*----------------------------------------------------------------------------- | ||
| 12797 | | Copyright (c) Jupyter Development Team. | ||
| 12798 | | Distributed under the terms of the Modified BSD License. | ||
| 12799 | |----------------------------------------------------------------------------*/ | ||
| 12800 | |||
| 12801 | .jp-MimeDocument { | ||
| 12802 | outline: none; | ||
| 12803 | } | ||
| 12804 | |||
| 12805 | /*----------------------------------------------------------------------------- | ||
| 12806 | | Copyright (c) Jupyter Development Team. | ||
| 12807 | | Distributed under the terms of the Modified BSD License. | ||
| 12808 | |----------------------------------------------------------------------------*/ | ||
| 12809 | |||
| 12810 | /*----------------------------------------------------------------------------- | ||
| 12811 | | Variables | ||
| 12812 | |----------------------------------------------------------------------------*/ | ||
| 12813 | |||
| 12814 | :root { | ||
| 12815 | --jp-private-filebrowser-button-height: 28px; | ||
| 12816 | --jp-private-filebrowser-button-width: 48px; | ||
| 12817 | } | ||
| 12818 | |||
| 12819 | /*----------------------------------------------------------------------------- | ||
| 12820 | | Copyright (c) Jupyter Development Team. | ||
| 12821 | | Distributed under the terms of the Modified BSD License. | ||
| 12822 | |----------------------------------------------------------------------------*/ | ||
| 12823 | |||
| 12824 | .jp-FileBrowser { | ||
| 12825 | display: flex; | ||
| 12826 | flex-direction: column; | ||
| 12827 | color: var(--jp-ui-font-color1); | ||
| 12828 | background: var(--jp-layout-color1); | ||
| 12829 | /* This is needed so that all font sizing of children done in ems is | ||
| 12830 | * relative to this base size */ | ||
| 12831 | font-size: var(--jp-ui-font-size1); | ||
| 12832 | } | ||
| 12833 | |||
| 12834 | .jp-FileBrowser-toolbar.jp-Toolbar { | ||
| 12835 | border-bottom: none; | ||
| 12836 | height: auto; | ||
| 12837 | margin: var(--jp-toolbar-header-margin); | ||
| 12838 | box-shadow: none; | ||
| 12839 | } | ||
| 12840 | |||
| 12841 | .jp-BreadCrumbs { | ||
| 12842 | flex: 0 0 auto; | ||
| 12843 | margin: 8px 12px 8px 12px; | ||
| 12844 | } | ||
| 12845 | |||
| 12846 | .jp-BreadCrumbs-item { | ||
| 12847 | margin: 0px 2px; | ||
| 12848 | padding: 0px 2px; | ||
| 12849 | border-radius: var(--jp-border-radius); | ||
| 12850 | cursor: pointer; | ||
| 12851 | } | ||
| 12852 | |||
| 12853 | .jp-BreadCrumbs-item:hover { | ||
| 12854 | background-color: var(--jp-layout-color2); | ||
| 12855 | } | ||
| 12856 | |||
| 12857 | .jp-BreadCrumbs-item:first-child { | ||
| 12858 | margin-left: 0px; | ||
| 12859 | } | ||
| 12860 | |||
| 12861 | .jp-BreadCrumbs-item.jp-mod-dropTarget { | ||
| 12862 | background-color: var(--jp-brand-color2); | ||
| 12863 | opacity: 0.7; | ||
| 12864 | } | ||
| 12865 | |||
| 12866 | /*----------------------------------------------------------------------------- | ||
| 12867 | | Buttons | ||
| 12868 | |----------------------------------------------------------------------------*/ | ||
| 12869 | |||
| 12870 | .jp-FileBrowser-toolbar.jp-Toolbar { | ||
| 12871 | padding: 0px; | ||
| 12872 | margin: 8px 12px 0px 12px; | ||
| 12873 | } | ||
| 12874 | |||
| 12875 | .jp-FileBrowser-toolbar.jp-Toolbar { | ||
| 12876 | justify-content: flex-start; | ||
| 12877 | } | ||
| 12878 | |||
| 12879 | .jp-FileBrowser-toolbar.jp-Toolbar .jp-Toolbar-item { | ||
| 12880 | flex: 0 0 auto; | ||
| 12881 | padding-left: 0px; | ||
| 12882 | padding-right: 2px; | ||
| 12883 | } | ||
| 12884 | |||
| 12885 | .jp-FileBrowser-toolbar.jp-Toolbar .jp-ToolbarButtonComponent { | ||
| 12886 | width: 40px; | ||
| 12887 | } | ||
| 12888 | |||
| 12889 | .jp-FileBrowser-toolbar.jp-Toolbar | ||
| 12890 | .jp-Toolbar-item:first-child | ||
| 12891 | .jp-ToolbarButtonComponent { | ||
| 12892 | width: 72px; | ||
| 12893 | background: var(--jp-brand-color1); | ||
| 12894 | } | ||
| 12895 | |||
| 12896 | .jp-FileBrowser-toolbar.jp-Toolbar | ||
| 12897 | .jp-Toolbar-item:first-child | ||
| 12898 | .jp-ToolbarButtonComponent:focus-visible { | ||
| 12899 | background-color: var(--jp-brand-color0); | ||
| 12900 | } | ||
| 12901 | |||
| 12902 | .jp-FileBrowser-toolbar.jp-Toolbar | ||
| 12903 | .jp-Toolbar-item:first-child | ||
| 12904 | .jp-ToolbarButtonComponent | ||
| 12905 | .jp-icon3 { | ||
| 12906 | fill: white; | ||
| 12907 | } | ||
| 12908 | |||
| 12909 | /*----------------------------------------------------------------------------- | ||
| 12910 | | Other styles | ||
| 12911 | |----------------------------------------------------------------------------*/ | ||
| 12912 | |||
| 12913 | .jp-FileDialog.jp-mod-conflict input { | ||
| 12914 | color: var(--jp-error-color1); | ||
| 12915 | } | ||
| 12916 | |||
| 12917 | .jp-FileDialog .jp-new-name-title { | ||
| 12918 | margin-top: 12px; | ||
| 12919 | } | ||
| 12920 | |||
| 12921 | .jp-LastModified-hidden { | ||
| 12922 | display: none; | ||
| 12923 | } | ||
| 12924 | |||
| 12925 | .jp-FileBrowser-filterBox { | ||
| 12926 | padding: 0px; | ||
| 12927 | flex: 0 0 auto; | ||
| 12928 | margin: 8px 12px 0px 12px; | ||
| 12929 | } | ||
| 12930 | |||
| 12931 | /*----------------------------------------------------------------------------- | ||
| 12932 | | DirListing | ||
| 12933 | |----------------------------------------------------------------------------*/ | ||
| 12934 | |||
| 12935 | .jp-DirListing { | ||
| 12936 | flex: 1 1 auto; | ||
| 12937 | display: flex; | ||
| 12938 | flex-direction: column; | ||
| 12939 | outline: 0; | ||
| 12940 | } | ||
| 12941 | |||
| 12942 | .jp-DirListing:focus-visible { | ||
| 12943 | border: 1px solid var(--jp-brand-color1); | ||
| 12944 | } | ||
| 12945 | |||
| 12946 | .jp-DirListing-header { | ||
| 12947 | flex: 0 0 auto; | ||
| 12948 | display: flex; | ||
| 12949 | flex-direction: row; | ||
| 12950 | overflow: hidden; | ||
| 12951 | border-top: var(--jp-border-width) solid var(--jp-border-color2); | ||
| 12952 | border-bottom: var(--jp-border-width) solid var(--jp-border-color1); | ||
| 12953 | box-shadow: var(--jp-toolbar-box-shadow); | ||
| 12954 | z-index: 2; | ||
| 12955 | } | ||
| 12956 | |||
| 12957 | .jp-DirListing-headerItem { | ||
| 12958 | padding: 4px 12px 2px 12px; | ||
| 12959 | font-weight: 500; | ||
| 12960 | } | ||
| 12961 | |||
| 12962 | .jp-DirListing-headerItem:hover { | ||
| 12963 | background: var(--jp-layout-color2); | ||
| 12964 | } | ||
| 12965 | |||
| 12966 | .jp-DirListing-headerItem.jp-id-name { | ||
| 12967 | flex: 1 0 84px; | ||
| 12968 | } | ||
| 12969 | |||
| 12970 | .jp-DirListing-headerItem.jp-id-modified { | ||
| 12971 | flex: 0 0 112px; | ||
| 12972 | border-left: var(--jp-border-width) solid var(--jp-border-color2); | ||
| 12973 | text-align: right; | ||
| 12974 | } | ||
| 12975 | |||
| 12976 | .jp-id-narrow { | ||
| 12977 | display: none; | ||
| 12978 | flex: 0 0 5px; | ||
| 12979 | padding: 4px 4px; | ||
| 12980 | border-left: var(--jp-border-width) solid var(--jp-border-color2); | ||
| 12981 | text-align: right; | ||
| 12982 | color: var(--jp-border-color2); | ||
| 12983 | } | ||
| 12984 | |||
| 12985 | .jp-DirListing-narrow .jp-id-narrow { | ||
| 12986 | display: block; | ||
| 12987 | } | ||
| 12988 | |||
| 12989 | .jp-DirListing-narrow .jp-id-modified, | ||
| 12990 | .jp-DirListing-narrow .jp-DirListing-itemModified { | ||
| 12991 | display: none; | ||
| 12992 | } | ||
| 12993 | |||
| 12994 | .jp-DirListing-headerItem.jp-mod-selected { | ||
| 12995 | font-weight: 600; | ||
| 12996 | } | ||
| 12997 | |||
| 12998 | /* increase specificity to override bundled default */ | ||
| 12999 | .jp-DirListing-content { | ||
| 13000 | flex: 1 1 auto; | ||
| 13001 | margin: 0; | ||
| 13002 | padding: 0; | ||
| 13003 | list-style-type: none; | ||
| 13004 | overflow: auto; | ||
| 13005 | background-color: var(--jp-layout-color1); | ||
| 13006 | } | ||
| 13007 | |||
| 13008 | .jp-DirListing-content mark { | ||
| 13009 | color: var(--jp-ui-font-color0); | ||
| 13010 | background-color: transparent; | ||
| 13011 | font-weight: bold; | ||
| 13012 | } | ||
| 13013 | |||
| 13014 | .jp-DirListing-content .jp-DirListing-item.jp-mod-selected mark { | ||
| 13015 | color: var(--jp-ui-inverse-font-color0); | ||
| 13016 | } | ||
| 13017 | |||
| 13018 | /* Style the directory listing content when a user drops a file to upload */ | ||
| 13019 | .jp-DirListing.jp-mod-native-drop .jp-DirListing-content { | ||
| 13020 | outline: 5px dashed rgba(128, 128, 128, 0.5); | ||
| 13021 | outline-offset: -10px; | ||
| 13022 | cursor: copy; | ||
| 13023 | } | ||
| 13024 | |||
| 13025 | .jp-DirListing-item { | ||
| 13026 | display: flex; | ||
| 13027 | flex-direction: row; | ||
| 13028 | padding: 4px 12px; | ||
| 13029 | -webkit-user-select: none; | ||
| 13030 | -moz-user-select: none; | ||
| 13031 | -ms-user-select: none; | ||
| 13032 | user-select: none; | ||
| 13033 | } | ||
| 13034 | |||
| 13035 | .jp-DirListing-item[data-is-dot] { | ||
| 13036 | opacity: 75%; | ||
| 13037 | } | ||
| 13038 | |||
| 13039 | .jp-DirListing-item.jp-mod-selected { | ||
| 13040 | color: var(--jp-ui-inverse-font-color1); | ||
| 13041 | background: var(--jp-brand-color1); | ||
| 13042 | } | ||
| 13043 | |||
| 13044 | .jp-DirListing-item.jp-mod-dropTarget { | ||
| 13045 | background: var(--jp-brand-color3); | ||
| 13046 | } | ||
| 13047 | |||
| 13048 | .jp-DirListing-item:hover:not(.jp-mod-selected) { | ||
| 13049 | background: var(--jp-layout-color2); | ||
| 13050 | } | ||
| 13051 | |||
| 13052 | .jp-DirListing-itemIcon { | ||
| 13053 | flex: 0 0 20px; | ||
| 13054 | margin-right: 4px; | ||
| 13055 | } | ||
| 13056 | |||
| 13057 | .jp-DirListing-itemText { | ||
| 13058 | flex: 1 0 64px; | ||
| 13059 | white-space: nowrap; | ||
| 13060 | overflow: hidden; | ||
| 13061 | text-overflow: ellipsis; | ||
| 13062 | user-select: none; | ||
| 13063 | } | ||
| 13064 | |||
| 13065 | .jp-DirListing-itemModified { | ||
| 13066 | flex: 0 0 125px; | ||
| 13067 | text-align: right; | ||
| 13068 | } | ||
| 13069 | |||
| 13070 | .jp-DirListing-editor { | ||
| 13071 | flex: 1 0 64px; | ||
| 13072 | outline: none; | ||
| 13073 | border: none; | ||
| 13074 | } | ||
| 13075 | |||
| 13076 | .jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon:before { | ||
| 13077 | color: var(--jp-success-color1); | ||
| 13078 | content: '\25CF'; | ||
| 13079 | font-size: 8px; | ||
| 13080 | position: absolute; | ||
| 13081 | left: -8px; | ||
| 13082 | } | ||
| 13083 | |||
| 13084 | .jp-DirListing-item.jp-mod-running.jp-mod-selected | ||
| 13085 | .jp-DirListing-itemIcon:before { | ||
| 13086 | color: var(--jp-ui-inverse-font-color1); | ||
| 13087 | } | ||
| 13088 | |||
| 13089 | .jp-DirListing-item.lm-mod-drag-image, | ||
| 13090 | .jp-DirListing-item.jp-mod-selected.lm-mod-drag-image { | ||
| 13091 | font-size: var(--jp-ui-font-size1); | ||
| 13092 | padding-left: 4px; | ||
| 13093 | margin-left: 4px; | ||
| 13094 | width: 160px; | ||
| 13095 | background-color: var(--jp-ui-inverse-font-color2); | ||
| 13096 | box-shadow: var(--jp-elevation-z2); | ||
| 13097 | border-radius: 0px; | ||
| 13098 | color: var(--jp-ui-font-color1); | ||
| 13099 | transform: translateX(-40%) translateY(-58%); | ||
| 13100 | } | ||
| 13101 | |||
| 13102 | .jp-DirListing-deadSpace { | ||
| 13103 | flex: 1 1 auto; | ||
| 13104 | margin: 0; | ||
| 13105 | padding: 0; | ||
| 13106 | list-style-type: none; | ||
| 13107 | overflow: auto; | ||
| 13108 | background-color: var(--jp-layout-color1); | ||
| 13109 | } | ||
| 13110 | |||
| 13111 | .jp-Document { | ||
| 13112 | min-width: 120px; | ||
| 13113 | min-height: 120px; | ||
| 13114 | outline: none; | ||
| 13115 | } | ||
| 13116 | |||
| 13117 | /*----------------------------------------------------------------------------- | ||
| 13118 | | Copyright (c) Jupyter Development Team. | ||
| 13119 | | Distributed under the terms of the Modified BSD License. | ||
| 13120 | |----------------------------------------------------------------------------*/ | ||
| 13121 | |||
| 13122 | /*----------------------------------------------------------------------------- | ||
| 13123 | | Private CSS variables | ||
| 13124 | |----------------------------------------------------------------------------*/ | ||
| 13125 | |||
| 13126 | :root { | ||
| 13127 | } | ||
| 13128 | |||
| 13129 | /*----------------------------------------------------------------------------- | ||
| 13130 | | Main OutputArea | ||
| 13131 | | OutputArea has a list of Outputs | ||
| 13132 | |----------------------------------------------------------------------------*/ | ||
| 13133 | |||
| 13134 | .jp-OutputArea { | ||
| 13135 | overflow-y: auto; | ||
| 13136 | } | ||
| 13137 | |||
| 13138 | .jp-OutputArea-child { | ||
| 13139 | display: flex; | ||
| 13140 | flex-direction: row; | ||
| 13141 | } | ||
| 13142 | |||
| 13143 | body[data-format='mobile'] .jp-OutputArea-child { | ||
| 13144 | flex-direction: column; | ||
| 13145 | } | ||
| 13146 | |||
| 13147 | .jp-OutputPrompt { | ||
| 13148 | flex: 0 0 var(--jp-cell-prompt-width); | ||
| 13149 | color: var(--jp-cell-outprompt-font-color); | ||
| 13150 | font-family: var(--jp-cell-prompt-font-family); | ||
| 13151 | padding: var(--jp-code-padding); | ||
| 13152 | letter-spacing: var(--jp-cell-prompt-letter-spacing); | ||
| 13153 | line-height: var(--jp-code-line-height); | ||
| 13154 | font-size: var(--jp-code-font-size); | ||
| 13155 | border: var(--jp-border-width) solid transparent; | ||
| 13156 | opacity: var(--jp-cell-prompt-opacity); | ||
| 13157 | /* Right align prompt text, don't wrap to handle large prompt numbers */ | ||
| 13158 | text-align: right; | ||
| 13159 | white-space: nowrap; | ||
| 13160 | overflow: hidden; | ||
| 13161 | text-overflow: ellipsis; | ||
| 13162 | /* Disable text selection */ | ||
| 13163 | -webkit-user-select: none; | ||
| 13164 | -moz-user-select: none; | ||
| 13165 | -ms-user-select: none; | ||
| 13166 | user-select: none; | ||
| 13167 | } | ||
| 13168 | |||
| 13169 | body[data-format='mobile'] .jp-OutputPrompt { | ||
| 13170 | flex: 0 0 auto; | ||
| 13171 | text-align: left; | ||
| 13172 | } | ||
| 13173 | |||
| 13174 | .jp-OutputArea-output { | ||
| 13175 | height: auto; | ||
| 13176 | overflow: auto; | ||
| 13177 | user-select: text; | ||
| 13178 | -moz-user-select: text; | ||
| 13179 | -webkit-user-select: text; | ||
| 13180 | -ms-user-select: text; | ||
| 13181 | } | ||
| 13182 | |||
| 13183 | .jp-OutputArea-child .jp-OutputArea-output { | ||
| 13184 | flex-grow: 1; | ||
| 13185 | flex-shrink: 1; | ||
| 13186 | } | ||
| 13187 | |||
| 13188 | body[data-format='mobile'] .jp-OutputArea-child .jp-OutputArea-output { | ||
| 13189 | margin-left: var(--jp-notebook-padding); | ||
| 13190 | } | ||
| 13191 | |||
| 13192 | /** | ||
| 13193 | * Isolated output. | ||
| 13194 | */ | ||
| 13195 | .jp-OutputArea-output.jp-mod-isolated { | ||
| 13196 | width: 100%; | ||
| 13197 | display: block; | ||
| 13198 | } | ||
| 13199 | |||
| 13200 | /* | ||
| 13201 | When drag events occur, `p-mod-override-cursor` is added to the body. | ||
| 13202 | Because iframes steal all cursor events, the following two rules are necessary | ||
| 13203 | to suppress pointer events while resize drags are occurring. There may be a | ||
| 13204 | better solution to this problem. | ||
| 13205 | */ | ||
| 13206 | body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated { | ||
| 13207 | position: relative; | ||
| 13208 | } | ||
| 13209 | |||
| 13210 | body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated:before { | ||
| 13211 | content: ''; | ||
| 13212 | position: absolute; | ||
| 13213 | top: 0; | ||
| 13214 | left: 0; | ||
| 13215 | right: 0; | ||
| 13216 | bottom: 0; | ||
| 13217 | background: transparent; | ||
| 13218 | } | ||
| 13219 | |||
| 13220 | /* pre */ | ||
| 13221 | |||
| 13222 | .jp-OutputArea-output pre { | ||
| 13223 | border: none; | ||
| 13224 | margin: 0px; | ||
| 13225 | padding: 0px; | ||
| 13226 | overflow-x: auto; | ||
| 13227 | overflow-y: auto; | ||
| 13228 | word-break: break-all; | ||
| 13229 | word-wrap: break-word; | ||
| 13230 | white-space: pre-wrap; | ||
| 13231 | } | ||
| 13232 | |||
| 13233 | /* tables */ | ||
| 13234 | |||
| 13235 | .jp-OutputArea-output.jp-RenderedHTMLCommon table { | ||
| 13236 | margin-left: 0; | ||
| 13237 | margin-right: 0; | ||
| 13238 | } | ||
| 13239 | |||
| 13240 | /* description lists */ | ||
| 13241 | |||
| 13242 | .jp-OutputArea-output dl, | ||
| 13243 | .jp-OutputArea-output dt, | ||
| 13244 | .jp-OutputArea-output dd { | ||
| 13245 | display: block; | ||
| 13246 | } | ||
| 13247 | |||
| 13248 | .jp-OutputArea-output dl { | ||
| 13249 | width: 100%; | ||
| 13250 | overflow: hidden; | ||
| 13251 | padding: 0; | ||
| 13252 | margin: 0; | ||
| 13253 | } | ||
| 13254 | |||
| 13255 | .jp-OutputArea-output dt { | ||
| 13256 | font-weight: bold; | ||
| 13257 | float: left; | ||
| 13258 | width: 20%; | ||
| 13259 | padding: 0; | ||
| 13260 | margin: 0; | ||
| 13261 | } | ||
| 13262 | |||
| 13263 | .jp-OutputArea-output dd { | ||
| 13264 | float: left; | ||
| 13265 | width: 80%; | ||
| 13266 | padding: 0; | ||
| 13267 | margin: 0; | ||
| 13268 | } | ||
| 13269 | |||
| 13270 | /* Hide the gutter in case of | ||
| 13271 | * - nested output areas (e.g. in the case of output widgets) | ||
| 13272 | * - mirrored output areas | ||
| 13273 | */ | ||
| 13274 | .jp-OutputArea .jp-OutputArea .jp-OutputArea-prompt { | ||
| 13275 | display: none; | ||
| 13276 | } | ||
| 13277 | |||
| 13278 | /*----------------------------------------------------------------------------- | ||
| 13279 | | executeResult is added to any Output-result for the display of the object | ||
| 13280 | | returned by a cell | ||
| 13281 | |----------------------------------------------------------------------------*/ | ||
| 13282 | |||
| 13283 | .jp-OutputArea-output.jp-OutputArea-executeResult { | ||
| 13284 | margin-left: 0px; | ||
| 13285 | flex: 1 1 auto; | ||
| 13286 | } | ||
| 13287 | |||
| 13288 | /* Text output with the Out[] prompt needs a top padding to match the | ||
| 13289 | * alignment of the Out[] prompt itself. | ||
| 13290 | */ | ||
| 13291 | .jp-OutputArea-executeResult .jp-RenderedText.jp-OutputArea-output { | ||
| 13292 | padding-top: var(--jp-code-padding); | ||
| 13293 | border-top: var(--jp-border-width) solid transparent; | ||
| 13294 | } | ||
| 13295 | |||
| 13296 | /*----------------------------------------------------------------------------- | ||
| 13297 | | The Stdin output | ||
| 13298 | |----------------------------------------------------------------------------*/ | ||
| 13299 | |||
| 13300 | .jp-OutputArea-stdin { | ||
| 13301 | line-height: var(--jp-code-line-height); | ||
| 13302 | padding-top: var(--jp-code-padding); | ||
| 13303 | display: flex; | ||
| 13304 | } | ||
| 13305 | |||
| 13306 | .jp-Stdin-prompt { | ||
| 13307 | color: var(--jp-content-font-color0); | ||
| 13308 | padding-right: var(--jp-code-padding); | ||
| 13309 | vertical-align: baseline; | ||
| 13310 | flex: 0 0 auto; | ||
| 13311 | } | ||
| 13312 | |||
| 13313 | .jp-Stdin-input { | ||
| 13314 | font-family: var(--jp-code-font-family); | ||
| 13315 | font-size: inherit; | ||
| 13316 | color: inherit; | ||
| 13317 | background-color: inherit; | ||
| 13318 | width: 42%; | ||
| 13319 | min-width: 200px; | ||
| 13320 | /* make sure input baseline aligns with prompt */ | ||
| 13321 | vertical-align: baseline; | ||
| 13322 | /* padding + margin = 0.5em between prompt and cursor */ | ||
| 13323 | padding: 0em 0.25em; | ||
| 13324 | margin: 0em 0.25em; | ||
| 13325 | flex: 0 0 70%; | ||
| 13326 | } | ||
| 13327 | |||
| 13328 | .jp-Stdin-input:focus { | ||
| 13329 | box-shadow: none; | ||
| 13330 | } | ||
| 13331 | |||
| 13332 | /*----------------------------------------------------------------------------- | ||
| 13333 | | Output Area View | ||
| 13334 | |----------------------------------------------------------------------------*/ | ||
| 13335 | |||
| 13336 | .jp-LinkedOutputView .jp-OutputArea { | ||
| 13337 | height: 100%; | ||
| 13338 | display: block; | ||
| 13339 | } | ||
| 13340 | |||
| 13341 | .jp-LinkedOutputView .jp-OutputArea-output:only-child { | ||
| 13342 | height: 100%; | ||
| 13343 | } | ||
| 13344 | |||
| 13345 | /*----------------------------------------------------------------------------- | ||
| 13346 | | Copyright (c) Jupyter Development Team. | ||
| 13347 | | Distributed under the terms of the Modified BSD License. | ||
| 13348 | |----------------------------------------------------------------------------*/ | ||
| 13349 | |||
| 13350 | .jp-Collapser { | ||
| 13351 | flex: 0 0 var(--jp-cell-collapser-width); | ||
| 13352 | padding: 0px; | ||
| 13353 | margin: 0px; | ||
| 13354 | border: none; | ||
| 13355 | outline: none; | ||
| 13356 | background: transparent; | ||
| 13357 | border-radius: var(--jp-border-radius); | ||
| 13358 | opacity: 1; | ||
| 13359 | } | ||
| 13360 | |||
| 13361 | .jp-Collapser-child { | ||
| 13362 | display: block; | ||
| 13363 | width: 100%; | ||
| 13364 | box-sizing: border-box; | ||
| 13365 | /* height: 100% doesn't work because the height of its parent is computed from content */ | ||
| 13366 | position: absolute; | ||
| 13367 | top: 0px; | ||
| 13368 | bottom: 0px; | ||
| 13369 | } | ||
| 13370 | |||
| 13371 | /*----------------------------------------------------------------------------- | ||
| 13372 | | Copyright (c) Jupyter Development Team. | ||
| 13373 | | Distributed under the terms of the Modified BSD License. | ||
| 13374 | |----------------------------------------------------------------------------*/ | ||
| 13375 | |||
| 13376 | /*----------------------------------------------------------------------------- | ||
| 13377 | | Header/Footer | ||
| 13378 | |----------------------------------------------------------------------------*/ | ||
| 13379 | |||
| 13380 | /* Hidden by zero height by default */ | ||
| 13381 | .jp-CellHeader, | ||
| 13382 | .jp-CellFooter { | ||
| 13383 | height: 0px; | ||
| 13384 | width: 100%; | ||
| 13385 | padding: 0px; | ||
| 13386 | margin: 0px; | ||
| 13387 | border: none; | ||
| 13388 | outline: none; | ||
| 13389 | background: transparent; | ||
| 13390 | } | ||
| 13391 | |||
| 13392 | /*----------------------------------------------------------------------------- | ||
| 13393 | | Copyright (c) Jupyter Development Team. | ||
| 13394 | | Distributed under the terms of the Modified BSD License. | ||
| 13395 | |----------------------------------------------------------------------------*/ | ||
| 13396 | |||
| 13397 | /*----------------------------------------------------------------------------- | ||
| 13398 | | Input | ||
| 13399 | |----------------------------------------------------------------------------*/ | ||
| 13400 | |||
| 13401 | /* All input areas */ | ||
| 13402 | .jp-InputArea { | ||
| 13403 | display: flex; | ||
| 13404 | flex-direction: row; | ||
| 13405 | overflow: hidden; | ||
| 13406 | } | ||
| 13407 | |||
| 13408 | body[data-format='mobile'] .jp-InputArea { | ||
| 13409 | flex-direction: column; | ||
| 13410 | } | ||
| 13411 | |||
| 13412 | .jp-InputArea-editor { | ||
| 13413 | flex: 1 1 auto; | ||
| 13414 | overflow: hidden; | ||
| 13415 | } | ||
| 13416 | |||
| 13417 | .jp-InputArea-editor { | ||
| 13418 | /* This is the non-active, default styling */ | ||
| 13419 | border: var(--jp-border-width) solid var(--jp-cell-editor-border-color); | ||
| 13420 | border-radius: 0px; | ||
| 13421 | background: var(--jp-cell-editor-background); | ||
| 13422 | } | ||
| 13423 | |||
| 13424 | body[data-format='mobile'] .jp-InputArea-editor { | ||
| 13425 | margin-left: var(--jp-notebook-padding); | ||
| 13426 | } | ||
| 13427 | |||
| 13428 | .jp-InputPrompt { | ||
| 13429 | flex: 0 0 var(--jp-cell-prompt-width); | ||
| 13430 | color: var(--jp-cell-inprompt-font-color); | ||
| 13431 | font-family: var(--jp-cell-prompt-font-family); | ||
| 13432 | padding: var(--jp-code-padding); | ||
| 13433 | letter-spacing: var(--jp-cell-prompt-letter-spacing); | ||
| 13434 | opacity: var(--jp-cell-prompt-opacity); | ||
| 13435 | line-height: var(--jp-code-line-height); | ||
| 13436 | font-size: var(--jp-code-font-size); | ||
| 13437 | border: var(--jp-border-width) solid transparent; | ||
| 13438 | opacity: var(--jp-cell-prompt-opacity); | ||
| 13439 | /* Right align prompt text, don't wrap to handle large prompt numbers */ | ||
| 13440 | text-align: right; | ||
| 13441 | white-space: nowrap; | ||
| 13442 | overflow: hidden; | ||
| 13443 | text-overflow: ellipsis; | ||
| 13444 | /* Disable text selection */ | ||
| 13445 | -webkit-user-select: none; | ||
| 13446 | -moz-user-select: none; | ||
| 13447 | -ms-user-select: none; | ||
| 13448 | user-select: none; | ||
| 13449 | } | ||
| 13450 | |||
| 13451 | body[data-format='mobile'] .jp-InputPrompt { | ||
| 13452 | flex: 0 0 auto; | ||
| 13453 | text-align: left; | ||
| 13454 | } | ||
| 13455 | |||
| 13456 | /*----------------------------------------------------------------------------- | ||
| 13457 | | Copyright (c) Jupyter Development Team. | ||
| 13458 | | Distributed under the terms of the Modified BSD License. | ||
| 13459 | |----------------------------------------------------------------------------*/ | ||
| 13460 | |||
| 13461 | /*----------------------------------------------------------------------------- | ||
| 13462 | | Placeholder | ||
| 13463 | |----------------------------------------------------------------------------*/ | ||
| 13464 | |||
| 13465 | .jp-Placeholder { | ||
| 13466 | display: flex; | ||
| 13467 | flex-direction: row; | ||
| 13468 | flex: 1 1 auto; | ||
| 13469 | } | ||
| 13470 | |||
| 13471 | .jp-Placeholder-prompt { | ||
| 13472 | box-sizing: border-box; | ||
| 13473 | } | ||
| 13474 | |||
| 13475 | .jp-Placeholder-content { | ||
| 13476 | flex: 1 1 auto; | ||
| 13477 | border: none; | ||
| 13478 | background: transparent; | ||
| 13479 | height: 20px; | ||
| 13480 | box-sizing: border-box; | ||
| 13481 | } | ||
| 13482 | |||
| 13483 | .jp-Placeholder-content .jp-MoreHorizIcon { | ||
| 13484 | width: 32px; | ||
| 13485 | height: 16px; | ||
| 13486 | border: 1px solid transparent; | ||
| 13487 | border-radius: var(--jp-border-radius); | ||
| 13488 | } | ||
| 13489 | |||
| 13490 | .jp-Placeholder-content .jp-MoreHorizIcon:hover { | ||
| 13491 | border: 1px solid var(--jp-border-color1); | ||
| 13492 | box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25); | ||
| 13493 | background-color: var(--jp-layout-color0); | ||
| 13494 | } | ||
| 13495 | |||
| 13496 | /*----------------------------------------------------------------------------- | ||
| 13497 | | Copyright (c) Jupyter Development Team. | ||
| 13498 | | Distributed under the terms of the Modified BSD License. | ||
| 13499 | |----------------------------------------------------------------------------*/ | ||
| 13500 | |||
| 13501 | /*----------------------------------------------------------------------------- | ||
| 13502 | | Private CSS variables | ||
| 13503 | |----------------------------------------------------------------------------*/ | ||
| 13504 | |||
| 13505 | :root { | ||
| 13506 | --jp-private-cell-scrolling-output-offset: 5px; | ||
| 13507 | } | ||
| 13508 | |||
| 13509 | /*----------------------------------------------------------------------------- | ||
| 13510 | | Cell | ||
| 13511 | |----------------------------------------------------------------------------*/ | ||
| 13512 | |||
| 13513 | .jp-Cell { | ||
| 13514 | padding: var(--jp-cell-padding); | ||
| 13515 | margin: 0px; | ||
| 13516 | border: none; | ||
| 13517 | outline: none; | ||
| 13518 | background: transparent; | ||
| 13519 | } | ||
| 13520 | |||
| 13521 | /*----------------------------------------------------------------------------- | ||
| 13522 | | Common input/output | ||
| 13523 | |----------------------------------------------------------------------------*/ | ||
| 13524 | |||
| 13525 | .jp-Cell-inputWrapper, | ||
| 13526 | .jp-Cell-outputWrapper { | ||
| 13527 | display: flex; | ||
| 13528 | flex-direction: row; | ||
| 13529 | padding: 0px; | ||
| 13530 | margin: 0px; | ||
| 13531 | /* Added to reveal the box-shadow on the input and output collapsers. */ | ||
| 13532 | overflow: visible; | ||
| 13533 | } | ||
| 13534 | |||
| 13535 | /* Only input/output areas inside cells */ | ||
| 13536 | .jp-Cell-inputArea, | ||
| 13537 | .jp-Cell-outputArea { | ||
| 13538 | flex: 1 1 auto; | ||
| 13539 | } | ||
| 13540 | |||
| 13541 | /*----------------------------------------------------------------------------- | ||
| 13542 | | Collapser | ||
| 13543 | |----------------------------------------------------------------------------*/ | ||
| 13544 | |||
| 13545 | /* Make the output collapser disappear when there is not output, but do so | ||
| 13546 | * in a manner that leaves it in the layout and preserves its width. | ||
| 13547 | */ | ||
| 13548 | .jp-Cell.jp-mod-noOutputs .jp-Cell-outputCollapser { | ||
| 13549 | border: none !important; | ||
| 13550 | background: transparent !important; | ||
| 13551 | } | ||
| 13552 | |||
| 13553 | .jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser { | ||
| 13554 | min-height: var(--jp-cell-collapser-min-height); | ||
| 13555 | } | ||
| 13556 | |||
| 13557 | /*----------------------------------------------------------------------------- | ||
| 13558 | | Output | ||
| 13559 | |----------------------------------------------------------------------------*/ | ||
| 13560 | |||
| 13561 | /* Put a space between input and output when there IS output */ | ||
| 13562 | .jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputWrapper { | ||
| 13563 | margin-top: 5px; | ||
| 13564 | } | ||
| 13565 | |||
| 13566 | .jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea { | ||
| 13567 | overflow-y: auto; | ||
| 13568 | max-height: 200px; | ||
| 13569 | box-shadow: inset 0 0 6px 2px rgba(0, 0, 0, 0.3); | ||
| 13570 | margin-left: var(--jp-private-cell-scrolling-output-offset); | ||
| 13571 | } | ||
| 13572 | |||
| 13573 | .jp-CodeCell.jp-mod-outputsScrolled .jp-OutputArea-prompt { | ||
| 13574 | flex: 0 0 | ||
| 13575 | calc( | ||
| 13576 | var(--jp-cell-prompt-width) - | ||
| 13577 | var(--jp-private-cell-scrolling-output-offset) | ||
| 13578 | ); | ||
| 13579 | } | ||
| 13580 | |||
| 13581 | /*----------------------------------------------------------------------------- | ||
| 13582 | | CodeCell | ||
| 13583 | |----------------------------------------------------------------------------*/ | ||
| 13584 | |||
| 13585 | /*----------------------------------------------------------------------------- | ||
| 13586 | | MarkdownCell | ||
| 13587 | |----------------------------------------------------------------------------*/ | ||
| 13588 | |||
| 13589 | .jp-MarkdownOutput { | ||
| 13590 | flex: 1 1 auto; | ||
| 13591 | margin-top: 0; | ||
| 13592 | margin-bottom: 0; | ||
| 13593 | padding-left: var(--jp-code-padding); | ||
| 13594 | } | ||
| 13595 | |||
| 13596 | .jp-MarkdownOutput.jp-RenderedHTMLCommon { | ||
| 13597 | overflow: auto; | ||
| 13598 | } | ||
| 13599 | |||
| 13600 | .jp-showHiddenCellsButton { | ||
| 13601 | margin-left: calc(var(--jp-cell-prompt-width) + 2 * var(--jp-code-padding)); | ||
| 13602 | margin-top: var(--jp-code-padding); | ||
| 13603 | border: 1px solid var(--jp-border-color2); | ||
| 13604 | background-color: var(--jp-border-color3) !important; | ||
| 13605 | color: var(--jp-content-font-color0) !important; | ||
| 13606 | } | ||
| 13607 | |||
| 13608 | .jp-showHiddenCellsButton:hover { | ||
| 13609 | background-color: var(--jp-border-color2) !important; | ||
| 13610 | } | ||
| 13611 | |||
| 13612 | .jp-collapseHeadingButton { | ||
| 13613 | display: none; | ||
| 13614 | } | ||
| 13615 | |||
| 13616 | .jp-MarkdownCell:hover .jp-collapseHeadingButton { | ||
| 13617 | display: flex; | ||
| 13618 | min-height: var(--jp-cell-collapser-min-height); | ||
| 13619 | position: absolute; | ||
| 13620 | right: 0; | ||
| 13621 | top: 0; | ||
| 13622 | bottom: 0; | ||
| 13623 | } | ||
| 13624 | |||
| 13625 | /*----------------------------------------------------------------------------- | ||
| 13626 | | Copyright (c) Jupyter Development Team. | ||
| 13627 | | Distributed under the terms of the Modified BSD License. | ||
| 13628 | |----------------------------------------------------------------------------*/ | ||
| 13629 | |||
| 13630 | /*----------------------------------------------------------------------------- | ||
| 13631 | | Copyright (c) Jupyter Development Team. | ||
| 13632 | | Distributed under the terms of the Modified BSD License. | ||
| 13633 | |----------------------------------------------------------------------------*/ | ||
| 13634 | |||
| 13635 | /*----------------------------------------------------------------------------- | ||
| 13636 | | Variables | ||
| 13637 | |----------------------------------------------------------------------------*/ | ||
| 13638 | |||
| 13639 | /*----------------------------------------------------------------------------- | ||
| 13640 | |||
| 13641 | /*----------------------------------------------------------------------------- | ||
| 13642 | | Styles | ||
| 13643 | |----------------------------------------------------------------------------*/ | ||
| 13644 | |||
| 13645 | .jp-NotebookPanel-toolbar { | ||
| 13646 | padding: 2px; | ||
| 13647 | } | ||
| 13648 | |||
| 13649 | .jp-Toolbar-item.jp-Notebook-toolbarCellType .jp-select-wrapper.jp-mod-focused { | ||
| 13650 | border: none; | ||
| 13651 | box-shadow: none; | ||
| 13652 | } | ||
| 13653 | |||
| 13654 | .jp-Notebook-toolbarCellTypeDropdown select { | ||
| 13655 | height: 24px; | ||
| 13656 | font-size: var(--jp-ui-font-size1); | ||
| 13657 | line-height: 14px; | ||
| 13658 | border-radius: 0; | ||
| 13659 | display: block; | ||
| 13660 | } | ||
| 13661 | |||
| 13662 | .jp-Notebook-toolbarCellTypeDropdown span { | ||
| 13663 | top: 5px !important; | ||
| 13664 | } | ||
| 13665 | |||
| 13666 | /*----------------------------------------------------------------------------- | ||
| 13667 | | Copyright (c) Jupyter Development Team. | ||
| 13668 | | Distributed under the terms of the Modified BSD License. | ||
| 13669 | |----------------------------------------------------------------------------*/ | ||
| 13670 | |||
| 13671 | /*----------------------------------------------------------------------------- | ||
| 13672 | | Private CSS variables | ||
| 13673 | |----------------------------------------------------------------------------*/ | ||
| 13674 | |||
| 13675 | :root { | ||
| 13676 | --jp-private-notebook-dragImage-width: 304px; | ||
| 13677 | --jp-private-notebook-dragImage-height: 36px; | ||
| 13678 | --jp-private-notebook-selected-color: var(--md-blue-400); | ||
| 13679 | --jp-private-notebook-active-color: var(--md-green-400); | ||
| 13680 | } | ||
| 13681 | |||
| 13682 | /*----------------------------------------------------------------------------- | ||
| 13683 | | Imports | ||
| 13684 | |----------------------------------------------------------------------------*/ | ||
| 13685 | |||
| 13686 | /*----------------------------------------------------------------------------- | ||
| 13687 | | Notebook | ||
| 13688 | |----------------------------------------------------------------------------*/ | ||
| 13689 | |||
| 13690 | .jp-NotebookPanel { | ||
| 13691 | display: block; | ||
| 13692 | height: 100%; | ||
| 13693 | } | ||
| 13694 | |||
| 13695 | .jp-NotebookPanel.jp-Document { | ||
| 13696 | min-width: 240px; | ||
| 13697 | min-height: 120px; | ||
| 13698 | } | ||
| 13699 | |||
| 13700 | .jp-Notebook { | ||
| 13701 | padding: var(--jp-notebook-padding); | ||
| 13702 | outline: none; | ||
| 13703 | overflow: auto; | ||
| 13704 | background: var(--jp-layout-color0); | ||
| 13705 | } | ||
| 13706 | |||
| 13707 | .jp-Notebook.jp-mod-scrollPastEnd::after { | ||
| 13708 | display: block; | ||
| 13709 | content: ''; | ||
| 13710 | min-height: var(--jp-notebook-scroll-padding); | ||
| 13711 | } | ||
| 13712 | |||
| 13713 | .jp-MainAreaWidget-ContainStrict .jp-Notebook * { | ||
| 13714 | contain: strict; | ||
| 13715 | } | ||
| 13716 | |||
| 13717 | .jp-Notebook-render * { | ||
| 13718 | contain: none !important; | ||
| 13719 | } | ||
| 13720 | |||
| 13721 | .jp-Notebook .jp-Cell { | ||
| 13722 | overflow: visible; | ||
| 13723 | } | ||
| 13724 | |||
| 13725 | .jp-Notebook .jp-Cell .jp-InputPrompt { | ||
| 13726 | cursor: move; | ||
| 13727 | float: left; | ||
| 13728 | } | ||
| 13729 | |||
| 13730 | /*----------------------------------------------------------------------------- | ||
| 13731 | | Notebook state related styling | ||
| 13732 | | | ||
| 13733 | | The notebook and cells each have states, here are the possibilities: | ||
| 13734 | | | ||
| 13735 | | - Notebook | ||
| 13736 | | - Command | ||
| 13737 | | - Edit | ||
| 13738 | | - Cell | ||
| 13739 | | - None | ||
| 13740 | | - Active (only one can be active) | ||
| 13741 | | - Selected (the cells actions are applied to) | ||
| 13742 | | - Multiselected (when multiple selected, the cursor) | ||
| 13743 | | - No outputs | ||
| 13744 | |----------------------------------------------------------------------------*/ | ||
| 13745 | |||
| 13746 | /* Command or edit modes */ | ||
| 13747 | |||
| 13748 | .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputPrompt { | ||
| 13749 | opacity: var(--jp-cell-prompt-not-active-opacity); | ||
| 13750 | color: var(--jp-cell-prompt-not-active-font-color); | ||
| 13751 | } | ||
| 13752 | |||
| 13753 | .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt { | ||
| 13754 | opacity: var(--jp-cell-prompt-not-active-opacity); | ||
| 13755 | color: var(--jp-cell-prompt-not-active-font-color); | ||
| 13756 | } | ||
| 13757 | |||
| 13758 | /* cell is active */ | ||
| 13759 | .jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser { | ||
| 13760 | background: var(--jp-brand-color1); | ||
| 13761 | } | ||
| 13762 | |||
| 13763 | /* cell is dirty */ | ||
| 13764 | .jp-Notebook .jp-Cell.jp-mod-dirty .jp-InputPrompt { | ||
| 13765 | color: var(--jp-warn-color1); | ||
| 13766 | } | ||
| 13767 | .jp-Notebook .jp-Cell.jp-mod-dirty .jp-InputPrompt:before { | ||
| 13768 | color: var(--jp-warn-color1); | ||
| 13769 | content: '•'; | ||
| 13770 | } | ||
| 13771 | |||
| 13772 | .jp-Notebook .jp-Cell.jp-mod-active.jp-mod-dirty .jp-Collapser { | ||
| 13773 | background: var(--jp-warn-color1); | ||
| 13774 | } | ||
| 13775 | |||
| 13776 | /* collapser is hovered */ | ||
| 13777 | .jp-Notebook .jp-Cell .jp-Collapser:hover { | ||
| 13778 | box-shadow: var(--jp-elevation-z2); | ||
| 13779 | background: var(--jp-brand-color1); | ||
| 13780 | opacity: var(--jp-cell-collapser-not-active-hover-opacity); | ||
| 13781 | } | ||
| 13782 | |||
| 13783 | /* cell is active and collapser is hovered */ | ||
| 13784 | .jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser:hover { | ||
| 13785 | background: var(--jp-brand-color0); | ||
| 13786 | opacity: 1; | ||
| 13787 | } | ||
| 13788 | |||
| 13789 | /* Command mode */ | ||
| 13790 | |||
| 13791 | .jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected { | ||
| 13792 | background: var(--jp-notebook-multiselected-color); | ||
| 13793 | } | ||
| 13794 | |||
| 13795 | .jp-Notebook.jp-mod-commandMode | ||
| 13796 | .jp-Cell.jp-mod-active.jp-mod-selected:not(.jp-mod-multiSelected) { | ||
| 13797 | background: transparent; | ||
| 13798 | } | ||
| 13799 | |||
| 13800 | /* Edit mode */ | ||
| 13801 | |||
| 13802 | .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-InputArea-editor { | ||
| 13803 | border: var(--jp-border-width) solid var(--jp-cell-editor-active-border-color); | ||
| 13804 | box-shadow: var(--jp-input-box-shadow); | ||
| 13805 | background-color: var(--jp-cell-editor-active-background); | ||
| 13806 | } | ||
| 13807 | |||
| 13808 | /*----------------------------------------------------------------------------- | ||
| 13809 | | Notebook drag and drop | ||
| 13810 | |----------------------------------------------------------------------------*/ | ||
| 13811 | |||
| 13812 | .jp-Notebook-cell.jp-mod-dropSource { | ||
| 13813 | opacity: 0.5; | ||
| 13814 | } | ||
| 13815 | |||
| 13816 | .jp-Notebook-cell.jp-mod-dropTarget, | ||
| 13817 | .jp-Notebook.jp-mod-commandMode | ||
| 13818 | .jp-Notebook-cell.jp-mod-active.jp-mod-selected.jp-mod-dropTarget { | ||
| 13819 | border-top-color: var(--jp-private-notebook-selected-color); | ||
| 13820 | border-top-style: solid; | ||
| 13821 | border-top-width: 2px; | ||
| 13822 | } | ||
| 13823 | |||
| 13824 | .jp-dragImage { | ||
| 13825 | display: block; | ||
| 13826 | flex-direction: row; | ||
| 13827 | width: var(--jp-private-notebook-dragImage-width); | ||
| 13828 | height: var(--jp-private-notebook-dragImage-height); | ||
| 13829 | border: var(--jp-border-width) solid var(--jp-cell-editor-border-color); | ||
| 13830 | background: var(--jp-cell-editor-background); | ||
| 13831 | overflow: visible; | ||
| 13832 | } | ||
| 13833 | |||
| 13834 | .jp-dragImage-singlePrompt { | ||
| 13835 | box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); | ||
| 13836 | } | ||
| 13837 | |||
| 13838 | .jp-dragImage .jp-dragImage-content { | ||
| 13839 | flex: 1 1 auto; | ||
| 13840 | z-index: 2; | ||
| 13841 | font-size: var(--jp-code-font-size); | ||
| 13842 | font-family: var(--jp-code-font-family); | ||
| 13843 | line-height: var(--jp-code-line-height); | ||
| 13844 | padding: var(--jp-code-padding); | ||
| 13845 | border: var(--jp-border-width) solid var(--jp-cell-editor-border-color); | ||
| 13846 | background: var(--jp-cell-editor-background-color); | ||
| 13847 | color: var(--jp-content-font-color3); | ||
| 13848 | text-align: left; | ||
| 13849 | margin: 4px 4px 4px 0px; | ||
| 13850 | } | ||
| 13851 | |||
| 13852 | .jp-dragImage .jp-dragImage-prompt { | ||
| 13853 | flex: 0 0 auto; | ||
| 13854 | min-width: 36px; | ||
| 13855 | color: var(--jp-cell-inprompt-font-color); | ||
| 13856 | padding: var(--jp-code-padding); | ||
| 13857 | padding-left: 12px; | ||
| 13858 | font-family: var(--jp-cell-prompt-font-family); | ||
| 13859 | letter-spacing: var(--jp-cell-prompt-letter-spacing); | ||
| 13860 | line-height: 1.9; | ||
| 13861 | font-size: var(--jp-code-font-size); | ||
| 13862 | border: var(--jp-border-width) solid transparent; | ||
| 13863 | } | ||
| 13864 | |||
| 13865 | .jp-dragImage-multipleBack { | ||
| 13866 | z-index: -1; | ||
| 13867 | position: absolute; | ||
| 13868 | height: 32px; | ||
| 13869 | width: 300px; | ||
| 13870 | top: 8px; | ||
| 13871 | left: 8px; | ||
| 13872 | background: var(--jp-layout-color2); | ||
| 13873 | border: var(--jp-border-width) solid var(--jp-input-border-color); | ||
| 13874 | box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); | ||
| 13875 | } | ||
| 13876 | |||
| 13877 | /*----------------------------------------------------------------------------- | ||
| 13878 | | Cell toolbar | ||
| 13879 | |----------------------------------------------------------------------------*/ | ||
| 13880 | |||
| 13881 | .jp-NotebookTools { | ||
| 13882 | display: block; | ||
| 13883 | min-width: var(--jp-sidebar-min-width); | ||
| 13884 | color: var(--jp-ui-font-color1); | ||
| 13885 | background: var(--jp-layout-color1); | ||
| 13886 | /* This is needed so that all font sizing of children done in ems is | ||
| 13887 | * relative to this base size */ | ||
| 13888 | font-size: var(--jp-ui-font-size1); | ||
| 13889 | overflow: auto; | ||
| 13890 | } | ||
| 13891 | |||
| 13892 | .jp-NotebookTools-tool { | ||
| 13893 | padding: 0px 12px 0 12px; | ||
| 13894 | } | ||
| 13895 | |||
| 13896 | .jp-ActiveCellTool { | ||
| 13897 | padding: 12px; | ||
| 13898 | background-color: var(--jp-layout-color1); | ||
| 13899 | border-top: none !important; | ||
| 13900 | } | ||
| 13901 | |||
| 13902 | .jp-ActiveCellTool .jp-InputArea-prompt { | ||
| 13903 | flex: 0 0 auto; | ||
| 13904 | padding-left: 0px; | ||
| 13905 | } | ||
| 13906 | |||
| 13907 | .jp-ActiveCellTool .jp-InputArea-editor { | ||
| 13908 | flex: 1 1 auto; | ||
| 13909 | background: var(--jp-cell-editor-background); | ||
| 13910 | border-color: var(--jp-cell-editor-border-color); | ||
| 13911 | } | ||
| 13912 | |||
| 13913 | .jp-ActiveCellTool .jp-InputArea-editor .CodeMirror { | ||
| 13914 | background: transparent; | ||
| 13915 | } | ||
| 13916 | |||
| 13917 | .jp-MetadataEditorTool { | ||
| 13918 | flex-direction: column; | ||
| 13919 | padding: 12px 0px 12px 0px; | ||
| 13920 | } | ||
| 13921 | |||
| 13922 | .jp-RankedPanel > :not(:first-child) { | ||
| 13923 | margin-top: 12px; | ||
| 13924 | } | ||
| 13925 | |||
| 13926 | .jp-KeySelector select.jp-mod-styled { | ||
| 13927 | font-size: var(--jp-ui-font-size1); | ||
| 13928 | color: var(--jp-ui-font-color0); | ||
| 13929 | border: var(--jp-border-width) solid var(--jp-border-color1); | ||
| 13930 | } | ||
| 13931 | |||
| 13932 | .jp-KeySelector label, | ||
| 13933 | .jp-MetadataEditorTool label { | ||
| 13934 | line-height: 1.4; | ||
| 13935 | } | ||
| 13936 | |||
| 13937 | .jp-NotebookTools .jp-select-wrapper { | ||
| 13938 | margin-top: 4px; | ||
| 13939 | margin-bottom: 0px; | ||
| 13940 | } | ||
| 13941 | |||
| 13942 | .jp-NotebookTools .jp-Collapse { | ||
| 13943 | margin-top: 16px; | ||
| 13944 | } | ||
| 13945 | |||
| 13946 | /*----------------------------------------------------------------------------- | ||
| 13947 | | Presentation Mode (.jp-mod-presentationMode) | ||
| 13948 | |----------------------------------------------------------------------------*/ | ||
| 13949 | |||
| 13950 | .jp-mod-presentationMode .jp-Notebook { | ||
| 13951 | --jp-content-font-size1: var(--jp-content-presentation-font-size1); | ||
| 13952 | --jp-code-font-size: var(--jp-code-presentation-font-size); | ||
| 13953 | } | ||
| 13954 | |||
| 13955 | .jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-InputPrompt, | ||
| 13956 | .jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-OutputPrompt { | ||
| 13957 | flex: 0 0 110px; | ||
| 13958 | } | ||
| 13959 | |||
| 13960 | /*----------------------------------------------------------------------------- | ||
| 13961 | | Placeholder | ||
| 13962 | |----------------------------------------------------------------------------*/ | ||
| 13963 | |||
| 13964 | .jp-Cell-Placeholder { | ||
| 13965 | padding-left: 55px; | ||
| 13966 | } | ||
| 13967 | |||
| 13968 | .jp-Cell-Placeholder-wrapper { | ||
| 13969 | background: #fff; | ||
| 13970 | border: 1px solid; | ||
| 13971 | border-color: #e5e6e9 #dfe0e4 #d0d1d5; | ||
| 13972 | border-radius: 4px; | ||
| 13973 | -webkit-border-radius: 4px; | ||
| 13974 | margin: 10px 15px; | ||
| 13975 | } | ||
| 13976 | |||
| 13977 | .jp-Cell-Placeholder-wrapper-inner { | ||
| 13978 | padding: 15px; | ||
| 13979 | position: relative; | ||
| 13980 | } | ||
| 13981 | |||
| 13982 | .jp-Cell-Placeholder-wrapper-body { | ||
| 13983 | background-repeat: repeat; | ||
| 13984 | background-size: 50% auto; | ||
| 13985 | } | ||
| 13986 | |||
| 13987 | .jp-Cell-Placeholder-wrapper-body div { | ||
| 13988 | background: #f6f7f8; | ||
| 13989 | background-image: -webkit-linear-gradient( | ||
| 13990 | left, | ||
| 13991 | #f6f7f8 0%, | ||
| 13992 | #edeef1 20%, | ||
| 13993 | #f6f7f8 40%, | ||
| 13994 | #f6f7f8 100% | ||
| 13995 | ); | ||
| 13996 | background-repeat: no-repeat; | ||
| 13997 | background-size: 800px 104px; | ||
| 13998 | height: 104px; | ||
| 13999 | position: relative; | ||
| 14000 | } | ||
| 14001 | |||
| 14002 | .jp-Cell-Placeholder-wrapper-body div { | ||
| 14003 | position: absolute; | ||
| 14004 | right: 15px; | ||
| 14005 | left: 15px; | ||
| 14006 | top: 15px; | ||
| 14007 | } | ||
| 14008 | |||
| 14009 | div.jp-Cell-Placeholder-h1 { | ||
| 14010 | top: 20px; | ||
| 14011 | height: 20px; | ||
| 14012 | left: 15px; | ||
| 14013 | width: 150px; | ||
| 14014 | } | ||
| 14015 | |||
| 14016 | div.jp-Cell-Placeholder-h2 { | ||
| 14017 | left: 15px; | ||
| 14018 | top: 50px; | ||
| 14019 | height: 10px; | ||
| 14020 | width: 100px; | ||
| 14021 | } | ||
| 14022 | |||
| 14023 | div.jp-Cell-Placeholder-content-1, | ||
| 14024 | div.jp-Cell-Placeholder-content-2, | ||
| 14025 | div.jp-Cell-Placeholder-content-3 { | ||
| 14026 | left: 15px; | ||
| 14027 | right: 15px; | ||
| 14028 | height: 10px; | ||
| 14029 | } | ||
| 14030 | |||
| 14031 | div.jp-Cell-Placeholder-content-1 { | ||
| 14032 | top: 100px; | ||
| 14033 | } | ||
| 14034 | |||
| 14035 | div.jp-Cell-Placeholder-content-2 { | ||
| 14036 | top: 120px; | ||
| 14037 | } | ||
| 14038 | |||
| 14039 | div.jp-Cell-Placeholder-content-3 { | ||
| 14040 | top: 140px; | ||
| 14041 | } | ||
| 14042 | |||
| 14043 | /*----------------------------------------------------------------------------- | ||
| 14044 | | Copyright (c) Jupyter Development Team. | ||
| 14045 | | Distributed under the terms of the Modified BSD License. | ||
| 14046 | |----------------------------------------------------------------------------*/ | ||
| 14047 | |||
| 14048 | /* | ||
| 14049 | The following CSS variables define the main, public API for styling JupyterLab. | ||
| 14050 | These variables should be used by all plugins wherever possible. In other | ||
| 14051 | words, plugins should not define custom colors, sizes, etc unless absolutely | ||
| 14052 | necessary. This enables users to change the visual theme of JupyterLab | ||
| 14053 | by changing these variables. | ||
| 14054 | |||
| 14055 | Many variables appear in an ordered sequence (0,1,2,3). These sequences | ||
| 14056 | are designed to work well together, so for example, `--jp-border-color1` should | ||
| 14057 | be used with `--jp-layout-color1`. The numbers have the following meanings: | ||
| 14058 | |||
| 14059 | * 0: super-primary, reserved for special emphasis | ||
| 14060 | * 1: primary, most important under normal situations | ||
| 14061 | * 2: secondary, next most important under normal situations | ||
| 14062 | * 3: tertiary, next most important under normal situations | ||
| 14063 | |||
| 14064 | Throughout JupyterLab, we are mostly following principles from Google's | ||
| 14065 | Material Design when selecting colors. We are not, however, following | ||
| 14066 | all of MD as it is not optimized for dense, information rich UIs. | ||
| 14067 | */ | ||
| 14068 | |||
| 14069 | :root { | ||
| 14070 | /* Elevation | ||
| 14071 | * | ||
| 14072 | * We style box-shadows using Material Design's idea of elevation. These particular numbers are taken from here: | ||
| 14073 | * | ||
| 14074 | * https://github.com/material-components/material-components-web | ||
| 14075 | * https://material-components-web.appspot.com/elevation.html | ||
| 14076 | */ | ||
| 14077 | |||
| 14078 | --jp-shadow-base-lightness: 0; | ||
| 14079 | --jp-shadow-umbra-color: rgba( | ||
| 14080 | var(--jp-shadow-base-lightness), | ||
| 14081 | var(--jp-shadow-base-lightness), | ||
| 14082 | var(--jp-shadow-base-lightness), | ||
| 14083 | 0.2 | ||
| 14084 | ); | ||
| 14085 | --jp-shadow-penumbra-color: rgba( | ||
| 14086 | var(--jp-shadow-base-lightness), | ||
| 14087 | var(--jp-shadow-base-lightness), | ||
| 14088 | var(--jp-shadow-base-lightness), | ||
| 14089 | 0.14 | ||
| 14090 | ); | ||
| 14091 | --jp-shadow-ambient-color: rgba( | ||
| 14092 | var(--jp-shadow-base-lightness), | ||
| 14093 | var(--jp-shadow-base-lightness), | ||
| 14094 | var(--jp-shadow-base-lightness), | ||
| 14095 | 0.12 | ||
| 14096 | ); | ||
| 14097 | --jp-elevation-z0: none; | ||
| 14098 | --jp-elevation-z1: 0px 2px 1px -1px var(--jp-shadow-umbra-color), | ||
| 14099 | 0px 1px 1px 0px var(--jp-shadow-penumbra-color), | ||
| 14100 | 0px 1px 3px 0px var(--jp-shadow-ambient-color); | ||
| 14101 | --jp-elevation-z2: 0px 3px 1px -2px var(--jp-shadow-umbra-color), | ||
| 14102 | 0px 2px 2px 0px var(--jp-shadow-penumbra-color), | ||
| 14103 | 0px 1px 5px 0px var(--jp-shadow-ambient-color); | ||
| 14104 | --jp-elevation-z4: 0px 2px 4px -1px var(--jp-shadow-umbra-color), | ||
| 14105 | 0px 4px 5px 0px var(--jp-shadow-penumbra-color), | ||
| 14106 | 0px 1px 10px 0px var(--jp-shadow-ambient-color); | ||
| 14107 | --jp-elevation-z6: 0px 3px 5px -1px var(--jp-shadow-umbra-color), | ||
| 14108 | 0px 6px 10px 0px var(--jp-shadow-penumbra-color), | ||
| 14109 | 0px 1px 18px 0px var(--jp-shadow-ambient-color); | ||
| 14110 | --jp-elevation-z8: 0px 5px 5px -3px var(--jp-shadow-umbra-color), | ||
| 14111 | 0px 8px 10px 1px var(--jp-shadow-penumbra-color), | ||
| 14112 | 0px 3px 14px 2px var(--jp-shadow-ambient-color); | ||
| 14113 | --jp-elevation-z12: 0px 7px 8px -4px var(--jp-shadow-umbra-color), | ||
| 14114 | 0px 12px 17px 2px var(--jp-shadow-penumbra-color), | ||
| 14115 | 0px 5px 22px 4px var(--jp-shadow-ambient-color); | ||
| 14116 | --jp-elevation-z16: 0px 8px 10px -5px var(--jp-shadow-umbra-color), | ||
| 14117 | 0px 16px 24px 2px var(--jp-shadow-penumbra-color), | ||
| 14118 | 0px 6px 30px 5px var(--jp-shadow-ambient-color); | ||
| 14119 | --jp-elevation-z20: 0px 10px 13px -6px var(--jp-shadow-umbra-color), | ||
| 14120 | 0px 20px 31px 3px var(--jp-shadow-penumbra-color), | ||
| 14121 | 0px 8px 38px 7px var(--jp-shadow-ambient-color); | ||
| 14122 | --jp-elevation-z24: 0px 11px 15px -7px var(--jp-shadow-umbra-color), | ||
| 14123 | 0px 24px 38px 3px var(--jp-shadow-penumbra-color), | ||
| 14124 | 0px 9px 46px 8px var(--jp-shadow-ambient-color); | ||
| 14125 | |||
| 14126 | /* Borders | ||
| 14127 | * | ||
| 14128 | * The following variables, specify the visual styling of borders in JupyterLab. | ||
| 14129 | */ | ||
| 14130 | |||
| 14131 | --jp-border-width: 1px; | ||
| 14132 | --jp-border-color0: var(--md-grey-400); | ||
| 14133 | --jp-border-color1: var(--md-grey-400); | ||
| 14134 | --jp-border-color2: var(--md-grey-300); | ||
| 14135 | --jp-border-color3: var(--md-grey-200); | ||
| 14136 | --jp-border-radius: 2px; | ||
| 14137 | |||
| 14138 | /* UI Fonts | ||
| 14139 | * | ||
| 14140 | * The UI font CSS variables are used for the typography all of the JupyterLab | ||
| 14141 | * user interface elements that are not directly user generated content. | ||
| 14142 | * | ||
| 14143 | * The font sizing here is done assuming that the body font size of --jp-ui-font-size1 | ||
| 14144 | * is applied to a parent element. When children elements, such as headings, are sized | ||
| 14145 | * in em all things will be computed relative to that body size. | ||
| 14146 | */ | ||
| 14147 | |||
| 14148 | --jp-ui-font-scale-factor: 1.2; | ||
| 14149 | --jp-ui-font-size0: 0.83333em; | ||
| 14150 | --jp-ui-font-size1: 13px; /* Base font size */ | ||
| 14151 | --jp-ui-font-size2: 1.2em; | ||
| 14152 | --jp-ui-font-size3: 1.44em; | ||
| 14153 | |||
| 14154 | --jp-ui-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, | ||
| 14155 | Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; | ||
| 14156 | |||
| 14157 | /* | ||
| 14158 | * Use these font colors against the corresponding main layout colors. | ||
| 14159 | * In a light theme, these go from dark to light. | ||
| 14160 | */ | ||
| 14161 | |||
| 14162 | /* Defaults use Material Design specification */ | ||
| 14163 | --jp-ui-font-color0: rgba(0, 0, 0, 1); | ||
| 14164 | --jp-ui-font-color1: rgba(0, 0, 0, 0.87); | ||
| 14165 | --jp-ui-font-color2: rgba(0, 0, 0, 0.54); | ||
| 14166 | --jp-ui-font-color3: rgba(0, 0, 0, 0.38); | ||
| 14167 | |||
| 14168 | /* | ||
| 14169 | * Use these against the brand/accent/warn/error colors. | ||
| 14170 | * These will typically go from light to darker, in both a dark and light theme. | ||
| 14171 | */ | ||
| 14172 | |||
| 14173 | --jp-ui-inverse-font-color0: rgba(255, 255, 255, 1); | ||
| 14174 | --jp-ui-inverse-font-color1: rgba(255, 255, 255, 1); | ||
| 14175 | --jp-ui-inverse-font-color2: rgba(255, 255, 255, 0.7); | ||
| 14176 | --jp-ui-inverse-font-color3: rgba(255, 255, 255, 0.5); | ||
| 14177 | |||
| 14178 | /* Content Fonts | ||
| 14179 | * | ||
| 14180 | * Content font variables are used for typography of user generated content. | ||
| 14181 | * | ||
| 14182 | * The font sizing here is done assuming that the body font size of --jp-content-font-size1 | ||
| 14183 | * is applied to a parent element. When children elements, such as headings, are sized | ||
| 14184 | * in em all things will be computed relative to that body size. | ||
| 14185 | */ | ||
| 14186 | |||
| 14187 | --jp-content-line-height: 1.6; | ||
| 14188 | --jp-content-font-scale-factor: 1.2; | ||
| 14189 | --jp-content-font-size0: 0.83333em; | ||
| 14190 | --jp-content-font-size1: 14px; /* Base font size */ | ||
| 14191 | --jp-content-font-size2: 1.2em; | ||
| 14192 | --jp-content-font-size3: 1.44em; | ||
| 14193 | --jp-content-font-size4: 1.728em; | ||
| 14194 | --jp-content-font-size5: 2.0736em; | ||
| 14195 | |||
| 14196 | /* This gives a magnification of about 125% in presentation mode over normal. */ | ||
| 14197 | --jp-content-presentation-font-size1: 17px; | ||
| 14198 | |||
| 14199 | --jp-content-heading-line-height: 1; | ||
| 14200 | --jp-content-heading-margin-top: 1.2em; | ||
| 14201 | --jp-content-heading-margin-bottom: 0.8em; | ||
| 14202 | --jp-content-heading-font-weight: 500; | ||
| 14203 | |||
| 14204 | /* Defaults use Material Design specification */ | ||
| 14205 | --jp-content-font-color0: rgba(0, 0, 0, 1); | ||
| 14206 | --jp-content-font-color1: rgba(0, 0, 0, 0.87); | ||
| 14207 | --jp-content-font-color2: rgba(0, 0, 0, 0.54); | ||
| 14208 | --jp-content-font-color3: rgba(0, 0, 0, 0.38); | ||
| 14209 | |||
| 14210 | --jp-content-link-color: var(--md-blue-700); | ||
| 14211 | |||
| 14212 | --jp-content-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', | ||
| 14213 | Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', | ||
| 14214 | 'Segoe UI Symbol'; | ||
| 14215 | |||
| 14216 | /* | ||
| 14217 | * Code Fonts | ||
| 14218 | * | ||
| 14219 | * Code font variables are used for typography of code and other monospaces content. | ||
| 14220 | */ | ||
| 14221 | |||
| 14222 | --jp-code-font-size: 13px; | ||
| 14223 | --jp-code-line-height: 1.3077; /* 17px for 13px base */ | ||
| 14224 | --jp-code-padding: 5px; /* 5px for 13px base, codemirror highlighting needs integer px value */ | ||
| 14225 | --jp-code-font-family-default: Menlo, Consolas, 'DejaVu Sans Mono', monospace; | ||
| 14226 | --jp-code-font-family: var(--jp-code-font-family-default); | ||
| 14227 | |||
| 14228 | /* This gives a magnification of about 125% in presentation mode over normal. */ | ||
| 14229 | --jp-code-presentation-font-size: 16px; | ||
| 14230 | |||
| 14231 | /* may need to tweak cursor width if you change font size */ | ||
| 14232 | --jp-code-cursor-width0: 1.4px; | ||
| 14233 | --jp-code-cursor-width1: 2px; | ||
| 14234 | --jp-code-cursor-width2: 4px; | ||
| 14235 | |||
| 14236 | /* Layout | ||
| 14237 | * | ||
| 14238 | * The following are the main layout colors use in JupyterLab. In a light | ||
| 14239 | * theme these would go from light to dark. | ||
| 14240 | */ | ||
| 14241 | |||
| 14242 | --jp-layout-color0: white; | ||
| 14243 | --jp-layout-color1: white; | ||
| 14244 | --jp-layout-color2: var(--md-grey-200); | ||
| 14245 | --jp-layout-color3: var(--md-grey-400); | ||
| 14246 | --jp-layout-color4: var(--md-grey-600); | ||
| 14247 | |||
| 14248 | /* Inverse Layout | ||
| 14249 | * | ||
| 14250 | * The following are the inverse layout colors use in JupyterLab. In a light | ||
| 14251 | * theme these would go from dark to light. | ||
| 14252 | */ | ||
| 14253 | |||
| 14254 | --jp-inverse-layout-color0: #111111; | ||
| 14255 | --jp-inverse-layout-color1: var(--md-grey-900); | ||
| 14256 | --jp-inverse-layout-color2: var(--md-grey-800); | ||
| 14257 | --jp-inverse-layout-color3: var(--md-grey-700); | ||
| 14258 | --jp-inverse-layout-color4: var(--md-grey-600); | ||
| 14259 | |||
| 14260 | /* Brand/accent */ | ||
| 14261 | |||
| 14262 | --jp-brand-color0: var(--md-blue-900); | ||
| 14263 | --jp-brand-color1: var(--md-blue-700); | ||
| 14264 | --jp-brand-color2: var(--md-blue-300); | ||
| 14265 | --jp-brand-color3: var(--md-blue-100); | ||
| 14266 | --jp-brand-color4: var(--md-blue-50); | ||
| 14267 | |||
| 14268 | --jp-accent-color0: var(--md-green-900); | ||
| 14269 | --jp-accent-color1: var(--md-green-700); | ||
| 14270 | --jp-accent-color2: var(--md-green-300); | ||
| 14271 | --jp-accent-color3: var(--md-green-100); | ||
| 14272 | |||
| 14273 | /* State colors (warn, error, success, info) */ | ||
| 14274 | |||
| 14275 | --jp-warn-color0: var(--md-orange-900); | ||
| 14276 | --jp-warn-color1: var(--md-orange-700); | ||
| 14277 | --jp-warn-color2: var(--md-orange-300); | ||
| 14278 | --jp-warn-color3: var(--md-orange-100); | ||
| 14279 | |||
| 14280 | --jp-error-color0: var(--md-red-900); | ||
| 14281 | --jp-error-color1: var(--md-red-700); | ||
| 14282 | --jp-error-color2: var(--md-red-300); | ||
| 14283 | --jp-error-color3: var(--md-red-100); | ||
| 14284 | |||
| 14285 | --jp-success-color0: var(--md-green-900); | ||
| 14286 | --jp-success-color1: var(--md-green-700); | ||
| 14287 | --jp-success-color2: var(--md-green-300); | ||
| 14288 | --jp-success-color3: var(--md-green-100); | ||
| 14289 | |||
| 14290 | --jp-info-color0: var(--md-cyan-900); | ||
| 14291 | --jp-info-color1: var(--md-cyan-700); | ||
| 14292 | --jp-info-color2: var(--md-cyan-300); | ||
| 14293 | --jp-info-color3: var(--md-cyan-100); | ||
| 14294 | |||
| 14295 | /* Cell specific styles */ | ||
| 14296 | |||
| 14297 | --jp-cell-padding: 5px; | ||
| 14298 | |||
| 14299 | --jp-cell-collapser-width: 8px; | ||
| 14300 | --jp-cell-collapser-min-height: 20px; | ||
| 14301 | --jp-cell-collapser-not-active-hover-opacity: 0.6; | ||
| 14302 | |||
| 14303 | --jp-cell-editor-background: var(--md-grey-100); | ||
| 14304 | --jp-cell-editor-border-color: var(--md-grey-300); | ||
| 14305 | --jp-cell-editor-box-shadow: inset 0 0 2px var(--md-blue-300); | ||
| 14306 | --jp-cell-editor-active-background: var(--jp-layout-color0); | ||
| 14307 | --jp-cell-editor-active-border-color: var(--jp-brand-color1); | ||
| 14308 | |||
| 14309 | --jp-cell-prompt-width: 64px; | ||
| 14310 | --jp-cell-prompt-font-family: var(--jp-code-font-family-default); | ||
| 14311 | --jp-cell-prompt-letter-spacing: 0px; | ||
| 14312 | --jp-cell-prompt-opacity: 1; | ||
| 14313 | --jp-cell-prompt-not-active-opacity: 0.5; | ||
| 14314 | --jp-cell-prompt-not-active-font-color: var(--md-grey-700); | ||
| 14315 | /* A custom blend of MD grey and blue 600 | ||
| 14316 | * See https://meyerweb.com/eric/tools/color-blend/#546E7A:1E88E5:5:hex */ | ||
| 14317 | --jp-cell-inprompt-font-color: #307fc1; | ||
| 14318 | /* A custom blend of MD grey and orange 600 | ||
| 14319 | * https://meyerweb.com/eric/tools/color-blend/#546E7A:F4511E:5:hex */ | ||
| 14320 | --jp-cell-outprompt-font-color: #bf5b3d; | ||
| 14321 | |||
| 14322 | /* Notebook specific styles */ | ||
| 14323 | |||
| 14324 | --jp-notebook-padding: 10px; | ||
| 14325 | --jp-notebook-select-background: var(--jp-layout-color1); | ||
| 14326 | --jp-notebook-multiselected-color: var(--md-blue-50); | ||
| 14327 | |||
| 14328 | /* The scroll padding is calculated to fill enough space at the bottom of the | ||
| 14329 | notebook to show one single-line cell (with appropriate padding) at the top | ||
| 14330 | when the notebook is scrolled all the way to the bottom. We also subtract one | ||
| 14331 | pixel so that no scrollbar appears if we have just one single-line cell in the | ||
| 14332 | notebook. This padding is to enable a 'scroll past end' feature in a notebook. | ||
| 14333 | */ | ||
| 14334 | --jp-notebook-scroll-padding: calc( | ||
| 14335 | 100% - var(--jp-code-font-size) * var(--jp-code-line-height) - | ||
| 14336 | var(--jp-code-padding) - var(--jp-cell-padding) - 1px | ||
| 14337 | ); | ||
| 14338 | |||
| 14339 | /* Rendermime styles */ | ||
| 14340 | |||
| 14341 | --jp-rendermime-error-background: #fdd; | ||
| 14342 | --jp-rendermime-table-row-background: var(--md-grey-100); | ||
| 14343 | --jp-rendermime-table-row-hover-background: var(--md-light-blue-50); | ||
| 14344 | |||
| 14345 | /* Dialog specific styles */ | ||
| 14346 | |||
| 14347 | --jp-dialog-background: rgba(0, 0, 0, 0.25); | ||
| 14348 | |||
| 14349 | /* Console specific styles */ | ||
| 14350 | |||
| 14351 | --jp-console-padding: 10px; | ||
| 14352 | |||
| 14353 | /* Toolbar specific styles */ | ||
| 14354 | |||
| 14355 | --jp-toolbar-border-color: var(--jp-border-color1); | ||
| 14356 | --jp-toolbar-micro-height: 8px; | ||
| 14357 | --jp-toolbar-background: var(--jp-layout-color1); | ||
| 14358 | --jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24); | ||
| 14359 | --jp-toolbar-header-margin: 4px 4px 0px 4px; | ||
| 14360 | --jp-toolbar-active-background: var(--md-grey-300); | ||
| 14361 | |||
| 14362 | /* Statusbar specific styles */ | ||
| 14363 | |||
| 14364 | --jp-statusbar-height: 24px; | ||
| 14365 | |||
| 14366 | /* Input field styles */ | ||
| 14367 | |||
| 14368 | --jp-input-box-shadow: inset 0 0 2px var(--md-blue-300); | ||
| 14369 | --jp-input-active-background: var(--jp-layout-color1); | ||
| 14370 | --jp-input-hover-background: var(--jp-layout-color1); | ||
| 14371 | --jp-input-background: var(--md-grey-100); | ||
| 14372 | --jp-input-border-color: var(--jp-border-color1); | ||
| 14373 | --jp-input-active-border-color: var(--jp-brand-color1); | ||
| 14374 | --jp-input-active-box-shadow-color: rgba(19, 124, 189, 0.3); | ||
| 14375 | |||
| 14376 | /* General editor styles */ | ||
| 14377 | |||
| 14378 | --jp-editor-selected-background: #d9d9d9; | ||
| 14379 | --jp-editor-selected-focused-background: #d7d4f0; | ||
| 14380 | --jp-editor-cursor-color: var(--jp-ui-font-color0); | ||
| 14381 | |||
| 14382 | /* Code mirror specific styles */ | ||
| 14383 | |||
| 14384 | --jp-mirror-editor-keyword-color: #008000; | ||
| 14385 | --jp-mirror-editor-atom-color: #88f; | ||
| 14386 | --jp-mirror-editor-number-color: #080; | ||
| 14387 | --jp-mirror-editor-def-color: #00f; | ||
| 14388 | --jp-mirror-editor-variable-color: var(--md-grey-900); | ||
| 14389 | --jp-mirror-editor-variable-2-color: #05a; | ||
| 14390 | --jp-mirror-editor-variable-3-color: #085; | ||
| 14391 | --jp-mirror-editor-punctuation-color: #05a; | ||
| 14392 | --jp-mirror-editor-property-color: #05a; | ||
| 14393 | --jp-mirror-editor-operator-color: #aa22ff; | ||
| 14394 | --jp-mirror-editor-comment-color: #408080; | ||
| 14395 | --jp-mirror-editor-string-color: #ba2121; | ||
| 14396 | --jp-mirror-editor-string-2-color: #708; | ||
| 14397 | --jp-mirror-editor-meta-color: #aa22ff; | ||
| 14398 | --jp-mirror-editor-qualifier-color: #555; | ||
| 14399 | --jp-mirror-editor-builtin-color: #008000; | ||
| 14400 | --jp-mirror-editor-bracket-color: #997; | ||
| 14401 | --jp-mirror-editor-tag-color: #170; | ||
| 14402 | --jp-mirror-editor-attribute-color: #00c; | ||
| 14403 | --jp-mirror-editor-header-color: blue; | ||
| 14404 | --jp-mirror-editor-quote-color: #090; | ||
| 14405 | --jp-mirror-editor-link-color: #00c; | ||
| 14406 | --jp-mirror-editor-error-color: #f00; | ||
| 14407 | --jp-mirror-editor-hr-color: #999; | ||
| 14408 | |||
| 14409 | /* Vega extension styles */ | ||
| 14410 | |||
| 14411 | --jp-vega-background: white; | ||
| 14412 | |||
| 14413 | /* Sidebar-related styles */ | ||
| 14414 | |||
| 14415 | --jp-sidebar-min-width: 250px; | ||
| 14416 | |||
| 14417 | /* Search-related styles */ | ||
| 14418 | |||
| 14419 | --jp-search-toggle-off-opacity: 0.5; | ||
| 14420 | --jp-search-toggle-hover-opacity: 0.8; | ||
| 14421 | --jp-search-toggle-on-opacity: 1; | ||
| 14422 | --jp-search-selected-match-background-color: rgb(245, 200, 0); | ||
| 14423 | --jp-search-selected-match-color: black; | ||
| 14424 | --jp-search-unselected-match-background-color: var( | ||
| 14425 | --jp-inverse-layout-color0 | ||
| 14426 | ); | ||
| 14427 | --jp-search-unselected-match-color: var(--jp-ui-inverse-font-color0); | ||
| 14428 | |||
| 14429 | /* Icon colors that work well with light or dark backgrounds */ | ||
| 14430 | --jp-icon-contrast-color0: var(--md-purple-600); | ||
| 14431 | --jp-icon-contrast-color1: var(--md-green-600); | ||
| 14432 | --jp-icon-contrast-color2: var(--md-pink-600); | ||
| 14433 | --jp-icon-contrast-color3: var(--md-blue-600); | ||
| 14434 | } | ||
| 14435 | |||
| 14436 | a.anchor-link { | ||
| 14437 | display: none; | ||
| 14438 | } | ||
| 14439 | .highlight { | ||
| 14440 | margin: 0.4em; | ||
| 14441 | } | ||
| 14442 | .jp-Notebook { | ||
| 14443 | padding: 0; | ||
| 14444 | } | ||
| 14445 | :root { | ||
| 14446 | --jp-ui-font-size1: 20px; /* instead of 14px */ | ||
| 14447 | --jp-content-font-size1: 20px; /* instead of 14px */ | ||
| 14448 | --jp-code-font-size: 19px; /* instead of 13px */ | ||
| 14449 | --jp-cell-prompt-width: 110px; /* instead of 64px */ | ||
| 14450 | } | ||
| 14451 | @media print { | ||
| 14452 | body { | ||
| 14453 | margin: 0; | ||
| 14454 | } | ||
| 14455 | } | ||
| 14456 | /* Overrides of notebook CSS for static HTML export */ | ||
| 14457 | .reveal { | ||
| 14458 | font-size: 160%; | ||
| 14459 | } | ||
| 14460 | .reveal table { | ||
| 14461 | font-size: var(--jp-ui-font-size1); | ||
| 14462 | } | ||
| 14463 | .reveal pre { | ||
| 14464 | width: inherit; | ||
| 14465 | padding: 0.4em; | ||
| 14466 | margin: 0px; | ||
| 14467 | font-family: monospace, sans-serif; | ||
| 14468 | font-size: 80%; | ||
| 14469 | box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); | ||
| 14470 | } | ||
| 14471 | .reveal pre code { | ||
| 14472 | padding: 0px; | ||
| 14473 | } | ||
| 14474 | .reveal section img { | ||
| 14475 | border: 0px solid black; | ||
| 14476 | box-shadow: 0 0 10px rgba(0, 0, 0, 0); | ||
| 14477 | } | ||
| 14478 | .reveal .slides { | ||
| 14479 | text-align: left; | ||
| 14480 | } | ||
| 14481 | .reveal.fade { | ||
| 14482 | opacity: 1; | ||
| 14483 | } | ||
| 14484 | .reveal .progress { | ||
| 14485 | position: static; | ||
| 14486 | } | ||
| 14487 | |||
| 14488 | div.jp-InputArea-editor { | ||
| 14489 | padding: 0.06em; | ||
| 14490 | } | ||
| 14491 | |||
| 14492 | div.code_cell { | ||
| 14493 | background-color: transparent; | ||
| 14494 | } | ||
| 14495 | |||
| 14496 | div.output_area pre { | ||
| 14497 | font-family: monospace, sans-serif; | ||
| 14498 | font-size: 80%; | ||
| 14499 | } | ||
| 14500 | |||
| 14501 | div.jp-OutputPrompt { | ||
| 14502 | /* 5px right shift to account for margin in parent container */ | ||
| 14503 | margin: 5px 5px 0 0; | ||
| 14504 | } | ||
| 14505 | |||
| 14506 | .reveal div.highlight { | ||
| 14507 | margin: 0; | ||
| 14508 | } | ||
| 14509 | |||
| 14510 | .reveal div.highlight > pre { | ||
| 14511 | margin: 0; | ||
| 14512 | width: 100%; | ||
| 14513 | font-size: var(--jp-code-font-size); | ||
| 14514 | } | ||
| 14515 | |||
| 14516 | .reveal div.jp-OutputArea-output > pre { | ||
| 14517 | margin: 0; | ||
| 14518 | width: 90%; | ||
| 14519 | font-size: var(--jp-code-font-size); | ||
| 14520 | box-shadow: none; | ||
| 14521 | } | ||
| 14522 | |||
| 14523 | /* Reveal navigation controls */ | ||
| 14524 | |||
| 14525 | .reveal .controls .navigate-left, | ||
| 14526 | .reveal .controls .navigate-left.enabled { | ||
| 14527 | border-right-color: #727272; | ||
| 14528 | } | ||
| 14529 | .reveal .controls .navigate-left.enabled:hover, | ||
| 14530 | .reveal .controls .navigate-left.enabled.enabled:hover { | ||
| 14531 | border-right-color: #dfdfdf; | ||
| 14532 | } | ||
| 14533 | .reveal .controls .navigate-right, | ||
| 14534 | .reveal .controls .navigate-right.enabled { | ||
| 14535 | border-left-color: #727272; | ||
| 14536 | } | ||
| 14537 | .reveal .controls .navigate-right.enabled:hover, | ||
| 14538 | .reveal .controls .navigate-right.enabled.enabled:hover { | ||
| 14539 | border-left-color: #dfdfdf; | ||
| 14540 | } | ||
| 14541 | .reveal .controls .navigate-up, | ||
| 14542 | .reveal .controls .navigate-up.enabled { | ||
| 14543 | border-bottom-color: #727272; | ||
| 14544 | } | ||
| 14545 | .reveal .controls .navigate-up.enabled:hover, | ||
| 14546 | .reveal .controls .navigate-up.enabled.enabled:hover { | ||
| 14547 | border-bottom-color: #dfdfdf; | ||
| 14548 | } | ||
| 14549 | .reveal .controls .navigate-down, | ||
| 14550 | .reveal .controls .navigate-down.enabled { | ||
| 14551 | border-top-color: #727272; | ||
| 14552 | } | ||
| 14553 | .reveal .controls .navigate-down.enabled:hover, | ||
| 14554 | .reveal .controls .navigate-down.enabled.enabled:hover { | ||
| 14555 | border-top-color: #dfdfdf; | ||
| 14556 | } | ||
| 14557 | .reveal .progress span { | ||
| 14558 | background: #727272; | ||
| 14559 | } | ||
| 14560 | |||
| 14561 | /* Scrollbars */ | ||
| 14562 | |||
| 14563 | ::-webkit-scrollbar { | ||
| 14564 | width: 6px; | ||
| 14565 | height: 6px; | ||
| 14566 | } | ||
| 14567 | ::-webkit-scrollbar * { | ||
| 14568 | background: transparent; | ||
| 14569 | } | ||
| 14570 | ::-webkit-scrollbar-thumb { | ||
| 14571 | background: #727272 !important; | ||
| 14572 | } | ||
