blob: e908427d733156dcaffb0f714eab9fdfac06f683 [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;
}
.highlighted {
background-color: rgba(255, 0, 0, 0.2);
color: #0000b0;
}
.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-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;
}