blob: b06e0e580c9fee9c9d20a2024ad8112884e8c53a [file] [log] [blame] [raw]
@import url("~golden-layout/src/css/goldenlayout-dark-theme.css");
body {
background-color: #333 !important;
}
.navbar-default {
background-color: #333 !important;
}
.navbar-default .navbar-nav li a {
color: #337ab7 !important;
}
.navbar-default .navbar-nav li a:hover {
color: #23527c !important;
}
.navbar-default ul.nav li:hover {
background-color: #eee !important;
}
.navbar-brand img.inverse {
display: block !important;
}
.navbar-brand img.normal {
display: none !important;
}
.lm_header {
background-color: #121212 !important;
}
.nav.nav-tabs li a {
color: #eee !important;
background-color: #666 !important;
}
.nav.nav-tabs li:not(.active) a {
border-bottom: 1px solid #fff !important;
}
.nav.nav-tabs li.active a {
background-color: #666 !important;
}
.float-link {
color: #eee !important;
background-color: rgba(128, 128, 128, 0.5) !important;
}
.float-link:hover {
background-color: rgba(128, 128, 160, 0.5) !important;
}
.modal-header {
color: #eee !important;
background-color: #333 !important;
-webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
}
.modal-body {
background-color: #333 !important;
color: #eee !important;
}
.modal-content .well {
background-color: #222 !important;
color: #eee !important;
}
.modal-footer {
background-color: #333 !important;
-webkit-border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
}
.linked-code-decoration-margin {
background: #433b4b !important;
}
.opcode {
color: #066 !important;
}
.opcode:nth-child(odd) {
color: #060 !important;
}
.highlighted {
background-color: rgba(255, 0, 0, 0.2) !important;
color: #0000b0 !important;
}
.linked-code-decoration {
background: #555657 !important;
}
.selectize-control.single .selectize-input {
color: #eee !important;
background: #666 linear-gradient(to bottom, #555, #222) !important;
}
.selectize-dropdown {
color: #aaa !important;
background-color: #666 !important;
}
.selectize-control.single .selectize-input.disabled {
color: #eee !important;
background: #000 !important;
}
.dropdown-menu {
color: #eee !important;
background-color: #303030 !important;
}
.dropdown-menu li a {
color: #eee !important;
}
.dropdown-menu li a:hover {
background-color: #333 !important;
color: #fff !important;
}
.popover {
background-color: #333 !important;
color: #fff !important;
border: 2px solid #464545 !important;
}
.font-option {
color: #eee !important;
background: #303030 !important;
}
.font-option:hover {
color: #fff !important;
background: #887788 !important;
}
.font-option-active {
background: #474747 !important;
}
.font-option-active:hover {
background: #998899 !important;
}
.notification {
background-color: gray !important;
}
.notification-error {
background-color: #aa3333 !important;
color: #000;
}
.notification-on {
background-color: #33aa33 !important;
color: black;
}
.notification-off {
background-color: #222 !important;
color: #fff;
}
pre.content {
color: #aaa !important;
background-color: #333 !important;
}
.bottom-bar {
color: #aaa !important;
background-color: #333 !important;
}
.btn {
color: #ccc !important;
background-color: #464545 !important;
border: 2px solid #464545 !important;
}
.btn.active {
color: #ccc !important;
background-color: #464545 !important;
border: 2px solid #464545 !important;
}
.btn.active:hover {
color: #aaa !important;
background-color: #464545 !important;
box-shadow: inset 0 0.5px 1.5px rgba(0, 0, 0, 0.125) !important;
border: 2px solid #464545 !important;
}
.btn:not(.active):hover {
background-color: #464545 !important;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125) !important;
border: 2px solid #464545 !important;
color: #aaa !important;
}
select {
color: #000 !important;
}
input {
color: #eee !important;
background-color: #474747 !important;
border: 0 !important;
}
input.permalink {
margin-top: 1px !important;
}
.analysis,
.mixed {
background: #fdfd96 !important;
}
.passed {
background: #77dd77 !important;
}
.missed {
background: #ff6961 !important;
}
.conformance-wrapper {
background-color: #1e1e1e !important;
}
.graph-placeholder {
background-color: #333333 !important;
}
.text-count {
color: green !important;
}
.err-count {
color: orange !important;
}
.optgroup-header {
background-color: #555 !important;
color: #EEE !important;
text-shadow: none !important;
}