2019-02-05 00:06:34 +01:00
|
|
|
@font-face {
|
2021-05-22 12:13:37 +02:00
|
|
|
font-family: 'Noto Sans';
|
2019-02-05 00:06:34 +01:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2021-05-22 12:13:37 +02:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-regular.woff2') format('woff2'),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-regular.woff') format('woff');
|
2017-05-29 21:51:06 +02:00
|
|
|
}
|
2021-05-22 12:13:37 +02:00
|
|
|
|
2019-02-05 00:06:34 +01:00
|
|
|
@font-face {
|
2021-05-22 12:13:37 +02:00
|
|
|
font-family: 'Noto Sans';
|
2017-05-29 21:51:06 +02:00
|
|
|
font-style: normal;
|
2019-02-05 00:06:34 +01:00
|
|
|
font-weight: 700;
|
2021-05-22 12:13:37 +02:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-700.woff2') format('woff2'),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-700.woff') format('woff');
|
2019-02-05 00:06:34 +01:00
|
|
|
}
|
2021-05-22 12:13:37 +02:00
|
|
|
|
2019-02-05 00:06:34 +01:00
|
|
|
@font-face {
|
2021-05-22 12:13:37 +02:00
|
|
|
font-family: 'Noto Sans';
|
2019-02-05 00:06:34 +01:00
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
2021-05-22 12:13:37 +02:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-italic.woff2') format('woff2'),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-italic.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local(''),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-700italic.woff2') format('woff2'),
|
|
|
|
url('/fonts/noto-sans-v12-latin_greek_cyrillic-700italic.woff') format('woff');
|
2017-05-29 21:51:06 +02:00
|
|
|
}
|
2017-03-02 11:23:23 +01:00
|
|
|
#maxmsgsize { min-width: 80px; }
|
|
|
|
#slider1 .slider-selection {
|
|
|
|
background: #FFD700;
|
|
|
|
}
|
|
|
|
#slider1 .slider-track-high {
|
|
|
|
background: #FF4500;
|
|
|
|
}
|
|
|
|
#slider1 .slider-track-low {
|
2018-12-10 13:26:39 +01:00
|
|
|
background: #66CD00;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
|
|
|
.striped:nth-child(odd) {
|
2018-12-10 13:26:39 +01:00
|
|
|
background-color: #fff;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
|
|
|
.striped:nth-child(even) {
|
2018-12-10 13:26:39 +01:00
|
|
|
background-color: #fafafa;
|
|
|
|
border:1px solid white;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
|
|
|
.btn {
|
2018-12-10 13:26:39 +01:00
|
|
|
text-transform: none;
|
|
|
|
}
|
2019-07-23 05:48:29 +02:00
|
|
|
.btn * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2019-01-29 00:20:39 +01:00
|
|
|
.textarea-code {
|
|
|
|
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
|
|
|
background:transparent !important;
|
|
|
|
}
|
2018-12-10 13:26:39 +01:00
|
|
|
.navbar-nav {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2022-06-23 16:34:58 +02:00
|
|
|
.navbar-nav .nav-item {
|
2022-08-08 12:53:25 +02:00
|
|
|
flex-direction: column;
|
2022-06-23 16:34:58 +02:00
|
|
|
display: flex;
|
|
|
|
padding: 0 10px !important;
|
|
|
|
}
|
2022-06-15 11:22:59 +02:00
|
|
|
.navbar-nav .nav-link {
|
|
|
|
height: 44px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-06-15 16:34:49 +02:00
|
|
|
padding: 0 10px !important;
|
2022-06-15 11:22:59 +02:00
|
|
|
}
|
2018-12-10 13:26:39 +01:00
|
|
|
.navbar-fixed-bottom .navbar-collapse,
|
|
|
|
.navbar-fixed-top .navbar-collapse {
|
|
|
|
max-height: 1000px
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2021-05-22 12:13:37 +02:00
|
|
|
.bi {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
.btn .bi {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
2022-06-15 11:22:59 +02:00
|
|
|
.btn-group-xs > .btn, .btn-xs {
|
|
|
|
padding: .25rem .4rem;
|
|
|
|
font-size: .875rem;
|
|
|
|
line-height: 1rem;
|
|
|
|
border-radius: .2rem;
|
|
|
|
}
|
2021-05-22 12:13:37 +02:00
|
|
|
.icon-spin {
|
|
|
|
animation-name: spin;
|
|
|
|
animation-duration: 2000ms;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-timing-function: linear;
|
2018-12-10 13:26:39 +01:00
|
|
|
-webkit-animation: spin 2000ms infinite linear;
|
2021-05-22 12:13:37 +02:00
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
font-size: 0.9rem;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
|
|
|
@-webkit-keyframes spin {
|
2018-12-10 13:26:39 +01:00
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
|
|
|
@keyframes spin {
|
2018-12-10 13:26:39 +01:00
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2022-06-24 15:55:52 +02:00
|
|
|
@keyframes blink {
|
|
|
|
50% {
|
|
|
|
color: transparent
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.loader-dot {
|
|
|
|
animation: 1s blink infinite
|
|
|
|
}
|
|
|
|
.loader-dot:nth-child(2) {
|
|
|
|
animation-delay: 250ms
|
|
|
|
}
|
|
|
|
.loader-dot:nth-child(3) {
|
|
|
|
animation-delay: 500ms
|
|
|
|
}
|
|
|
|
|
2019-10-23 22:09:10 +02:00
|
|
|
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
|
2017-04-26 23:38:18 +02:00
|
|
|
/* Fix modal moving content left */
|
|
|
|
body.modal-open {
|
|
|
|
overflow: inherit;
|
|
|
|
padding-right: inherit !important;
|
|
|
|
}
|
2017-10-02 15:58:55 +02:00
|
|
|
body {
|
2021-05-22 12:13:37 +02:00
|
|
|
font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
2021-05-27 12:33:28 +02:00
|
|
|
font-size: 10.5pt;
|
2021-05-22 12:13:37 +02:00
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
2021-05-27 12:33:28 +02:00
|
|
|
font-size: 10.5pt;
|
2021-05-22 12:13:37 +02:00
|
|
|
line-height: 1.5;
|
2017-10-02 15:58:55 +02:00
|
|
|
}
|
2017-05-09 23:25:23 +02:00
|
|
|
#mailcow-alert {
|
2017-05-09 13:43:54 +02:00
|
|
|
position: fixed;
|
|
|
|
bottom: 8px;
|
|
|
|
right: 25px;
|
2017-05-09 23:25:23 +02:00
|
|
|
min-width: 350px;
|
|
|
|
max-width: 550px;
|
2017-05-09 13:43:54 +02:00
|
|
|
z-index: 2000;
|
2017-05-11 23:10:32 +02:00
|
|
|
}
|
2019-10-23 22:09:10 +02:00
|
|
|
.input-group-sm .btn { margin-top: 0 !important }
|
2017-07-04 18:05:04 +02:00
|
|
|
legend {
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
2019-10-23 22:09:10 +02:00
|
|
|
-ms-user-select: none;
|
2017-07-04 18:05:04 +02:00
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none;
|
2021-05-22 12:13:37 +02:00
|
|
|
font-size: 1.2rem;
|
2017-10-21 10:07:06 +02:00
|
|
|
}
|
|
|
|
.navbar .navbar-brand {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
.navbar .navbar-brand img {
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.mailcow-logo img {
|
|
|
|
max-width: 250px;
|
2018-01-15 15:43:41 +01:00
|
|
|
}
|
|
|
|
.lang-link-disabled a {
|
2018-12-10 13:26:39 +01:00
|
|
|
pointer-events: none;
|
2018-01-15 15:43:41 +01:00
|
|
|
}
|
|
|
|
.lang-link-disabled {
|
2018-12-10 13:26:39 +01:00
|
|
|
cursor: not-allowed;
|
2018-01-15 15:43:41 +01:00
|
|
|
}
|
2018-01-25 13:22:17 +01:00
|
|
|
.overlay {
|
|
|
|
background: #fff;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10000;
|
|
|
|
top: 0; right: 0; bottom: 0; left: 0;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
2018-07-23 20:01:01 +02:00
|
|
|
.bootstrap-select.btn-group .no-results {
|
|
|
|
display: none;
|
2018-08-03 20:31:33 +02:00
|
|
|
}
|
2022-06-15 11:22:59 +02:00
|
|
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary {
|
|
|
|
color: rgb(197, 197, 197) !important;
|
2018-08-03 20:31:33 +02:00
|
|
|
}
|
2018-09-09 21:17:59 +02:00
|
|
|
.haveibeenpwned {
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
.full-width-select {
|
|
|
|
width: 100%!important;
|
2019-01-29 00:20:39 +01:00
|
|
|
}
|
2019-02-05 00:06:34 +01:00
|
|
|
.tooltip {
|
|
|
|
font-family: inherit;
|
2021-05-22 12:13:37 +02:00
|
|
|
font-size: 0.8rem;
|
2019-02-05 00:06:34 +01:00
|
|
|
}
|
|
|
|
.progress-bar {
|
2021-05-22 12:13:37 +02:00
|
|
|
font-size: 0.8rem;
|
2019-02-05 00:06:34 +01:00
|
|
|
line-height: 14px;
|
2019-10-23 22:09:10 +02:00
|
|
|
}
|
|
|
|
.footer {
|
2020-04-19 21:37:46 +02:00
|
|
|
margin-top: 27px;
|
2019-10-23 22:09:10 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
color: #959595;
|
2022-02-01 15:26:48 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.footer .version {
|
2022-06-15 11:22:59 +02:00
|
|
|
margin-left: auto;
|
2022-03-17 21:57:27 +01:00
|
|
|
margin-top: 20px;
|
2020-03-28 19:51:42 +01:00
|
|
|
}
|
|
|
|
.slave-info {
|
|
|
|
padding: 15px 0px 15px 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-05-20 20:37:52 +02:00
|
|
|
.alert-hr {
|
|
|
|
margin:3px 0px;
|
|
|
|
border-bottom:1px solid #f5f5f5!important;
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
2020-10-23 20:23:54 +02:00
|
|
|
.btn-input-missing,
|
|
|
|
.btn-input-missing:hover,
|
|
|
|
.btn-input-missing:active,
|
|
|
|
.btn-input-missing:focus,
|
|
|
|
.btn-input-missing:active:hover,
|
|
|
|
.btn-input-missing:active:focus {
|
|
|
|
color: #000 !important;
|
2022-07-08 11:27:09 +02:00
|
|
|
background-color: #ff2f24 !important;
|
|
|
|
border-color: #e21207 !important;
|
2020-10-23 20:23:54 +02:00
|
|
|
}
|
2021-05-23 09:49:36 +02:00
|
|
|
.navbar-nav > li {
|
|
|
|
font-size: 1rem !important;
|
|
|
|
}
|
|
|
|
.dropdown-menu > li > a {
|
|
|
|
font-size: 1rem !important;
|
2021-05-23 13:18:52 +02:00
|
|
|
}
|
|
|
|
.label {
|
|
|
|
font-size:inherit;
|
|
|
|
}
|
|
|
|
[class^="bi-"]::before, [class*=" bi-"]::before {
|
|
|
|
vertical-align: -0.2em !important;
|
|
|
|
}
|
|
|
|
legend > [class^="bi-"]::before, legend > [class*=" bi-"]::before {
|
|
|
|
vertical-align: 0em !important;
|
2021-05-23 23:09:37 +02:00
|
|
|
}
|
2021-05-28 10:40:41 +02:00
|
|
|
code {
|
|
|
|
font-size: inherit;
|
2021-10-15 13:10:04 +02:00
|
|
|
}
|
|
|
|
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
2021-10-19 21:56:43 +02:00
|
|
|
.flag-icon {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2022-05-05 08:25:01 +02:00
|
|
|
|
2022-08-30 15:59:16 +02:00
|
|
|
.dropdown-header {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dataTables_info {
|
|
|
|
margin: 15px 0 !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
.dataTables_paginate, .dataTables_length, .dataTables_filter {
|
|
|
|
margin: 15px 0 !important;
|
|
|
|
}
|
|
|
|
.dtr-details {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.dtr-title {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
table.dataTable>tbody>tr.child ul.dtr-details>li {
|
|
|
|
border-bottom: 1px solid rgba(239, 239, 239, 0.129);
|
|
|
|
padding: 0.5em 0;
|
|
|
|
}
|
|
|
|
|
2022-05-05 08:25:01 +02:00
|
|
|
.tag-box {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.tag-badge {
|
|
|
|
transition: 200ms linear;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
.tag-badge.btn-badge {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.tag-badge .bi {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.tag-badge.btn-badge:hover {
|
|
|
|
filter: brightness(0.9);
|
|
|
|
}
|
|
|
|
.tag-input {
|
|
|
|
margin-left: 10px;
|
2022-06-15 16:34:49 +02:00
|
|
|
border: 0 !important;
|
2022-05-05 08:25:01 +02:00
|
|
|
flex: 1;
|
|
|
|
height: 24px;
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
|
|
|
.tag-input:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
.tag-add {
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
align-items: center;
|
|
|
|
display: inline-flex;
|
2022-05-06 08:52:44 +02:00
|
|
|
}
|
2022-08-29 14:37:25 +02:00
|
|
|
|
2022-06-28 07:21:26 +02:00
|
|
|
#dnstable {
|
|
|
|
overflow-x: auto!important;
|
|
|
|
}
|
|
|
|
.well {
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
padding: 10px;
|
2022-08-30 15:59:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before:hover,
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before:hover {
|
|
|
|
background-color: #5e5e5e;
|
|
|
|
}
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before,
|
|
|
|
table.dataTable td.dt-control:before {
|
|
|
|
background-color: #979797 !important;
|
|
|
|
border: 1.5px solid #616161 !important;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
color: #fff;
|
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
|
|
|
line-height: 1.25em;
|
|
|
|
border-radius: 0px;
|
|
|
|
box-shadow: none;
|
|
|
|
font-size: 14px;
|
|
|
|
transition: 0.5s all;
|
|
|
|
}
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before,
|
|
|
|
table.dataTable td.dt-control:before {
|
|
|
|
background-color: #979797 !important;
|
|
|
|
}
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
|
|
|
|
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
|
|
|
|
background-color: #fbfbfb;
|
|
|
|
}
|
|
|
|
table.dataTable.table-striped>tbody>tr>td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
table.dataTable.table-striped>tbody>tr>td>input[type="checkbox"] {
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-check-label {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caret {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
a[aria-expanded='true'] > .caret,
|
|
|
|
button[aria-expanded='true'] > .caret {
|
|
|
|
transform: rotate(-180deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-details {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
.list-group-header {
|
|
|
|
background: #f7f7f7;
|
|
|
|
}
|