* {
color: black;
}
row {
width: auto;
height: auto;
}
column {
width: auto;
height: auto;
}
button {
color: black;
background-color: #dfdfdf;
child-space: 1s;
}
button:hover {
background-color: #ebebeb;
}
button:active {
background-color: #d0d0d0;
}
panel>.container1>.container2>row {
align-items: center;
width: 1s;
}
panel>.container1 {
background-color: #ffffff;
}
panel>.header {
layout-type: row;
child-left: 0px;
child-right: 1s;
background-color: #ff5e1a;
height: 30px;
color: white;
}
panel>.header:focus {
border-width: 1px;
border-color: black;
}
panel>.header>.icon {
color: white;
}
panel>.header>.label {
color: white;
child-space: 1s;
child-left: 0px;
}
panel .container2>row>label {
height: 30px;
width: 120px;
color: black;
child-left: 5px;
top: 1s;
bottom: 1s;
}
checkbox {
width: 20px;
height: 20px;
background-color: white;
border-width: 1px;
border-color: #757575;
color: black;
}
list {
border-width: 1px;
border-color: #999999;
height: auto;
}
check_button {
color: black;
background-color:white;
}
check_button:checked {
background-color: #d0d0d0;
}
check_button:focus {
border-color: black;
border-width: 1px;
}
dropdown {
color: black;
background-color: #d2d2d2;
}
dropdown:focus {
border-width: 1px;
border-color: black;
}
dropdown>.header>label {
color: red;
child-top: 1s;
child-bottom: 1s;
child-left: 5px;
}
dropdown .icon {
color: #ff5e1a;
width: 30px;
height: 30px;
}
dropdown>.container {
top: 100%;
width: 100%;
background-color: white;
outer-shadow: 2px 2px 5px #80000000;
}
check_item:focus {
border-width: 1px;
border-color: black;
}
textbox {
color: black;
border-width: 1px;
border-color: #757575;
child-left: 1s;
child-right: 1s;
child-top: 1s;
child-bottom: 1s;
}
spinbox .increment {
color: #ff5e1a;
text-justify: center;
}
spinbox .decrement {
color: #ff5e1a;
text-justify: center;
}
spinbox>textbox {
color: black;
border-width: 1px;
border-color: #757575;
right: -1px;
text-align: center;
text-justify: center;
}
spinbox>.arrow_container {
border-width: 1px;
border-color: #757575;
}
slider {
height: 20px;
}
slider>.track {
background-color: #dfdfdf;
border-radius: 2px;
}
slider>.track>.active {
background-color: #f74c00;
border-radius: 2px;
}
slider>.thumb {
background-color: white;
width: 20px;
height: 20px;
border-radius: 9.5px;
border-color: #757575;
border-width: 1px;
}
switch {
width: 40px;
height: 20px;
background-color: #646464;
layout-type: row;
child-space: 2px;
transition: background-color 0.1 0.0;
border-radius: 9.5px;
}
switch>.front {
left: 1px;
width: 18px;
height: 18px;
background-color: white;
border-radius: 9px;
transition: left 0.1 0.0;
}
switch:checked>.front {
left: 21px;
transition: left 0.1 0.0;
}
switch:checked {
background-color: #ff5e1a;
transition: background-color 0.1 0.0;
}
scroll_container {
height: 1s;
}
scroll_container>.container {
width: 1s;
left: 12px;
right: 0px;
}
scroll_container>.scrollbar {
background-color: #dfdfdf;
border-color: #757575;
border-width: 1px;
width: 10px;
border-radius: 4.5px;
}
scroll_container:enabled>.scrollbar {
width: 10px;
transition: width 0.1 0.0;
}
scroll_container:enabled>.container {
left: 10px;
transition: left 0.1 0.0;
}
scroll_container:disabled>.scrollbar {
width: 0px;
transition: width 0.1 0.0;
}
scroll_container:disabled>.container {
left: 0px;
transition: left 0.1 0.0;
}