updated vodia identity

This commit is contained in:
2025-08-07 13:28:29 +02:00
parent 7e7b0680dd
commit 448ed9cf15
4 changed files with 268 additions and 198 deletions
+27 -24
View File
@@ -128,37 +128,40 @@ h1, h2, h3, h4, h5, h6 {
.card.border-top-purple {
border-top: 2px solid #6b5eae;
}
/*
.card-header.underline-danger {
border-bottom: 2px solid #f1556c;
}*/
#vodia-identities-list > .list-group-item:hover {
background-color: #dee2e6;
/* * Vodia Identity Container * */
#vodia-identity-container .dropdown-menu {
transition: opacity 0.15s linear, visibility 0.15s linear;
display: block; opacity: 0; visibility: hidden;
}
#vodia-identity-container.show .dropdown-menu { opacity: 1; visibility: visible; }
#vodia-identity-container .pointer { cursor: pointer; }
.opacity-75 { opacity: 0.75 !important; }
.vodia-list-item-icon {
font-size: 1.3em;
vertical-align: middle;
}
#vodia-identities-list li.list-group-item .color-block {
width: 50px;
height: 16px;
color: #fff;
vertical-align: top;
text-align: center;
border: 1px solid #fff;
#vodia-identity-container * {
line-height: normal;
vertical-align: middle;
}
#vodia-identities-list .list-group-item td.color-block-blue {
background-color: #4b88e4;
#vodia-identity-container > a {
line-height: 70px;
max-height: 70px;
height: 70px;
}
#vodia-identities-list .list-group-item td.color-block-green {
background-color: #25b343;
}
#vodia-identities-list .list-group-item td.color-block-pink {
background-color: #f672a7;
}
#vodia-identities-list .list-group-item td.color-block-black {
background-color: #000;
}
.vodia-identity-color-blue { color: #4b88e4; }
.vodia-identity-color-green { color: #25b343; }
.vodia-identity-color-pink { color: #f672a7; }
.vodia-identity-color-black { color: #000; }
.vodia-identity-color-grey { color: #6c757d; }
/* * Vodia Identity Container * */
#topnav {