1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-02 21:47:12 +02:00
This commit is contained in:
GilbN 2021-12-22 20:15:46 +00:00
parent e66ee417d3
commit 9b6c60a8a2
63 changed files with 153 additions and 103 deletions

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/aquamarine.css?sha=5cdf3f13a57669f3732b64a7573580bcaa9ac6fc");

View File

@ -19,7 +19,9 @@ img.logo {
}
body.layout_frontend,
body {
body,
html.theme_light body.layout_frontend,
html {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
@ -39,13 +41,14 @@ app-org-vault-groupings .card .card-body a,
color: var(--link-color);
}
a:hover,
a:hover:not(.btn-secondary),
app-vault-groupings .card li.active>a:first-of-type,
app-vault-groupings .card li.active>div a:first-of-type,
app-org-vault-groupings .card li.active>a:first-of-type,
app-org-vault-groupings .card li.active>div a:first-of-type,
.groupings .card li.active>a:first-of-type,
.groupings .card li.active>div a:first-of-type {
.groupings .card li.active>div a:first-of-type,
html.theme_light a {
color: var(--link-color-hover) !important;
}
@ -75,8 +78,8 @@ h6,
.h4,
.h5,
.h6,
label,
label:not(.form-check-label):not(.btn),
label:not(#g_advanced > div:nth-child(13) > label):not(#g_advanced > div:nth-child(12) > div.col-sm-8 > div > label),
label:not(.form-check-label):not(.btn):not(#g_advanced > div:nth-child(13) > label),
label.bold .card-header:first-child,
.card-header,
.modal-header {
@ -97,7 +100,14 @@ label.bold .card-header:first-child,
/* CARDS */
.card {
background-color: rgba(255, 255, 255, 0.07);
background-color: rgba(255, 255, 255, 0.07) !important;
border-color: rgba(255, 255, 255, 0.1) !important;
color: var(--text) !important;
}
html.theme_light .card-body:not(.bg-light>.card-body) {
background-color: transparent;
color: var(--text);
}
app-vault-groupings .card li.active>a:first-of-type,
@ -295,17 +305,21 @@ a.text-danger:focus {
.btn[class*="btn-outline-"]:not(:hover),
.swal2-popup .swal2-actions button[class*="btn-outline-"]:not(:hover),
.swal2-popup .swal2-actions button.swal2-cancel {
border-color: var(--button-color);
background-color: var(--button-color);
color: var(--button-text);
.swal2-popup .swal2-actions button.swal2-cancel,
html.theme_light .btn-primary,
html.theme_light .swal2-confirm {
border-color: var(--button-color) !important;
background-color: var(--button-color) !important;
color: var(--button-text) !important;
}
.btn-outline-secondary:hover,
.swal2-popup .swal2-actions button.swal2-cancel:hover {
color: var(--button-text-hover);
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
.swal2-popup .swal2-actions button.swal2-cancel:hover,
html.theme_light .btn-primary,
html.theme_light .swal2-confirm {
color: var(--button-text-hover) !important;
background-color: var(--button-color-hover) !important;
border-color: var(--button-color-hover) !important;
}
.btn-outline-secondary:hover:not(:disabled),
@ -315,8 +329,8 @@ a.text-danger:focus {
.btn-outline-primary:hover {
color: var(--button-text-hover) !important;
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
background-color: var(--button-color-hover) !important;
border-color: var(--button-color-hover) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
@ -335,7 +349,9 @@ a.text-danger:focus {
.btn-outline-secondary.focus,
.swal2-popup .swal2-actions button.focus.swal2-cancel,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
.btn-outline-primary.focus,
.btn-check:focus+.btn,
.btn:focus {
box-shadow: 0 0 0 0.2rem rgb(var(--accent-color), .5);
}
@ -344,12 +360,15 @@ a.text-danger:focus {
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle,
.swal2-popup .swal2-actions .show>button.dropdown-toggle.swal2-cancel {
color: var(--button-text-hover);
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
.swal2-popup .swal2-actions .show>button.dropdown-toggle.swal2-cancel,
html.theme_light .btn-outline-secondary:hover:not(:disabled),
html.theme_light .btn-outline-secondary:active {
color: var(--button-text-hover) !important;
background-color: var(--button-color-hover) !important;
border-color: var(--button-color-hover) !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
@ -499,4 +518,10 @@ input:focus:-ms-input-placeholder {
.card-header small,
.modal-header small {
color: var(--text-muted) !important;
}
/* Table */
.table-striped>tbody>tr:nth-of-type(odd)>* {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--text-hover);
}

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=5e806cb7efad3e1ac97e985f71d7a631a1b7f02b");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=bfb208569a57c23e562781bcbcc25c05779421de");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=39e2106043161e407b4e509e8d8323121fef6950");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=0ad15b8d2215b7528e27f3bd65f1cb0c42453be0");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=4ddeb117541753969da70820d8205aef771e37b4");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=979626f867e9a9a91664f2b6da66d478040dc8fb");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=f6fcaa104ff119d049fb72cebe2e6e620db1aa04");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0ba03cc3999c36f3ef7c0eae7f381cdcbdfd7f33");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=4bb56762e9469e831edf005100b9bd04849ad55c");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=f8e59fbf4720063a949e1be5cb16ebef094dc724");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=429071cc7b6204555899a4942d47446f54cc19c5");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=45a001fcfcf1fae8d40216146f38595fcfc76738");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/dark.css?sha=dc21605e303d094fed0564a15fb983d81bcd33dd");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/dracula.css?sha=5abf85508d87243007cf5f4fda34a60340583466");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/hotline-old.css?sha=73fce8f3f316c64b864e8b0502de0005f3883df4");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/hotline.css?sha=e027feaeea0f623144af4c45b61e332a0757f5fb");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/hotpink.css?sha=2f3974c084d053521362bae34d415f3614dba2e2");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/mind.css?sha=fb9b9d13dcaae0d46499acbbae405bbc23ae37cb");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/nord.css?sha=353cb0383f78b2afa4de7784d536d637f3c3666d");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/onedark.css?sha=cbccbf4366ab59bd2b9253c221b1f093c2e85118");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/organizr.css?sha=aa8d9d5c1b897b8f6d27ff274b073595b3d45741");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/overseerr.css?sha=7e3a8e3ca21dd82641113cf53f071a89252c7235");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/plex.css?sha=6059a0bddd6ce8c60be5cd95b302a00654e92dfa");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/power.css?sha=b5e32f47b689d875d059da53f047527531aa0b68");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/reality.css?sha=8eadacd5602439f8430ccad8dba4e2465d87629f");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/soul.css?sha=2ce22d7b1fd2867393fd066ea97ed3adbf15764f");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/space-gray.css?sha=566e5616a8e48be2d0670d3f4d1ce106d2616ea2");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/space.css?sha=59325481dd9ca66fba178e67cd83311abbc72b91");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/time.css?sha=80ade11270c72eca1a32c2c47f8bbf2c75308681");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/aquamarine.css?sha=5cdf3f13a57669f3732b64a7573580bcaa9ac6fc");

