preferences.css 7.6 KB
Newer Older
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

6 7 8 9 10
.preferences-editor > .preferences-header {
	padding-left: 27px;
	padding-right: 32px;
	padding-bottom: 11px;
	padding-top: 11px;
S
Sandeep Somavarapu 已提交
11 12
}

13 14 15 16
.preferences-editor > .preferences-header > .new-settings-ad > .open-settings2-button {
	padding: 0;
	text-decoration: underline;
	display: inline;
S
Sandeep Somavarapu 已提交
17 18
}

S
Sandeep Somavarapu 已提交
19 20 21 22
.preferences-editor > .preferences-editors-container.side-by-side-preferences-editor {
	position: relative;
}

S
Sandeep Somavarapu 已提交
23 24
.preferences-editor > .preferences-editors-container.side-by-side-preferences-editor .preferences-header-container {
	line-height: 28px;
25 26
}

S
Sandeep Somavarapu 已提交
27 28 29 30 31 32
.settings-tabs-widget > .monaco-action-bar .action-item.disabled {
	display: none;
}

.settings-tabs-widget > .monaco-action-bar .action-item {
	max-width: 300px;
D
Daniel Imms 已提交
33
	overflow: hidden;
S
Sandeep Somavarapu 已提交
34
	text-overflow: ellipsis;
35 36
}

S
Sandeep Somavarapu 已提交
37 38
.default-preferences-editor-container > .preferences-header-container > .default-preferences-header,
.settings-tabs-widget > .monaco-action-bar .action-item .action-label {
39
	text-transform: uppercase;
S
Sandeep Somavarapu 已提交
40
	font-size: 11px;
S
Sandeep Somavarapu 已提交
41
	margin-right: 5px;
S
Sandeep Somavarapu 已提交
42 43 44 45
	cursor: pointer;
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
46 47
}

R
Rob Lourens 已提交
48 49 50 51 52
.default-preferences-editor-container > .preferences-header-container > .default-preferences-header,
.preferences-editor .settings-tabs-widget > .monaco-action-bar .action-item .action-label {
	margin-left: 33px;
}

53
.settings-tabs-widget > .monaco-action-bar .action-item .action-label {
S
Sandeep Somavarapu 已提交
54
	display: block;
A
Ali 已提交
55 56
}

57 58 59 60
.settings-tabs-widget > .monaco-action-bar .action-item .action-label.folder-settings {
	display: flex;
}

S
Sandeep Somavarapu 已提交
61 62 63 64
.settings-tabs-widget > .monaco-action-bar .actions-container {
	justify-content: flex-start;
}

R
Ritwick Dey 已提交
65
.default-preferences-editor-container > .preferences-header-container > .default-preferences-header,
S
Sandeep Somavarapu 已提交
66 67 68 69
.settings-tabs-widget > .monaco-action-bar .action-item {
	padding: 3px 0px;
}

S
Sandeep Somavarapu 已提交
70 71 72 73 74 75 76
.settings-tabs-widget > .monaco-action-bar .action-item .action-title {
	text-overflow: ellipsis;
	overflow: hidden;
}

.settings-tabs-widget > .monaco-action-bar .action-item .action-details {
	text-transform: none;
D
Daniel Imms 已提交
77 78
	margin-left: 0.5em;
	font-size: 10px;
S
Sandeep Somavarapu 已提交
79
	opacity: 0.7;
80 81
}

S
Sandeep Somavarapu 已提交
82 83 84 85 86 87 88 89
.settings-tabs-widget .monaco-action-bar .action-item .dropdown-icon {
	padding-left: 0.3em;
	padding-top: 8px;
	font-size: 12px;
}

.settings-tabs-widget .monaco-action-bar .action-item .dropdown-icon.hide {
	display: none;
90 91
}

92 93 94 95
.preferences-header > .settings-header-widget {
	flex: 1;
	display: flex;
	position: relative;
S
Sandeep Somavarapu 已提交
96
	align-self: stretch;
97 98
}

