filebrowser/frontend/public/themes/dark.css

208 lines
3.6 KiB
CSS
Raw Normal View History

2020-01-02 00:48:48 +00:00
:root {
2020-07-13 17:37:43 +00:00
--background: #141D24;
--surfacePrimary: #20292F;
--surfaceSecondary: #3A4147;
2020-01-02 00:48:48 +00:00
--divider: rgba(255, 255, 255, 0.12);
--icon: #ffffff;
--textPrimary: rgba(255, 255, 255, 0.87);
--textSecondary: rgba(255, 255, 255, 0.6);
}
body {
background: var(--background);
color: var(--textPrimary);
}
#loading {
background: var(--background);
}
#loading .spinner div, #previewer .loading .spinner div {
2020-01-02 00:48:48 +00:00
background: var(--icon);
}
#login {
background: var(--background);
}
header {
background: var(--surfacePrimary);
}
#search #input {
background: var(--surfaceSecondary);
2020-07-13 17:37:43 +00:00
border-color: var(--surfacePrimary);
}
#search #input input::placeholder {
color: var(--textSecondary);
2020-01-02 00:48:48 +00:00
}
2020-07-13 17:37:43 +00:00
#search.active #input {
2020-01-02 00:48:48 +00:00
background: var(--surfacePrimary);
}
#search.active input {
color: var(--textPrimary);
}
2020-07-13 17:37:43 +00:00
#search #result {
2020-01-02 00:48:48 +00:00
background: var(--background);
color: var(--textPrimary);
}
2020-07-13 17:37:43 +00:00
#search .boxes {
background: var(--surfaceSecondary);
}
#search .boxes h3 {
2020-01-02 00:48:48 +00:00
color: var(--textPrimary);
}
.action {
color: var(--textPrimary) !important;
}
2020-07-13 17:37:43 +00:00
.action:hover {
background-color: rgba(255, 255, 255, .1);
}
2020-01-02 00:48:48 +00:00
.action i {
color: var(--icon) !important;
}
.action .counter {
border-color: var(--surfacePrimary);
}
nav > div {
border-color: var(--divider);
}
#breadcrumbs {
border-color: var(--divider);
color: var(--textPrimary) !important;
}
#breadcrumbs span {
color: var(--textPrimary) !important;
}
#listing .item {
background: var(--surfacePrimary);
color: var(--textPrimary);
border-color: var(--divider) !important;
}
#listing .item i {
color: var(--icon);
}
#listing .item .modified {
color: var(--textSecondary);
}
#listing h2,
#listing.list .header span {
color: var(--textPrimary) !important;
}
#listing.list .header span {
color: var(--textPrimary);
}
#listing.list .header i {
color: var(--icon);
}
#listing.list .item.header {
background: var(--background);
}
2020-07-13 17:37:43 +00:00
.message {
color: var(--textPrimary);
}
2020-01-02 00:48:48 +00:00
.card {
background: var(--surfacePrimary);
color: var(--textPrimary);
}
.button--flat:hover {
background: var(--surfaceSecondary);
}
2021-02-19 16:01:43 +00:00
.dashboard #nav ul li {
color: var(--textSecondary);
}
.dashboard #nav ul li:hover {
background: var(--surfaceSecondary);
}
2020-01-02 00:48:48 +00:00
.card h3,
.dashboard #nav,
.dashboard p label {
color: var(--textPrimary);
}
2021-02-16 15:39:11 +00:00
.card#share input,
.card#share select,
2020-01-02 00:48:48 +00:00
.input {
background: var(--surfaceSecondary);
color: var(--textPrimary);
2020-07-13 17:37:43 +00:00
border: 1px solid rgba(255, 255, 255, 0.05);
}
.input:hover,
.input:focus {
border-color: rgba(255, 255, 255, 0.15);
}
.input--red {
background: #73302D;
}
.input--green {
background: #147A41;
2020-01-02 00:48:48 +00:00
}
2021-02-19 16:01:43 +00:00
.dashboard #nav .wrapper,
2020-01-02 00:48:48 +00:00
.collapsible {
border-color: var(--divider);
}
.collapsible > label * {
color: var(--textPrimary);
}
2020-07-13 17:37:43 +00:00
table th {
color: var(--textSecondary);
}
.file-list li:hover {
background: var(--surfaceSecondary);
}
.file-list li:before {
color: var(--textSecondary);
}
.file-list li[aria-selected=true]:before {
color: var(--icon);
}
2020-01-02 00:48:48 +00:00
.shell {
background: var(--surfacePrimary);
color: var(--textPrimary);
}
2020-07-13 17:37:43 +00:00
.shell__result {
border-top: 1px solid var(--divider);
}
2020-01-02 00:48:48 +00:00
2020-07-04 03:11:51 +00:00
#editor-container {
background: var(--background);
}
#editor-container .bar {
background: var(--surfacePrimary);
}
2020-01-02 00:48:48 +00:00
@media (max-width: 736px) {
#file-selection {
background: var(--surfaceSecondary) !important;
}
#file-selection span {
color: var(--textPrimary) !important;
}
nav {
background: var(--surfaceSecondary) !important;
}
#dropdown {
background: var(--surfaceSecondary) !important;
}
}
2020-07-13 17:37:43 +00:00
2020-11-04 13:45:19 +00:00
.share__box {
2020-11-03 19:17:22 +00:00
background: var(--surfacePrimary) !important;
2020-07-13 17:37:43 +00:00
color: var(--textPrimary);
}
2020-11-04 13:45:19 +00:00
.share__box__element {
border-top-color: var(--divider);
2020-07-13 17:37:43 +00:00
}