iobroker.boschindego
Version:
Adapter for Bosch Indego Mower
51 lines (41 loc) • 919 B
CSS
/* You can delete those if you want. I just found them very helpful */
* {
box-sizing: border-box
}
body {
overflow: hidden;
}
.adapter-body {
overflow: auto;
}
.m {
/* Don't cut off dropdowns! */
overflow: initial;
}
.m.adapter-container,
.m.adapter-container>div.App {
/* Fix layout/scrolling issues with tabs */
height: 100%;
width: 100%;
position: relative;
}
.m .select-wrapper+label {
/* The positioning for dropdown labels is messed up */
transform: none ;
}
label>i[title] {
/* Display the help cursor for the tooltip icons and fix their positioning */
cursor: help;
margin-left: 0.25em;
}
.dropdown-content {
/* Don't wrap text in dropdowns */
white-space: nowrap;
}
/* Style for very small Screens */
@media screen and (max-width: 600px) {
#captcha_form {
justify-items: center;
}
}
/* Add your styles here */