74 lines
1.1 KiB
CSS
74 lines
1.1 KiB
CSS
/* select2 styles */
|
|
|
|
.select2-selection__choice {
|
|
color: #fff !important;
|
|
background-color: #28a745 !important;
|
|
border-radius: 4px !important;
|
|
}
|
|
|
|
.nav-pills .nav-link.active,
|
|
.nav-pills .show > .nav-link {
|
|
color: #ffffff;
|
|
background-color: #28a745 !important;
|
|
}
|
|
|
|
.card-header {
|
|
border-top: 2px solid #28a745;
|
|
}
|
|
|
|
.card-header.changelog,
|
|
.note-toolbar.card-header {
|
|
border-top: 2px solid #17a2b8;
|
|
}
|
|
|
|
.card-header.no-decoration {
|
|
border-top: none;
|
|
}
|
|
|
|
|
|
.custom-control-input:checked ~ .custom-control-label::before {
|
|
color: #ffffff;
|
|
border-color: #28a745;
|
|
background-color: #28a745;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.time {
|
|
float:right;
|
|
color:#999;
|
|
font-size: 12px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.ticket-text .date {
|
|
float: right;
|
|
}
|
|
|
|
.ticket-text .card-header {
|
|
/*text-align: center;*/
|
|
}
|
|
|
|
.bg-light-red {
|
|
background-color: #ffecec;
|
|
}
|
|
|
|
.bg-light-blue {
|
|
background-color: #ececff;
|
|
}
|
|
|
|
.card-header.slim {
|
|
padding-top: 0.3em !important;
|
|
padding-bottom: 0.15em !important;
|
|
}
|
|
|
|
.text-monospace {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.ticket-text.outgoing-email {
|
|
display: none;
|
|
}
|
|
|
|
.clickable {
|
|
cursor: pointer;
|
|
} |