blob: 461323834ca3b4288c4ba87187de3f872ede5f0d [file] [log] [blame] [raw]
@import url("~golden-layout/src/css/goldenlayout-light-theme.css");
body {
background-color: #FFFFFF;
}
.navbar-default {
background-color: #FFFFFF;
}
.navbar-default .navbar-nav li a {
color: #337ab7;
}
.navbar-default .navbar-nav li a:hover {
color: #23527c;
}
.navbar-default ul.nav li:hover {
background-color: #eee;
}
.float-link {
background-color: rgba(128, 128, 128, 0.5);
}
.float-link:hover {
background-color: rgba(128, 128, 160, 0.5);
}
.btn.active {
color: #fff;
border-color: #46b8da;
background-color: #5bc0de;
}
.lm_header {
background-color: #f2f2f2;
}
.opcode {
color: #066;
}
.opcode:nth-child(odd) {
color: #060;
}
.linked-code-decoration {
background: lightblue;
}
.font-option {
background: white;
}
.font-option:hover {
background: lightblue;
}
.font-option-active {
background: #226699;
}
.font-option-active:hover {
background: #4477AA;
}
.linked-code-decoration-margin {
background: lightblue;
}
.modal-content .well {
border-color: #474747;
}
.notification {
background-color: cornflowerblue;
}
.notification-info {
background-color: #f2f2f2;
}
.notification-error {
background-color: indianred;
color: white;
}
.notification-on {
background-color: green;
color: black;
}
.notification-off {
background-color: gray;
color: black;
}
.analysis,
.mixed {
background: #fdfd96;
}
.passed {
background: #77dd77;
}
.missed {
background: #ff6961;
}
.conformance-wrapper {
background-color: #fff;
}
.graph-placeholder {
background-color: #FFFFFF;
}
.text-count {
color: green;
}
.err-count {
color: red;
}
.even-row {
background-color: #ffffff;
}
.odd-row {
background-color: #f2f2f2;
}