@patternfly/react-styles 6.0.0-alpha.30 → 6.0.0-alpha.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +11 -11
  3. package/css/components/Accordion/accordion.css +2 -0
  4. package/css/components/Avatar/avatar.css +40 -40
  5. package/css/components/BackToTop/back-to-top.css +1 -1
  6. package/css/components/Banner/banner.css +1 -1
  7. package/css/components/Brand/brand.css +10 -10
  8. package/css/components/Breadcrumb/breadcrumb.css +9 -6
  9. package/css/components/Button/button.css +16 -7
  10. package/css/components/Card/card.css +1 -1
  11. package/css/components/Content/content.css +12 -9
  12. package/css/components/DataList/data-list-grid.css +19 -19
  13. package/css/components/DataList/data-list.css +37 -41
  14. package/css/components/DescriptionList/description-list-order.css +5 -5
  15. package/css/components/DescriptionList/description-list.css +26 -31
  16. package/css/components/Divider/divider.css +20 -20
  17. package/css/components/Drawer/drawer.css +12 -12
  18. package/css/components/Form/form.css +6 -6
  19. package/css/components/JumpLinks/jump-links.css +6 -6
  20. package/css/components/Label/label.css +18 -17
  21. package/css/components/Login/login.css +13 -13
  22. package/css/components/Masthead/masthead.css +201 -103
  23. package/css/components/Menu/menu.css +10 -10
  24. package/css/components/MenuToggle/menu-toggle.css +6 -0
  25. package/css/components/MenuToggle/menu-toggle.d.ts +2 -1
  26. package/css/components/MenuToggle/menu-toggle.js +2 -1
  27. package/css/components/MenuToggle/menu-toggle.mjs +2 -1
  28. package/css/components/ModalBox/modal-box.css +2 -2
  29. package/css/components/Nav/nav.css +5 -4
  30. package/css/components/Nav/nav.d.ts +1 -1
  31. package/css/components/Nav/nav.js +1 -1
  32. package/css/components/Nav/nav.mjs +1 -1
  33. package/css/components/Page/page.css +47 -166
  34. package/css/components/Page/page.d.ts +0 -2
  35. package/css/components/Page/page.js +0 -2
  36. package/css/components/Page/page.mjs +0 -2
  37. package/css/components/Pagination/pagination.css +8 -8
  38. package/css/components/ProgressStepper/progress-stepper.css +14 -13
  39. package/css/components/Sidebar/sidebar.css +8 -8
  40. package/css/components/SimpleList/simple-list.css +1 -1
  41. package/css/components/TabContent/tab-content.css +1 -1
  42. package/css/components/Table/table-grid.css +14 -20
  43. package/css/components/Table/table-tree-view.css +44 -54
  44. package/css/components/Table/table-tree-view.d.ts +1 -3
  45. package/css/components/Table/table-tree-view.js +1 -3
  46. package/css/components/Table/table-tree-view.mjs +1 -3
  47. package/css/components/Table/table.css +5 -5
  48. package/css/components/Tabs/tabs.css +11 -11
  49. package/css/components/Timestamp/timestamp.css +8 -17
  50. package/css/components/ToggleGroup/toggle-group.css +2 -2
  51. package/css/components/Toolbar/toolbar.css +30 -29
  52. package/css/components/Wizard/wizard.css +6 -6
  53. package/css/components/_index.css +664 -692
  54. package/css/components/_index.d.ts +2 -3
  55. package/css/components/_index.js +2 -3
  56. package/css/components/_index.mjs +2 -3
  57. package/css/layouts/Flex/flex.css +35 -35
  58. package/css/layouts/Gallery/gallery.css +10 -10
  59. package/css/layouts/Grid/grid.css +15 -15
  60. package/css/layouts/_index.css +60 -60
  61. package/css/utilities/Accessibility/accessibility.css +15 -15
  62. package/css/utilities/Alignment/alignment.css +5 -5
  63. package/css/utilities/BackgroundColor/background-color.css +5 -5
  64. package/css/utilities/Display/display.css +5 -5
  65. package/css/utilities/Flex/flex.css +50 -50
  66. package/css/utilities/Float/float.css +5 -5
  67. package/css/utilities/Sizing/sizing.css +30 -30
  68. package/css/utilities/Spacing/spacing.css +700 -700
  69. package/css/utilities/Text/text.css +20 -20
  70. package/css/utilities/_index.css +835 -835
  71. package/package.json +3 -3
  72. package/css/components/Consoles/AccessConsoles.css +0 -14
  73. package/css/components/Consoles/AccessConsoles.d.ts +0 -6
  74. package/css/components/Consoles/AccessConsoles.js +0 -7
  75. package/css/components/Consoles/AccessConsoles.mjs +0 -5
  76. package/css/components/Consoles/DesktopViewer.css +0 -6
  77. package/css/components/Consoles/DesktopViewer.d.ts +0 -5
  78. package/css/components/Consoles/DesktopViewer.js +0 -6
  79. package/css/components/Consoles/DesktopViewer.mjs +0 -4
  80. package/css/components/Consoles/SerialConsole.css +0 -11
  81. package/css/components/Consoles/SerialConsole.d.ts +0 -6
  82. package/css/components/Consoles/SerialConsole.js +0 -7
  83. package/css/components/Consoles/SerialConsole.mjs +0 -5
  84. package/css/components/Consoles/VncConsole.css +0 -10
  85. package/css/components/Consoles/VncConsole.d.ts +0 -6
  86. package/css/components/Consoles/VncConsole.js +0 -7
  87. package/css/components/Consoles/VncConsole.mjs +0 -5
  88. package/css/components/Consoles/xterm.css +0 -171
  89. package/css/components/Consoles/xterm.d.ts +0 -26
  90. package/css/components/Consoles/xterm.js +0 -27
  91. package/css/components/Consoles/xterm.mjs +0 -25
  92. package/src/css/components/Consoles/AccessConsoles.css +0 -14
  93. package/src/css/components/Consoles/DesktopViewer.css +0 -6
  94. package/src/css/components/Consoles/SerialConsole.css +0 -11
  95. package/src/css/components/Consoles/VncConsole.css +0 -10
  96. package/src/css/components/Consoles/xterm.css +0 -171
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.0.0-alpha.30",
3
+ "version": "6.0.0-alpha.32",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -19,10 +19,10 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "6.0.0-alpha.190",
22
+ "@patternfly/patternfly": "6.0.0-alpha.203",
23
23
  "change-case": "^5.4.4",