View File

@ -19,7 +19,9 @@ img.logo {
}
body.layout_frontend,
body {
body,
html.theme_light body.layout_frontend,
html {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
@ -39,13 +41,14 @@ app-org-vault-groupings .card .card-body a,
color: var(--link-color);
}
a:hover,
a:hover:not(.btn-secondary),
app-vault-groupings .card li.active>a:first-of-type,
app-vault-groupings .card li.active>div a:first-of-type,
app-org-vault-groupings .card li.active>a:first-of-type,
app-org-vault-groupings .card li.active>div a:first-of-type,
.groupings .card li.active>a:first-of-type,
.groupings .card li.active>div a:first-of-type {
.groupings .card li.active>div a:first-of-type,
html.theme_light a {
color: var(--link-color-hover) !important;
}
@ -75,8 +78,8 @@ h6,
.h4,
.h5,
.h6,
label,
label:not(.form-check-label):not(.btn),
label:not(#g_advanced > div:nth-child(13) > label):not(#g_advanced > div:nth-child(12) > div.col-sm-8 > div > label),
label:not(.form-check-label):not(.btn):not(#g_advanced > div:nth-child(13) > label),
label.bold .card-header:first-child,
.card-header,
.modal-header {
@ -97,7 +100,14 @@ label.bold .card-header:first-child,
/* CARDS */
.card {
background-color: rgba(255, 255, 255, 0.07);
background-color: rgba(255, 255, 255, 0.07) !important;
border-color: rgba(255, 255, 255, 0.1) !important;
color: var(--text) !important;
}
html.theme_light .card-body:not(.bg-light>.card-body) {
background-color: transparent;
color: var(--text);
}
app-vault-groupings .card li.active>a:first-of-type,
@ -295,17 +305,21 @@ a.text-danger:focus {
.btn[class*="btn-outline-"]:not(:hover),
.swal2-popup .swal2-actions button[class*="btn-outline-"]:not(:hover),
.swal2-popup .swal2-actions button.swal2-cancel {
border-color: var(--button-color);
background-color: var(--button-color);
color: var(--button-text);
.swal2-popup .swal2-actions button.swal2-cancel,
html.theme_light .btn-primary,
html.theme_light .swal2-confirm {
border-color: var(--button-color) !important;
background-color: var(--button-color) !important;
color: var(--button-text) !important;
}
.btn-outline-secondary:hover,
.swal2-popup .swal2-actions button.swal2-cancel:hover {
color: var(--button-text-hover);
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
.swal2-popup .swal2-actions button.swal2-cancel:hover,
html.theme_light .btn-primary,
html.theme_light .swal2-confirm {
color: var(--button-text-hover) !important;
background-color: var(--button-color-hover) !important;
border-color: var(--button-color-hover) !important;
}
.btn-outline-secondary:hover:not(:disabled),
@ -315,8 +329,8 @@ a.text-danger:focus {
.btn-outline-primary:hover {
color: var(--button-text-hover) !important;
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
background-color: var(--button-color-hover) !important;
border-color: var(--button-color-hover) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
@ -335,7 +349,9 @@ a.text-danger:focus {
.btn-outline-secondary.focus,
.swal2-popup .swal2-actions button.focus.swal2-cancel,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
.btn-outline-primary.focus,
.btn-check:focus+.btn,
.btn:focus {
box-shadow: 0 0 0 0.2rem rgb(var(--accent-color), .5);
}
@ -344,12 +360,15 @@ a.text-danger:focus {
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle,
.swal2-popup .swal2-actions .show>button.dropdown-toggle.swal2-cancel {
color: var(--button-text-hover);
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
.swal2-popup .swal2-actions .show>button.dropdown-toggle.swal2-cancel,
html.theme_light .btn-outline-secondary:hover:not(:disabled),
html.theme_light .btn-outline-secondary:active {
color: var(--button-text-hover) !important;
background-color: var(--button-color-hover) !important;
border-color: var(--button-color-hover) !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
@ -499,4 +518,10 @@ input:focus:-ms-input-placeholder {
.card-header small,
.modal-header small {
color: var(--text-muted) !important;
}
/* Table */
.table-striped>tbody>tr:nth-of-type(odd)>* {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--text-hover);
}

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=5e806cb7efad3e1ac97e985f71d7a631a1b7f02b");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=bfb208569a57c23e562781bcbcc25c05779421de");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=39e2106043161e407b4e509e8d8323121fef6950");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=0ad15b8d2215b7528e27f3bd65f1cb0c42453be0");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=4ddeb117541753969da70820d8205aef771e37b4");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=979626f867e9a9a91664f2b6da66d478040dc8fb");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=f6fcaa104ff119d049fb72cebe2e6e620db1aa04");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0ba03cc3999c36f3ef7c0eae7f381cdcbdfd7f33");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=4bb56762e9469e831edf005100b9bd04849ad55c");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=f8e59fbf4720063a949e1be5cb16ebef094dc724");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=429071cc7b6204555899a4942d47446f54cc19c5");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=45a001fcfcf1fae8d40216146f38595fcfc76738");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/dark.css?sha=dc21605e303d094fed0564a15fb983d81bcd33dd");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/dracula.css?sha=5abf85508d87243007cf5f4fda34a60340583466");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/hotline-old.css?sha=73fce8f3f316c64b864e8b0502de0005f3883df4");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/hotline.css?sha=e027feaeea0f623144af4c45b61e332a0757f5fb");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/hotpink.css?sha=2f3974c084d053521362bae34d415f3614dba2e2");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/mind.css?sha=fb9b9d13dcaae0d46499acbbae405bbc23ae37cb");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/nord.css?sha=353cb0383f78b2afa4de7784d536d637f3c3666d");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/onedark.css?sha=cbccbf4366ab59bd2b9253c221b1f093c2e85118");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/organizr.css?sha=aa8d9d5c1b897b8f6d27ff274b073595b3d45741");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/overseerr.css?sha=7e3a8e3ca21dd82641113cf53f071a89252c7235");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/plex.css?sha=6059a0bddd6ce8c60be5cd95b302a00654e92dfa");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/power.css?sha=b5e32f47b689d875d059da53f047527531aa0b68");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/reality.css?sha=8eadacd5602439f8430ccad8dba4e2465d87629f");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/soul.css?sha=2ce22d7b1fd2867393fd066ea97ed3adbf15764f");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/theme-options/space-gray.css?sha=566e5616a8e48be2d0670d3f4d1ce106d2616ea2");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/space.css?sha=59325481dd9ca66fba178e67cd83311abbc72b91");

View File

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea");
@import url("https://develop.theme-park.dev/css/community-theme-options/time.css?sha=80ade11270c72eca1a32c2c47f8bbf2c75308681");

View File

@ -182,7 +182,7 @@
},
"bitwarden": {
"addons": {},
"base_css": "https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050"
"base_css": "https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=5ddb2023dc9a0e2b55e6acc71acd784decff65ea"
},
"calibreweb": {
"addons": {},