mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-12 19:59:27 +00:00
More styling impr. and less UI contributions
This commit is contained in:
committed by
Christian Weichel
parent
20db72fec7
commit
97135bd08e
@@ -7,9 +7,13 @@
|
||||
color: var(--theia-ui-font-color1);
|
||||
}
|
||||
|
||||
.arduino-list-widget .search-bar > input {
|
||||
margin: 0px 5px 0px 5px;
|
||||
width: 95%;
|
||||
.arduino-list-widget .search-bar {
|
||||
margin: 0 10px 0 15px;
|
||||
border-color: var(--theia-border-color3);
|
||||
}
|
||||
|
||||
.arduino-list-widget .search-bar:focus {
|
||||
border-color: var(--theia-accent-color3);
|
||||
}
|
||||
|
||||
.filterable-list-container {
|
||||
|
||||
Reference in New Issue
Block a user