About window

This commit is contained in:
barsdeveloper
2025-01-25 22:03:46 +02:00
parent 0c6bda6fd4
commit 6167e97406
10 changed files with 92 additions and 6 deletions

View File

@@ -34,6 +34,15 @@ ueb-blueprint svg {
z-index: 1;
}
.ueb-viewport-about {
margin-top: -6px;
padding: 0 8px;
align-self: center;
font-size: 20px;
font-weight: bolder;
cursor: pointer;
}
@keyframes ueb-zoom-animation {
0% {
color: #7f7f7f;
@@ -145,6 +154,20 @@ ueb-selector > * {
overflow: hidden;
}
.ueb-info-dialog {
border: 10px solid #181818;
padding: 5px 30px;
background: #101010;
color: #f0f0f0;
}
.ueb-info-dialog a:link,
.ueb-info-dialog a:visited,
.ueb-info-dialog a:hover,
.ueb-info-dialog a:active {
outline: none;
color: #f0f0f0;
}
ueb-node.ueb-node-style-minimal {
box-shadow: none;
}