S
Sandeep Somavarapu 已提交
99
.settings-header-widget > .settings-header-container {
100
	padding-top: 8px;
S
Sandeep Somavarapu 已提交
101
	padding-left: 27px;
102 103 104
	padding-right: 32px;
}

105
.settings-header-widget > .settings-search-controls > .settings-count-widget {
S
Sandeep Somavarapu 已提交
106
	margin: 6px 0px;
107
	padding: 0px 8px;
108 109 110 111 112
	border-radius: 2px;
	float: left;
}

.settings-header-widget > .settings-search-controls {
113 114
	position: absolute;
	right: 10px;
115 116
}

117
.settings-header-widget > .settings-search-controls > .settings-count-widget.hide {
S
Sandeep Somavarapu 已提交
118
	display: none;
S
Sandeep Somavarapu 已提交
119 120
}

121 122
.settings-header-widget > .settings-search-container {
	flex: 1;
123 124 125
}

.settings-header-widget > .settings-search-container > .settings-search-input {
S
Sandeep Somavarapu 已提交
126 127 128
	vertical-align: middle;
}

129
.settings-header-widget > .settings-search-container > .settings-search-input > .monaco-inputbox {
S
Sandeep Somavarapu 已提交
130 131 132
	height: 30px;
}

133
.vs .settings-header-widget > .settings-search-container > .settings-search-input > .monaco-inputbox {
S
Sandeep Somavarapu 已提交
134 135 136
	border: 1px solid #ddd;
}

137
.settings-header-widget > .settings-search-container > .settings-search-input > .monaco-inputbox .input {
S
Sandeep Somavarapu 已提交
138
	font-size: 14px;
S
Sandeep Somavarapu 已提交
139
	padding-left:10px;
S
Sandeep Somavarapu 已提交
140 141
}

142 143 144 145
.monaco-editor .view-zones > .settings-header-widget {
	z-index: 1;
}

S
Sandeep Somavarapu 已提交
146 147
.monaco-editor .settings-header-widget .title-container {
	display: flex;
148
	user-select: none;
S
Sandeep Somavarapu 已提交
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
}

.vs .monaco-editor .settings-header-widget .title-container {
	color: #6f6f6f;
}
.vs-dark .monaco-editor .settings-header-widget .title-container {
	color: #bbbbbb;
}
.hc-black .monaco-editor .settings-header-widget .title-container {
	color: white;
}

.monaco-editor .settings-header-widget .title-container .title {
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
}

.monaco-editor .settings-header-widget .title-container .message {
	white-space: nowrap;
}

171
.monaco-editor .settings-header-widget .title-container .settings-header-natural-language-link {
172 173 174 175 176
	margin-left: 4px;
	text-decoration: underline;
	cursor: pointer;
}

177
.monaco-editor .settings-header-widget .title-container .settings-header-natural-language-link.hidden {
178 179 180
	display: none;
}

S
Sandeep Somavarapu 已提交
181 182
.monaco-editor .settings-group-title-widget {
	z-index: 1;
S
Fixes:  
Sandeep Somavarapu 已提交
183 184
}

S
Sandeep Somavarapu 已提交
185
.monaco-editor .settings-group-title-widget .title-container {
S
Sandeep Somavarapu 已提交
186 187
	width: 100%;
	cursor: pointer;
188
	font-weight: bold;
S
Sandeep Somavarapu 已提交
189
	user-select: none;
S
Sandeep Somavarapu 已提交
190
	display: flex;
191 192 193 194 195
}

.vs .monaco-editor .settings-group-title-widget .title-container {
	color: #6f6f6f;
}
S
Sandeep Somavarapu 已提交
196 197 198 199 200 201

.monaco-editor .settings-group-title-widget .title-container .title {
	white-space: nowrap;
	overflow: hidden;
}

202 203 204 205 206
.vs-dark .monaco-editor .settings-group-title-widget .title-container {
	color: #bbbbbb;
}
.hc-black .monaco-editor .settings-group-title-widget .title-container {
	color: white;
S
Sandeep Somavarapu 已提交
207 208
}