24
24
  "fs-extra": "^11.2.0"
25
25
  },
26
26
  "license": "MIT",
27
- "gitHead": "8e897861592c3ee8b186f6aef3958741073312e7"
27
+ "gitHead": "1b4893f237f016335930dd2bfc72e29a30412fce"
28
28
  }
@@ -1,14 +0,0 @@
1
- .pf-v6-c-console {
2
- display: grid;
3
- grid-template-areas:
4
- 'actions-main actions-extra'
5
- 'main main';
6
- row-gap: var(--pf-v6-global--spacer--md);
7
- }
8
- .pf-v6-c-console__actions {
9
- grid-area: actions-main;
10
- display: flex;
11
- }
12
- .pf-v6-c-console__actions > div {
13
- margin-right: var(--pf-v6-global--spacer--sm);
14
- }
@@ -1,6 +0,0 @@
1
- import './AccessConsoles.css';
2
- declare const _default: {
3
- "console": "pf-v6-c-console",
4
- "consoleActions": "pf-v6-c-console__actions"
5
- };
6
- export default _default;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- exports.__esModule = true;
3
- require('./AccessConsoles.css');
4
- exports.default = {
5
- "console": "pf-v6-c-console",
6
- "consoleActions": "pf-v6-c-console__actions"
7
- };
@@ -1,5 +0,0 @@
1
- import './AccessConsoles.css';
2
- export default {
3
- "console": "pf-v6-c-console",
4
- "consoleActions": "pf-v6-c-console__actions"
5
- };
@@ -1,6 +0,0 @@
1
- .pf-v6-c-console__desktop-viewer {
2
- grid-area: main;
3
- display: grid;
4
- gap: var(--pf-v6-global--spacer--md);
5
- grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
6
- }
@@ -1,5 +0,0 @@
1
- import './DesktopViewer.css';
2
- declare const _default: {
3
- "consoleDesktopViewer": "pf-v6-c-console__desktop-viewer"
4
- };
5
- export default _default;
@@ -1,6 +0,0 @@
1
- "use strict";
2
- exports.__esModule = true;
3
- require('./DesktopViewer.css');
4
- exports.default = {
5
- "consoleDesktopViewer": "pf-v6-c-console__desktop-viewer"
6
- };
@@ -1,4 +0,0 @@
1
- import './DesktopViewer.css';
2
- export default {
3
- "consoleDesktopViewer": "pf-v6-c-console__desktop-viewer"
4
- };
@@ -1,11 +0,0 @@
1
- .pf-v6-c-console__serial {
2
- grid-area: main;
3
- }
4
- .pf-v6-c-console__actions-serial {
5
- grid-area: actions-extra;
6
- display: flex;
7
- justify-content: flex-end;
8
- }
9
- .pf-v6-c-console__actions-serial > button {
10
- margin-right: var(--pf-v6-global--spacer--sm);
11
- }
@@ -1,6 +0,0 @@
1
- import './SerialConsole.css';
2
- declare const _default: {
3
- "consoleActionsSerial": "pf-v6-c-console__actions-serial",
4
- "consoleSerial": "pf-v6-c-console__serial"
5
- };
6
- export default _default;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- exports.__esModule = true;
3
- require('./SerialConsole.css');
4
- exports.default = {
5
- "consoleActionsSerial": "pf-v6-c-console__actions-serial",
6
- "consoleSerial": "pf-v6-c-console__serial"
7
- };
@@ -1,5 +0,0 @@
1
- import './SerialConsole.css';
2
- export default {
3
- "consoleActionsSerial": "pf-v6-c-console__actions-serial",
4
- "consoleSerial": "pf-v6-c-console__serial"
5
- };
@@ -1,10 +0,0 @@
1
- .pf-v6-c-console__vnc {
2
- grid-area: main;
3
- }
4
- .pf-v6-c-console__actions-vnc {
5
- grid-area: actions-extra;
6
- display: flex;
7
- flex-wrap: wrap;
8
- justify-content: flex-end;
9
- column-gap: var(--pf-v6-global--spacer--sm);
10
- }
@@ -1,6 +0,0 @@
1
- import './VncConsole.css';
2
- declare const _default: {
3
- "consoleActionsVnc": "pf-v6-c-console__actions-vnc",
4
- "consoleVnc": "pf-v6-c-console__vnc"
5
- };
6
- export default _default;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- exports.__esModule = true;
3
- require('./VncConsole.css');
4
- exports.default = {
5
- "consoleActionsVnc": "pf-v6-c-console__actions-vnc",
6
- "consoleVnc": "pf-v6-c-console__vnc"
7
- };
@@ -1,5 +0,0 @@
1
- import './VncConsole.css';
2
- export default {
3
- "consoleActionsVnc": "pf-v6-c-console__actions-vnc",
4
- "consoleVnc": "pf-v6-c-console__vnc"
5
- };
@@ -1,171 +0,0 @@
1
- /**
2
- * Copyright (c) 2014 The xterm.js authors. All rights reserved.
3
- * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
4
- * https://github.com/chjj/term.js
5
- * @license MIT
6
- *
7
- * Permission is hereby granted, free of charge, to any person obtaining a copy
8
- * of this software and associated documentation files (the "Software"), to deal
9
- * in the Software without restriction, including without limitation the rights
10
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- * copies of the Software, and to permit persons to whom the Software is
12
- * furnished to do so, subject to the following conditions:
13
- *
14
- * The above copyright notice and this permission notice shall be included in
15
- * all copies or substantial portions of the Software.
16
- *
17
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
- * THE SOFTWARE.
24
- *
25
- * Originally forked from (with the author's permission):
26
- * Fabrice Bellard's javascript vt100 for jslinux:
27
- * http://bellard.org/jslinux/
28
- * Copyright (c) 2011 Fabrice Bellard
29
- * The original design remains. The terminal itself
30
- * has been extended to include xterm CSI codes, among
31
- * other features.
32
- */
33
-
34
- /**
35
- * Default styles for xterm.js
36
- */
37
-
38
- .xterm {
39
- font-feature-settings: "liga" 0;
40
- position: relative;
41
- user-select: none;
42
- -ms-user-select: none;
43
- -webkit-user-select: none;
44
- }
45
-
46
- .xterm.focus,
47
- .xterm:focus {
48
- outline: none;
49
- }
50
-
51
- .xterm .xterm-helpers {
52
- position: absolute;
53
- top: 0;
54
- /**
55
- * The z-index of the helpers must be higher than the canvases in order for
56
- * IMEs to appear on top.
57
- */
58
- z-index: 5;
59
- }
60
-
61
- .xterm .xterm-helper-textarea {
62
- padding: 0;
63
- border: 0;
64
- margin: 0;
65
- /* Move textarea out of the screen to the far left, so that the cursor is not visible */
66
- position: absolute;
67
- opacity: 0;
68
- left: -9999em;
69
- top: 0;
70
- width: 0;
71
- height: 0;
72
- z-index: -5;
73
- /** Prevent wrapping so the IME appears against the textarea at the correct position */
74
- white-space: nowrap;
75
- overflow: hidden;
76
- resize: none;
77
- }
78
-
79
- .xterm .composition-view {
80
- /* TODO: Composition position got messed up somewhere */
81
- background: #000;
82
- color: #FFF;
83
- display: none;
84
- position: absolute;
85
- white-space: nowrap;
86
- z-index: 1;
87
- }
88
-
89
- .xterm .composition-view.active {
90
- display: block;
91
- }
92
-
93
- .xterm .xterm-viewport {
94
- /* On OS X this is required in order for the scroll bar to appear fully opaque */
95
- background-color: #000;
96
- overflow-y: scroll;
97
- cursor: default;
98
- position: absolute;
99
- right: 0;
100
- left: 0;
101
- top: 0;
102
- bottom: 0;
103
- }
104
-
105
- .xterm .xterm-screen {
106
- position: relative;
107
- }
108
-
109
- .xterm .xterm-screen canvas {
110
- position: absolute;
111
- left: 0;
112
- top: 0;
113
- }
114
-
115
- .xterm .xterm-scroll-area {
116
- visibility: hidden;
117
- }
118
-
119
- .xterm-char-measure-element {
120
- display: inline-block;
121
- visibility: hidden;
122
- position: absolute;
123
- top: 0;
124
- left: -9999em;
125
- line-height: normal;
126
- }
127
-
128
- .xterm {
129
- cursor: text;
130
- }
131
-
132
- .xterm.enable-mouse-events {
133
- /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
134
- cursor: default;
135
- }
136
-
137
- .xterm.xterm-cursor-pointer {
138
- cursor: pointer;
139
- }
140
-
141
- .xterm.column-select.focus {
142
- /* Column selection mode */
143
- cursor: crosshair;
144
- }
145
-
146
- .xterm .xterm-accessibility,
147
- .xterm .xterm-message {
148
- position: absolute;
149
- left: 0;
150
- top: 0;
151
- bottom: 0;
152
- right: 0;
153
- z-index: 10;
154
- color: transparent;
155
- }
156
-
157
- .xterm .live-region {
158
- position: absolute;
159
- left: -9999px;
160
- width: 1px;
161
- height: 1px;
162
- overflow: hidden;
163
- }
164
-
165
- .xterm-dim {
166
- opacity: 0.5;
167
- }
168
-
169
- .xterm-underline {
170
- text-decoration: underline;
171
- }
@@ -1,26 +0,0 @@
1
- import './xterm.css';
2
- declare const _default: {
3
- "": "",
4
- "active": "active",
5
- "columnSelect": "column-select",
6
- "comChjjTerm": "com/chjj/term",
7
- "compositionView": "composition-view",
8
- "enableMouseEvents": "enable-mouse-events",
9
- "focus": "focus",
10
- "js": "js",
11
- "liveRegion": "live-region",
12
- "orgJslinux": "org/jslinux/",
13
- "xterm": "xterm",
14
- "xtermAccessibility": "xterm-accessibility",
15
- "xtermCharMeasureElement": "xterm-char-measure-element",
16
- "xtermCursorPointer": "xterm-cursor-pointer",
17
- "xtermDim": "xterm-dim",
18
- "xtermHelperTextarea": "xterm-helper-textarea",
19
- "xtermHelpers": "xterm-helpers",
20
- "xtermMessage": "xterm-message",
21
- "xtermScreen": "xterm-screen",
22
- "xtermScrollArea": "xterm-scroll-area",
23
- "xtermUnderline": "xterm-underline",
24
- "xtermViewport": "xterm-viewport"
25
- };
26
- export default _default;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- exports.__esModule = true;
3
- require('./xterm.css');
4
- exports.default = {
5
- "": "",
6
- "active": "active",
7
- "columnSelect": "column-select",
8
- "comChjjTerm": "com/chjj/term",
9
- "compositionView": "composition-view",
10
- "enableMouseEvents": "enable-mouse-events",
11
- "focus": "focus",
12
- "js": "js",
13
- "liveRegion": "live-region",
14
- "orgJslinux": "org/jslinux/",
15
- "xterm": "xterm",
16
- "xtermAccessibility": "xterm-accessibility",
17
- "xtermCharMeasureElement": "xterm-char-measure-element",
18
- "xtermCursorPointer": "xterm-cursor-pointer",
19
- "xtermDim": "xterm-dim",
20
- "xtermHelperTextarea": "xterm-helper-textarea",
21
- "xtermHelpers": "xterm-helpers",
22
- "xtermMessage": "xterm-message",
23
- "xtermScreen": "xterm-screen",
24
- "xtermScrollArea": "xterm-scroll-area",
25
- "xtermUnderline": "xterm-underline",
26
- "xtermViewport": "xterm-viewport"
27
- };
@@ -1,25 +0,0 @@
1
- import './xterm.css';
2
- export default {
3
- "": "",
4
- "active": "active",
5
- "columnSelect": "column-select",
6
- "comChjjTerm": "com/chjj/term",
7
- "compositionView": "composition-view",
8
- "enableMouseEvents": "enable-mouse-events",
9
- "focus": "focus",
10
- "js": "js",
11
- "liveRegion": "live-region",
12
- "orgJslinux": "org/jslinux/",
13
- "xterm": "xterm",
14
- "xtermAccessibility": "xterm-accessibility",
15
- "xtermCharMeasureElement": "xterm-char-measure-element",
16
- "xtermCursorPointer": "xterm-cursor-pointer",
17
- "xtermDim": "xterm-dim",
18
- "xtermHelperTextarea": "xterm-helper-textarea",
19
- "xtermHelpers": "xterm-helpers",
20
- "xtermMessage": "xterm-message",
21
- "xtermScreen": "xterm-screen",
22
- "xtermScrollArea": "xterm-scroll-area",
23
- "xtermUnderline": "xterm-underline",
24
- "xtermViewport": "xterm-viewport"
25
- };
@@ -1,14 +0,0 @@
1
- .pf-v6-c-console {
2
- display: grid;
3
- grid-template-areas:
4
- 'actions-main actions-extra'
5
- 'main main';
6
- row-gap: var(--pf-v6-global--spacer--md);
7
- }
8
- .pf-v6-c-console__actions {
9
- grid-area: actions-main;
10
- display: flex;
11
- }
12
- .pf-v6-c-console__actions > div {
13
- margin-right: var(--pf-v6-global--spacer--sm);
14
- }
@@ -1,6 +0,0 @@
1
- .pf-v6-c-console__desktop-viewer {
2
- grid-area: main;
3
- display: grid;
4
- gap: var(--pf-v6-global--spacer--md);
5
- grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
6
- }
@@ -1,11 +0,0 @@
1
- .pf-v6-c-console__serial {
2
- grid-area: main;
3
- }
4
- .pf-v6-c-console__actions-serial {
5
- grid-area: actions-extra;
6
- display: flex;
7
- justify-content: flex-end;
8
- }
9
- .pf-v6-c-console__actions-serial > button {
10
- margin-right: var(--pf-v6-global--spacer--sm);
11
- }
@@ -1,10 +0,0 @@
1
- .pf-v6-c-console__vnc {
2
- grid-area: main;
3
- }
4
- .pf-v6-c-console__actions-vnc {
5
- grid-area: actions-extra;
6
- display: flex;
7
- flex-wrap: wrap;
8
- justify-content: flex-end;
9
- column-gap: var(--pf-v6-global--spacer--sm);
10
- }
@@ -1,171 +0,0 @@
1
- /**
2
- * Copyright (c) 2014 The xterm.js authors. All rights reserved.
3
- * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
4
- * https://github.com/chjj/term.js
5
- * @license MIT
6
- *
7
- * Permission is hereby granted, free of charge, to any person obtaining a copy
8
- * of this software and associated documentation files (the "Software"), to deal
9
- * in the Software without restriction, including without limitation the rights
10
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- * copies of the Software, and to permit persons to whom the Software is
12
- * furnished to do so, subject to the following conditions:
13
- *
14
- * The above copyright notice and this permission notice shall be included in
15
- * all copies or substantial portions of the Software.
16
- *
17
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
- * THE SOFTWARE.
24
- *
25
- * Originally forked from (with the author's permission):
26
- * Fabrice Bellard's javascript vt100 for jslinux:
27
- * http://bellard.org/jslinux/
28
- * Copyright (c) 2011 Fabrice Bellard
29
- * The original design remains. The terminal itself
30
- * has been extended to include xterm CSI codes, among
31
- * other features.
32
- */
33
-
34
- /**
35
- * Default styles for xterm.js
36
- */
37
-
38
- .xterm {
39
- font-feature-settings: "liga" 0;
40
- position: relative;
41
- user-select: none;
42
- -ms-user-select: none;
43
- -webkit-user-select: none;
44
- }
45
-
46
- .xterm.focus,
47
- .xterm:focus {
48
- outline: none;
49
- }
50
-
51
- .xterm .xterm-helpers {
52
- position: absolute;
53
- top: 0;
54
- /**
55
- * The z-index of the helpers must be higher than the canvases in order for
56
- * IMEs to appear on top.
57
- */
58
- z-index: 5;
59
- }
60
-
61
- .xterm .xterm-helper-textarea {
62
- padding: 0;
63
- border: 0;
64
- margin: 0;
65
- /* Move textarea out of the screen to the far left, so that the cursor is not visible */
66
- position: absolute;
67
- opacity: 0;
68
- left: -9999em;
69
- top: 0;
70
- width: 0;
71
- height: 0;
72
- z-index: -5;
73
- /** Prevent wrapping so the IME appears against the textarea at the correct position */
74
- white-space: nowrap;
75
- overflow: hidden;
76
- resize: none;
77
- }
78
-
79
- .xterm .composition-view {
80
- /* TODO: Composition position got messed up somewhere */
81
- background: #000;
82
- color: #FFF;
83
- display: none;
84
- position: absolute;
85
- white-space: nowrap;
86
- z-index: 1;
87
- }
88
-
89
- .xterm .composition-view.active {
90
- display: block;
91
- }
92
-
93
- .xterm .xterm-viewport {
94
- /* On OS X this is required in order for the scroll bar to appear fully opaque */
95
- background-color: #000;
96
- overflow-y: scroll;
97
- cursor: default;
98
- position: absolute;
99
- right: 0;
100
- left: 0;
101
- top: 0;
102
- bottom: 0;
103
- }
104
-
105
- .xterm .xterm-screen {
106
- position: relative;
107
- }
108
-
109
- .xterm .xterm-screen canvas {
110
- position: absolute;
111
- left: 0;
112
- top: 0;
113
- }
114
-
115
- .xterm .xterm-scroll-area {
116
- visibility: hidden;
117
- }
118
-
119
- .xterm-char-measure-element {
120
- display: inline-block;
121
- visibility: hidden;
122
- position: absolute;
123
- top: 0;
124
- left: -9999em;
125
- line-height: normal;
126
- }
127
-
128
- .xterm {
129
- cursor: text;
130
- }
131
-
132
- .xterm.enable-mouse-events {
133
- /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
134
- cursor: default;
135
- }
136
-
137
- .xterm.xterm-cursor-pointer {
138
- cursor: pointer;
139
- }
140
-
141
- .xterm.column-select.focus {
142
- /* Column selection mode */
143
- cursor: crosshair;
144
- }
145
-
146
- .xterm .xterm-accessibility,
147
- .xterm .xterm-message {
148
- position: absolute;
149
- left: 0;
150
- top: 0;
151
- bottom: 0;
152
- right: 0;
153
- z-index: 10;
154
- color: transparent;
155
- }
156
-
157
- .xterm .live-region {
158
- position: absolute;
159
- left: -9999px;
160
- width: 1px;
161
- height: 1px;
162
- overflow: hidden;
163
- }
164
-
165
- .xterm-dim {
166
- opacity: 0.5;
167
- }
168
-
169
- .xterm-underline {
170
- text-decoration: underline;
171
- }