mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
fix: 🐛 Bitwarden: Password generator fix, btn fix, bg fixes
This commit is contained in:
parent
694ed09af9
commit
623301bc18
@ -157,9 +157,8 @@ app-vault-groupings .card li.active>div>.fa {
|
|||||||
color: rgb(var(--accent-color));
|
color: rgb(var(--accent-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
body>app-root>app-user-layout>app-tools>div>div>div.col-9>app-password-generator>div.card.card-password.bg-light.my-4,
|
html[class*="theme_"] app-password-generator .card-password .card-body {
|
||||||
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: var(--transparency-dark-15);
|
||||||
background-color: var(--transparency-dark-15) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html[class*="theme_"] .password-number {
|
html[class*="theme_"] .password-number {
|
||||||
@ -385,7 +384,7 @@ html[class*="theme_"] .callout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html[class*="theme_"] .list-group-item {
|
html[class*="theme_"] .list-group-item {
|
||||||
background: var(--transparency-dark-35);
|
background: var(--transparency-dark-25);
|
||||||
border: 1px solid rgb(255 255 255 / 8%);
|
border: 1px solid rgb(255 255 255 / 8%);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
@ -581,11 +580,13 @@ app-org-vault-groupings .card li.active>div a:first-of-type {
|
|||||||
html[class*="theme_"] .table td [class*="fa-"] {
|
html[class*="theme_"] .table td [class*="fa-"] {
|
||||||
color: rgb(var(--accent-color));
|
color: rgb(var(--accent-color));
|
||||||
}
|
}
|
||||||
|
html[class*="theme_"] .btn-outline-secondary i {
|
||||||
|
color: var(--button-text) !important;
|
||||||
|
}
|
||||||
/* ADMIN PAGE */
|
/* ADMIN PAGE */
|
||||||
|
|
||||||
.bg-light {
|
.bg-light {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color);
|
||||||
background-repeat: repeat, no-repeat;
|
background-repeat: repeat, no-repeat;
|
||||||
background-attachment: fixed, fixed;
|
background-attachment: fixed, fixed;
|
||||||
background-position: center center, center center;
|
background-position: center center, center center;
|
||||||
@ -596,7 +597,7 @@ html[class*="theme_"] .table td [class*="fa-"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-light .navbar {
|
.bg-light .navbar {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color);
|
||||||
background-repeat: repeat, no-repeat;
|
background-repeat: repeat, no-repeat;
|
||||||
background-attachment: fixed, fixed;
|
background-attachment: fixed, fixed;
|
||||||
background-position: center center, center center;
|
background-position: center center, center center;
|
||||||
|
Loading…
Reference in New Issue
Block a user