UNPKG

hap-homematic

Version:

provides a homekit bridge to the ccu

138 lines (110 loc) 2.45 kB
.instance-badge { padding: 11px; font-size: 12px; } .dbgridline { border-bottom: 1px black solid; padding-top: 10px; padding-bottom: 5px; min-height: 40px; } .odd { background-color: rgba(0, 0, 21, 0.05); } .dbgridtitle { border-bottom: 1px black solid; padding-top: 10px; padding-bottom: 5px; min-height: 40px; font-weight: bold; } .clickable { cursor: pointer; } .sortedby { text-decoration: underline; } .sortbyreverse { text-decoration: overline; } #bridgeOverview::-webkit-scrollbar { width: 10px; height: 10px; } #bridgeOverview::-webkit-scrollbar-thumb { background: rgba(90, 90, 90); } #bridgeOverview::-webkit-scrollbar-track { background: rgba(41, 130, 204, 0.2); } html:not([dir="rtl"]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-link, html:not([dir="rtl"]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle { padding-left: 45px; } /* see https://github.com/thkl/hap-homematic/pull/92 */ .c-app{ margin-top: -21px !important; } * { scrollbar-width: thin; scrollbar-color: #5A5A5A #00000000; } /* end https://github.com/thkl/hap-homematic/pull/92 */ .toast.info, .info .toast-header { background-color:#321fdb !important; color:#ffffff !important; } .toast-header button.close.info { color:#ffffff !important; } .ps--active-y > .ps__rail-y { display: none; } *::-webkit-scrollbar { width: 10px; height: 10px; } *::-webkit-scrollbar-track { background: rgba(41, 130, 204, 0.2); } *::-webkit-scrollbar-thumb { background: rgba(90, 90, 90); } .ps { overflow-y: auto !important; overflow-x: hidden !important; } /* prevent checkboxes from exploding into biiiiig boxes */ input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0; height: 13px; width: 13px; } @media screen and (min-width: 640px) { .roe-padding { padding-top: 5px; } } .homeKitCode { background-image: url('../img/hkhome.png'); min-height: 380px; background-repeat: no-repeat; background-size: contain; margin-right: auto; margin-left: auto; width: 300px; margin-bottom: 20px; } .homeKitCode span{ font-size: 25px; font-weight: bolder; position: relative; top: 40px; left: 126px; letter-spacing: 17px; } .homeKitCode img { bottom: 42px; margin-left: 44px; margin-top: 60px; }