mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-01-14 16:38:17 +01:00
83 lines
1.6 KiB
CSS
83 lines
1.6 KiB
CSS
.collection .collection-item.avatar {
|
|
min-height: 0px;
|
|
}
|
|
|
|
.collapsible span.badge {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.dropdown-search {
|
|
top: 64px !important;
|
|
width: max-content !important;
|
|
left: unset !important;
|
|
right: 10px !important;
|
|
cursor: unset !important;
|
|
height: unset !important;
|
|
}
|
|
.dropdown-oidc {
|
|
top: 64px !important;
|
|
width: max-content !important;
|
|
left: unset !important;
|
|
right: 10px !important;
|
|
cursor: unset !important;
|
|
height: unset !important;
|
|
}
|
|
.dropdown-oidc-content {
|
|
padding: unset !important;
|
|
}
|
|
|
|
.dropdown-oidc-collection {
|
|
border: unset !important;
|
|
margin: unset !important;
|
|
}
|
|
|
|
li.dropdown-oidc-collection{
|
|
padding-left: 72px !important;
|
|
}
|
|
|
|
.dropdown-oidc-title {
|
|
padding: unset !important;
|
|
color: unset !important;
|
|
}
|
|
|
|
.overview-page {
|
|
color: unset !important;
|
|
}
|
|
|
|
.datepicker-modal {
|
|
width: max-content !important;
|
|
}
|
|
|
|
.hide-transition.hide-out {
|
|
-webkit-transform: hide(0);
|
|
transform: scale(0);
|
|
-webkit-transition: -webkit-transform .2s !important;
|
|
transition: -webkit-transform .2s !important;
|
|
transition: transform .2s !important;
|
|
transition: transform .2s, -webkit-transform .2s !important;
|
|
display: none !important
|
|
}
|
|
|
|
.nav-search {
|
|
z-index: 1000;
|
|
visibility: visible;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
.nav-search.hidden, .nav-content.hidden {
|
|
z-index: -1000;
|
|
visibility: hidden;
|
|
}
|
|
.nav-search.show, .nav-content.show {
|
|
z-index: 1000;
|
|
visibility: visible;
|
|
}
|
|
|
|
.select-dropdown {
|
|
position: unset !important;
|
|
}
|
|
|
|
/* Make all onlcick elements a pointer on hover */
|
|
[onClick] {
|
|
cursor:pointer;
|
|
} |