We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceac17 commit c9cd17bCopy full SHA for c9cd17b
arduino-ide-extension/src/browser/style/list-widget.css
@@ -29,11 +29,12 @@
29
}
30
31
.arduino-list-widget .filter-bar .filter > select {
32
- width: 170px;
+ width: 120px;
33
34
35
.arduino-list-widget .filter-bar .filter-label {
36
- flex-grow: 1;
+ display: flex;
37
+ width: 50px;
38
39
40
.filterable-list-container {
@@ -62,6 +63,13 @@
62
63
filter: contrast(90%);
64
65
66
+.filterable-list-container .no-match {
67
+ font-weight: bold;
68
+ color: var(--theia-panelTitle-inactiveForeground);
69
+ align-items: center;
70
+ margin: 10px;
71
+}
72
+
73
.component-list-item {
74
padding: 10px 10px 10px 15px;
75
font-size: var(--theia-ui-font-size1);
@@ -163,4 +171,4 @@
163
171
164
172
.hc-black.hc-theia.theia-hc .component-list-item .header .installed:before {
165
173
border: 1px solid var(--theia-button-border);
166
-}
174
0 commit comments