Ultron/static/css/ultron.css

67 lines
1.1 KiB
CSS
Raw Normal View History

2021-11-02 14:05:32 +01: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;
2022-01-27 22:02:46 +01:00
}
.cell-danger {
background-color: #fd5d93 !important;
}
.cell-success {
background-color: #00bf9a !important;
2022-01-31 14:33:03 +01:00
}
.custom_autocomplete_ul {
background: #2C2D3E !important;
background-color: #2C2D3E !important;
}
.custom_autocomplete_li {
background-color: #2C2D3E !important;
2022-02-03 19:34:14 +01:00
}
2022-02-04 10:14:35 +01:00
/*
* 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;
} */