57 lines
2.0 KiB
CSS
57 lines
2.0 KiB
CSS
body {
|
|
background-color: #292929;
|
|
color: #e2e2e2;
|
|
}
|
|
div.main-wrapper div.main>div.content,
|
|
div.main,
|
|
div.main-wrapper div.main div.content div.fixed-title,
|
|
div.folder-divider span {
|
|
background-color: #121212;
|
|
}
|
|
div.main-wrapper div.main div.navigation .list button {
|
|
color: #E2E2E2;
|
|
}
|
|
div.main-wrapper div.main div.navigation .list button:hover {
|
|
background-color: rgba(0,0,0,.1);
|
|
}
|
|
div.folder-divider span {
|
|
color: #e2e2e2;
|
|
}
|
|
div.folder-divider:before {
|
|
background: none;
|
|
background-color: #e2e2e2;
|
|
}
|
|
div.main-wrapper div.main div.content div.fixed-title {
|
|
-webkit-box-shadow: 0px 0px 15px 0px rgb(10 10 10 / 80%);
|
|
-moz-box-shadow: 0px 0px 15px 0px rgba(10,10,10,.8);
|
|
box-shadow: 0px 0px 15px 0px rgb(10 10 10 / 80%);
|
|
}
|
|
* {
|
|
color: #e2e2e2;
|
|
}
|
|
div.main-wrapper div.main div.navigation, button.default-button {
|
|
background: none;
|
|
background-color: #1d1d1d;
|
|
}
|
|
div.main-wrapper div.main div.navigation .list button i, div.action-menu-wrapper button i, button.button-back i {
|
|
color: #fff;
|
|
}
|
|
div.folder-view-wrapper div.folder, .container.lang-manager div.columns, div.content div.voklist div.head, div.content div.voklist>div>div:not(.input), div.content div.voklist form.vocrow input, div.view-settings div.sorting>div div:hover,div.folder-view-wrapper div.folder, div.choicebox label {
|
|
background-color: #1d1d1d;
|
|
}
|
|
div.main-wrapper div.main div.navigation .list div.selection-display, div.view-settings div.sorting button, div.view-settings div.sorting>div {
|
|
background-color: #121212;
|
|
}
|
|
div.action-menu-wrapper button, button.button-back, .message-banner, .message-banner .time-beam, div.main-wrapper div.main div.content div.fixed-title button {
|
|
background-color: #1d1d1d;
|
|
}
|
|
div.content div.voklist input, .input-wrapper input, select, div.tooltip {
|
|
background-color: #121212;
|
|
}
|
|
.message-banner span {
|
|
color: #e2e2e2;
|
|
}
|
|
div.content div.voklist.default div.progress-indicator {
|
|
border-color: #121212;
|
|
}
|