25 lines
376 B
CSS
25 lines
376 B
CSS
/* Default application styles and icon */
|
|
window {
|
|
/* Icon can be set via CSS if needed */
|
|
}
|
|
|
|
.small-entry {
|
|
font-size: 9px;
|
|
padding: 1px;
|
|
margin: 0;
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
|
|
.temp-label-small {
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
margin-left: 2px;
|
|
color: #888;
|
|
}
|
|
|
|
.legend-item {
|
|
margin: 0 5px;
|
|
padding: 2px;
|
|
}
|