Jarvis/static/css/jarvis.css

141 lines
3.7 KiB
CSS
Raw Normal View History

2023-04-25 17:06:14 +02:00
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
padding: 2px !important;
}
a.maillink {
font-weight: bold !important;
}
.maillink {
font-weight: bold !important;
}
.skill-info {
color: #f4f5f7;
background-color: #1B1D2B !important;
border-color: #1B1D2B !important;
}
.cell-danger {
background-color: #fd5d93 !important;
}
.cell-success {
background-color: #00bf9a !important;
}
.custom_autocomplete_ul {
background: #2C2D3E !important;
background-color: #2C2D3E !important;
}
.custom_autocomplete_li {
background-color: #2C2D3E !important;
}
/*
* Full Calendar overwritten classes
*/
.fc-scrollgrid {
border: 0px !important;
}
.fc-col-header-cell-cushion {
font-weight: bold !important;
}
.card-calendar .fc td:last-child {
border-bottom: 0 !important;
}
.fc-daygrid-day {
border-bottom: 0 !important;
}
.fc .fc-daygrid-day.fc-day-today {
background-color: #252e49 !important;
}
/* .fc-daygrid-day-number {
color: #FFFFFF !important;
} */
textarea.form-control {
max-height: 200px !important;
}
.text-unknown {
color: #fd5d93 !important;
}
.text-with-help {
color: #ff9300 !important;
}
.text-without-help {
color: #E6E200 !important;
}
.text-chained {
color: #04CD89 !important;
}
.text-masterised {
color: #0CA3E0 !important;
}
.progress-bar-primary {
background: #ba54f5;
background-image: -webkit-linear-gradient(to bottom left, #ba54f5, #e14eca, #ba54f5);
background-image: -o-linear-gradient(to bottom left, #ba54f5, #e14eca, #ba54f5);
background-image: -moz-linear-gradient(to bottom left, #ba54f5, #e14eca, #ba54f5);
background-image: linear-gradient(to bottom left, #ba54f5, #e14eca, #ba54f5);
background-size: 210% 210%;
background-position: top right;
}
.progress-bar-info {
background: #3358f4;
background-image: -webkit-linear-gradient(to bottom left, #3358f4, #1d8cf8, #3358f4);
background-image: -o-linear-gradient(to bottom left, #3358f4, #1d8cf8, #3358f4);
background-image: -moz-linear-gradient(to bottom left, #3358f4, #1d8cf8, #3358f4);
background-image: linear-gradient(to bottom left, #3358f4, #1d8cf8, #3358f4);
background-size: 210% 210%;
background-position: top right;
}
.progress-bar-success {
background: #0098f0;
background-image: -webkit-linear-gradient(to bottom left, #0098f0, #00f2c3, #0098f0);
background-image: -o-linear-gradient(to bottom left, #0098f0, #00f2c3, #0098f0);
background-image: -moz-linear-gradient(to bottom left, #0098f0, #00f2c3, #0098f0);
background-image: linear-gradient(to bottom left, #0098f0, #00f2c3, #0098f0);
background-size: 210% 210%;
background-position: top right;
}
.progress-bar-warning {
background: #ff6491;
background-image: -webkit-linear-gradient(to bottom left, #ff6491, #ff8d72, #ff6491);
background-image: -o-linear-gradient(to bottom left, #ff6491, #ff8d72, #ff6491);
background-image: -moz-linear-gradient(to bottom left, #ff6491, #ff8d72, #ff6491);
background-image: linear-gradient(to bottom left, #ff6491, #ff8d72, #ff6491);
background-size: 210% 210%;
background-position: top right;
}
.progress-bar-danger {
background: #ec250d;
background-image: -webkit-linear-gradient(to bottom left, #ec250d, #fd5d93, #ec250d);
background-image: -o-linear-gradient(to bottom left, #ec250d, #fd5d93, #ec250d);
background-image: -moz-linear-gradient(to bottom left, #ec250d, #fd5d93, #ec250d);
background-image: linear-gradient(to bottom left, #ec250d, #fd5d93, #ec250d);
background-size: 210% 210%;
background-position: top right;
}