fix insights dark theme

pull/1291/head
Thibault Duplessis 2015-12-06 13:41:05 +07:00
parent 8ec3b8184f
commit 44ee749809
2 changed files with 15 additions and 1 deletions

View File

@ -10,7 +10,7 @@ net {
ip = "5.196.91.160"
asset {
domain = ${net.domain}
version = 747
version = 749
}
}
play {

View File

@ -6,6 +6,7 @@ body.dark #insight .ms-parent.selected .ms-choice {
background-color: #404040;
color: #eaeaea;
}
body.dark div.panel-tabs a.tab,
body.dark #insight header,
body.dark #insight .ms-choice,
body.dark #insight .ms-drop,
@ -14,6 +15,7 @@ body.dark #insight .ms-drop ul > li label.optgroup,
body.dark #insight table {
border-color: #3d3d3d;
}
body.dark #insight .presets,
body.dark #insight header,
body.dark #insight table,
body.dark #insight .ms-choice,
@ -32,3 +34,15 @@ body.dark #insight .filters .topless a {
color: #777;
text-shadow: none;
}
body.dark div.panel-tabs a.tab {
background: none;
color: #777;
}
body.dark div.panel-tabs a.tab.active {
color: #aaa;
background-color: #2b2b2b;
}
body.dark #insight .presets a:hover {
color: #a0a0a0;
background-color: #333;
}