iobroker.lightcontrol
Version:
Light control of lamps from various manufacturers
217 lines (185 loc) • 4.89 kB
CSS
/* 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 ;
}
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 */
/* 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 ; margin: 0 ; padding: 8px 0 0 8px;}
#header-area #header-logo-title p>span.h-title {font-size: 2em ; color:white; }
#header-area #header-logo-title p>span.h-sub-title {font-size: 1.1em ; 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 ; }
.m .row .col.m1 { width: 14%;}
#tab-area, #tab-area-group { 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 ;}
/* 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 ;}
.m .col .select-wrapper + label {
top: -26px;
}
.m span {
font-size: 0.9em;
}
.m .tabs {
height: 48px;
}
.m .page {
height: calc(100% - 160px);
}
.collapsible li.active i.flip {
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
.collapsible li i.flip {
transition: .1s all linear;
}
#dialog-command {
width: calc(100% - 100px);
}
#dialog-command .title {
background: #174475;
color: #FFF;
padding: 0.5rem;
}
#dialog-command .textarea {
margin-bottom: 0;
}
#dialog-command textarea {
background: #e9e9e9;
font-family: courier, monospace;
font-size: 11px;
resize: none;
width: 100%;
height: calc(100% - 125px);
margin-bottom: 0;
}
#dialog-command .progress-dont-close {
float: left;
padding-left: 1rem;
padding-top: 1rem;
}
#dialog-command .command {
font-style: italic;
}
#dialog-command .btn {
margin-right: 1.5rem;
}
.do-restore {
cursor: pointer;
}
.collapsible-body {
margin-left: 2rem ;
padding-top: 0 ;
}
#dialog-shutter-edit .title {
width: 100% ;
background: #174475;
color: #FFF;
padding: 0.3rem;
}
.modal .page {
width: calc(100% - 20px) ;
}
#dialog-shutter-edit .modal-content {
width: 100% ;
height: calc(100% - 10px) ;
}
#dialog-shutter-edit .tabs {
width: calc(100% - 0px) ;
margin-top: -25px;
height: auto ;
}
#dialog-shutter-edit .titlePopUp {
width: 100% ;
background: #174475;
color: #FFF;
padding: 0.2rem;
}
#dialog-shutter-edit .page {
width: calc(100% - 10px) ;
padding-left:20;
height: calc(100% - 100px);
}
/*
#dialog-shutter-edit .btn {
margin-right: 1.5rem;
}
*/
/* hidden table column */
#events td:nth-of-type(n+7) {
visibility: hidden ;
display: none ;
}
/* hidden table column */
#events th:nth-of-type(n+7) {
visibility: hidden ;
display: none ;
}
#dialog-select-member {
z-index: 9999 ;
}
#dialog-shutter-edit {
z-index: 9900 ;
}
#dialog-shutter-edit {
max-height: 95% ;
max-width: 85% ;
width: 80% ;
height: 90% ;
overflow: visible ;
top: 10px ;
}
.m .collapsible-header {
padding: 0.5rem;
}
.trigger-add {
margin-top: 1.3rem;
margin-left: -0.5rem;
}
.m .modal .modal-footer {
padding-right: 2rem;
}
.group {
padding: 10px;
}
.editbtn {
padding: 0.3rem;
}
.collapsible-body {
margin-left: 2rem ;
padding-top: 1rem ;
}