blob: 80a445ac7d8d8413282e16cb9ffa34d3d807aff5 [file] [log] [blame]
.mdl-layout__tab-bar-right-button {
display: none;
}
.twinkie-hscroll-cell {
overflow-x: hidden;
}
.twinkie-hscroll-cell > div {
overflow-x: auto;
}
.twinkie-trace-table {
width: 100%;
}
.twinkie-trace-table tr {
height: 14px;
}
.twinkie-trace-table td, .twinkie-trace-table th {
font-size: 12px;
text-align: left;
height: 14px;
padding-bottom: 0;
padding-top: 0;
}
.twinkie-trace-active {
background-color: #f5f5f5;
}
.twinkie-trace-success {
background-color: #dff0d8;
}
.twinkie-trace-warning {
background-color: #fcf8e3;
}
.twinkie-trace-danger {
background-color: #f2dede;
}
.twinkie-trace-info {
background-color: #d9edf7;
}
.twinkie-console-panel {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 16px;
overflow: hidden;
}
.twinkie-console-output {
position: absolute;
top: 0;
bottom: 40px;
width: 100%;
}
.twinkie-console-output-text {
font-family: 'Consolas', monospace;
background-color: white;
resize: none;
height: 100%;
}
.twinkie-console-input {
position: absolute;
bottom: 0;
width: 100%;
}
.twinkie-console-input-text {
font-family: 'Consolas', monospace;
background-color: white;
resize: none;
}
.twinkie-firmware-testing {
background-color: #f5f5f5;
}
.twinkie-firmware-release {
background-color: #dff0d8;
}
.twinkie-firmware-uploaded {
background-color: #fcf8e3;
}
.twinkie-firmware-backup {
background-color: #d9edf7;
}
.mdl-button--file {
right: 0;
}
.mdl-button--file input {
cursor: pointer;
height: 100%;
right: 0;
opacity: 0;
position: absolute;
top: 0;
width: 300px;
z-index: 4;
}
.mdl-textfield--file {
margin: -20px 0;
}
.mdl-textfield--file .mdl-textfield__input {
box-sizing: border-box;
width: calc(100% - 32px);
}