* quick kb, some styling * card ordering fixed * AssignTo code cleanup * card ordering fixed * Empty column_name validation * filter autosave * column ordering * column indicator color * KB based on custom field * added add_custom_field method
71 lines
1.4 KiB
CSS
71 lines
1.4 KiB
CSS
.indicator,
|
|
.indicator-right {
|
|
background: none;
|
|
font-size: 12px;
|
|
vertical-align: middle;
|
|
font-weight: bold;
|
|
color: #6c7680;
|
|
}
|
|
.indicator::before,
|
|
.indicator-right::after {
|
|
content: '';
|
|
display: inline-block;
|
|
height: 8px;
|
|
width: 8px;
|
|
border-radius: 8px;
|
|
}
|
|
.indicator::before {
|
|
margin: 0 4px 0 0px;
|
|
}
|
|
.indicator-right::after {
|
|
margin: 0 0 0 4px;
|
|
}
|
|
.indicator.grey::before,
|
|
.indicator-right.grey::after {
|
|
background: #F0F4F7;
|
|
}
|
|
.indicator.blue::before,
|
|
.indicator-right.blue::after {
|
|
background: #5e64ff;
|
|
}
|
|
.indicator.red::before,
|
|
.indicator-right.red::after {
|
|
background: #ff5858;
|
|
}
|
|
.indicator.green::before,
|
|
.indicator-right.green::after {
|
|
background: #98d85b;
|
|
}
|
|
.indicator.orange::before,
|
|
.indicator-right.orange::after {
|
|
background: #ffa00a;
|
|
}
|
|
.indicator.purple::before,
|
|
.indicator-right.purple::after {
|
|
background: #743ee2;
|
|
}
|
|
.indicator.darkgrey::before,
|
|
.indicator-right.darkgrey::after {
|
|
background: #b8c2cc;
|
|
}
|
|
.indicator.black::before,
|
|
.indicator-right.black::after {
|
|
background: #36414C;
|
|
}
|
|
.indicator.yellow::before,
|
|
.indicator-right.yellow::after {
|
|
background: #FEEF72;
|
|
}
|
|
.indicator.light-blue::before,
|
|
.indicator-right.light-blue::after {
|
|
background: #7CD6FD;
|
|
}
|
|
.indicator.lightblue::before,
|
|
.indicator-right.lightblue::after {
|
|
background: #7CD6FD;
|
|
}
|
|
.modal-header .indicator {
|
|
float: left;
|
|
margin-top: 7.5px;
|
|
margin-right: 3px;
|
|
}
|