Files
headscale-webui/static/css/overrides.css
iFargle 26917bbf8a test
2023-03-21 20:47:01 +09:00

56 lines
1.0 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;
}
#nav-search{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}