mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-07 17:38:33 +00:00
More styling impr. and less UI contributions
This commit is contained in:
committed by
Christian Weichel
parent
20db72fec7
commit
97135bd08e
@@ -26,7 +26,7 @@ is not optimized for dense, information rich UIs.
|
||||
--theia-border-color0: var(--md-grey-100);
|
||||
--theia-border-color1: var(--md-grey-200);
|
||||
--theia-border-color2: var(--md-grey-300);
|
||||
--theia-border-color3: var(--md-grey-500);
|
||||
--theia-border-color3: var(--md-grey-400);
|
||||
/* UI fonts: Family, size and color (dark to bright)
|
||||
---------------------------------------------------
|
||||
The UI font CSS variables are used for the typography all of the Theia
|
||||
|
||||
@@ -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