209 210 211 212 213
.monaco-editor.vs-dark .settings-group-title-widget .title-container.focused,
.monaco-editor.vs .settings-group-title-widget .title-container.focused {
	outline: none !important;
}

S
Sandeep Somavarapu 已提交
214 215 216
.monaco-editor .settings-group-title-widget .title-container.focused,
.monaco-editor .settings-group-title-widget .title-container:hover {
	background-color: rgba(153, 153, 153, 0.2);
S
Sandeep Somavarapu 已提交
217 218
}

219 220 221 222
.monaco-editor.hc-black .settings-group-title-widget .title-container.focused {
	outline: 1px dotted #f38518;
}

S
Sandeep Somavarapu 已提交
223
.monaco-editor .settings-group-title-widget .title-container .expand-collapse-icon {
S
Sandeep Somavarapu 已提交
224 225
	background: url(expanded.svg) 50% 50% no-repeat;
	width: 16px;
S
Sandeep Somavarapu 已提交
226
	height: 100%;
227 228
}

S
Sandeep Somavarapu 已提交
229 230 231 232 233 234
.monaco-editor.vs-dark .settings-group-title-widget .title-container .expand-collapse-icon,
.monaco-editor.hc-black .settings-group-title-widget .title-container .expand-collapse-icon {
	background: url(expanded-dark.svg) 50% 50% no-repeat;
}

.monaco-editor .settings-group-title-widget .title-container.collapsed .expand-collapse-icon {
S
Sandeep Somavarapu 已提交
235 236 237
	background: url(collapsed.svg) 50% 50% no-repeat;
}

S
Sandeep Somavarapu 已提交
238 239 240
.monaco-editor.vs-dark .settings-group-title-widget .title-container.collapsed .expand-collapse-icon,
.monaco-editor.hc-black .settings-group-title-widget .title-container.collapsed .expand-collapse-icon {
	background: url(collapsed-dark.svg) 50% 50% no-repeat;
S
Sandeep Somavarapu 已提交
241 242
}

243
.monaco-editor .edit-preferences-widget {
S
Sandeep Somavarapu 已提交
244
	background: url('edit.svg') center center no-repeat;
245
	transform: rotate(-90deg);
S
Sandeep Somavarapu 已提交
246
	width:16px;
247 248
	height: 16px;
	cursor: pointer;
S
Sandeep Somavarapu 已提交
249 250
}

251 252 253 254 255
.monaco-editor .edit-preferences-widget.hidden {
	display: none;
	visibility: hidden;
}

256 257
.monaco-editor.hc-black .edit-preferences-widget,
.monaco-editor.vs-dark .edit-preferences-widget {
S
Sandeep Somavarapu 已提交
258
	background: url('edit_inverse.svg') center center no-repeat;
259
}
260

261 262 263
.monaco-editor .unsupportedWorkbenhSettingInfo:before {
	content:" ";
	display:inline-block;
S
Sandeep Somavarapu 已提交
264
	height:1em;
265
	width:1em;
S
Sandeep Somavarapu 已提交
266
	background: url(info.svg) 50% 50% no-repeat;
267 268 269
	background-size: 0.9em;
}

S
Sandeep Somavarapu 已提交
270
.monaco-editor .dim-configuration {
271 272 273
	color: #b1b1b1;
}

S
Sandeep Somavarapu 已提交
274
.monaco-editor .floating-click-widget {
275 276 277 278 279
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

S
Sandeep Somavarapu 已提交
280
.title-actions .action-item .icon.collapseAll,
S
Sandeep Somavarapu 已提交
281 282
.editor-actions .action-item .icon.collapseAll {
	background: url('collapseAll.svg') center center no-repeat;
S
Sandeep Somavarapu 已提交
283 284 285 286 287
}

.vs-dark .title-actions .action-item .icon.collapseAll,
.vs-dark .editor-actions .action-item .icon.collapseAll {
	background: url('collapseAll_inverse.svg') center center no-repeat;
A
Ali 已提交
288
}