UNPKG

iobroker.viessmann

Version:

Connect a viessmann heating system over vcontrold

78 lines (66 loc) 2.4 kB
/* You can delete those if you want. I just found them very helpful */ * { box-sizing: border-box } .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 !important; } 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; } /* Add your styles here */ /* Add your styles here */ /* Header section*/ #header-area {margin-top: 2px; margin-bottom: 1px; background-color:#174475;} #header-area #header-logo-title .logo {float:left; margin-right: 10px;} #header-area #header-logo-title p {line-height: normal !important; margin: 0 !important; padding: 8px 0 0 8px;} #header-area #header-logo-title p>span.h-title {font-size: 2em !important; color:white; } #header-area #header-logo-title p>span.h-sub-title {font-size: 1.1em !important; color:white; font-style: italic; } /* Tabs menu */ .m .tabs .tab a { color: rgba(13, 134, 231, 0.7); } /* Color */ .m .tabs .tab a { padding: 0 5px; } /* space of x px at beginning and end of text */ .m .tabs .active { border-bottom: 2px solid #0d47a1; font-weight: bold;} .m .tabs .tab a.active, .m .tabs .tab a:hover { color:#0d47a1; } .m .tabs .tab a:hover { border-bottom: 2px solid #46a0e9 !important; } .m .row .col.m1 { width: 14%;} #tab-area { padding-left:0;padding-right:0; margin-top: 0px; margin-bottom: 1px; background-color:#174475; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) } /* Tabs menu react-dark */ .m.react-dark .tabs .tab a.active, .m .tabs .tab a:hover { color: #2196f3; } .m.react-dark .tabs { background-color: #272727 !important;} /* Tabs menu react-blue */ .m.react-blue .tabs .tab a.active, .m .tabs .tab a:hover { color: #2196f3; } .m.react-blue .tabs { background-color: #272727 !important;} .m .col .select-wrapper + label { top: -26px; } .m span { font-size: 0.9em; } .m .tabs { height: 48px; } .m .page { height: calc(100% - 160px); } .read_red { border: 1px solid rgba(241, 63, 50, 0.619); border-radius: 5px; }