Browse Source

Bitwarden: Formatting

pull/323/head
GilbN 3 years ago
parent
commit
1b3b560135
  1. 19
      css/base/bitwarden/bitwarden-base.css

19
css/base/bitwarden/bitwarden-base.css

@ -51,6 +51,7 @@ app-org-vault-groupings .card li.active>div a:first-of-type,
html[class*="theme_"] a { html[class*="theme_"] a {
color: var(--link-color-hover) !important; color: var(--link-color-hover) !important;
} }
html[class*="theme_"] #totpImage { html[class*="theme_"] #totpImage {
background: lightgray; background: lightgray;
} }
@ -131,13 +132,14 @@ app-vault-groupings .card li.active>div>.fa {
} }
body>app-root>app-user-layout>app-tools>div>div>div.col-9>app-password-generator>div.card.card-password.bg-light.my-4, body>app-root>app-user-layout>app-tools>div>div>div.col-9>app-password-generator>div.card.card-password.bg-light.my-4,
body > app-root > app-user-layout > app-tools > div > div > div.col-9 > app-password-generator > div.card.card-password.bg-light.my-4 > div { body>app-root>app-user-layout>app-tools>div>div>div.col-9>app-password-generator>div.card.card-password.bg-light.my-4>div {
background-color: rgb(0 0 0 / 15%) !important; background-color: rgb(0 0 0 / 15%) !important;
} }
html[class*="theme_"] .password-number { html[class*="theme_"] .password-number {
color: rgb(var(--accent-color)); color: rgb(var(--accent-color));
} }
html[class*="theme_"] .password-letter { html[class*="theme_"] .password-letter {
color: white; color: white;
} }
@ -154,6 +156,7 @@ html[class*="theme_"] .modal-header {
-moz-background-size: auto, cover; -moz-background-size: auto, cover;
-o-background-size: auto, cover; -o-background-size: auto, cover;
} }
html[class*="theme_"] .modal-body { html[class*="theme_"] .modal-body {
background: var(--modal-bg-color); background: var(--modal-bg-color);
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
@ -164,6 +167,7 @@ html[class*="theme_"] .modal-body {
-moz-background-size: auto, cover; -moz-background-size: auto, cover;
-o-background-size: auto, cover; -o-background-size: auto, cover;
} }
html[class*="theme_"] .modal-footer { html[class*="theme_"] .modal-footer {
border-top: 1px solid rgba(255, 255, 255, 0.1); border-top: 1px solid rgba(255, 255, 255, 0.1);
background: var(--modal-footer-color); background: var(--modal-footer-color);
@ -232,7 +236,8 @@ html[class*="theme_"] .modal-footer {
} }
/* FORMS */ /* FORMS */
html[class*="theme_"] label.form-check-label, html[class*="theme_"] .form-control-file { html[class*="theme_"] label.form-check-label,
html[class*="theme_"] .form-control-file {
color: var(--text); color: var(--text);
} }
@ -273,7 +278,8 @@ select:focus {
box-shadow: 3px 3px 10px rgba(0, 0, 0, .2); box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
} */ } */
html[class*="theme_"] .dropdown-menu, html[class*="theme_"] .dropdown-item { html[class*="theme_"] .dropdown-menu,
html[class*="theme_"] .dropdown-item {
background: #1f1f1f; background: #1f1f1f;
color: #fff; color: #fff;
} }
@ -303,11 +309,13 @@ a.text-danger:focus {
/* SETTINGS */ /* SETTINGS */
html[class*="theme_"] .page-header, html[class*="theme_"] .secondary-header { html[class*="theme_"] .page-header,
html[class*="theme_"] .secondary-header {
border-bottom: 1px solid rgb(255 255 255 / 30%); border-bottom: 1px solid rgb(255 255 255 / 30%);
} }
html[class*="theme_"] .page-header, html[class*="theme_"] .secondary-header{ html[class*="theme_"] .page-header,
html[class*="theme_"] .secondary-header {
border-bottom: 1px solid rgb(255 255 255 / 30%); border-bottom: 1px solid rgb(255 255 255 / 30%);
} }
@ -604,6 +612,7 @@ input:focus:-ms-input-placeholder {
--bs-table-accent-bg: var(--bs-table-striped-bg); --bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--text-hover); color: var(--text-hover);
} }
html[class*="theme_"] .table td { html[class*="theme_"] .table td {
color: var(--text); color: var(--text);
} }
Loading…
Cancel
Save