label colors

This commit is contained in:
Marius 2020-10-15 18:00:35 +02:00
parent fad18905ff
commit 4efba9a226

View File

@ -574,7 +574,18 @@ footer {
color: var(--button-text);
box-shadow: inset 0 0 0 1px rgba(34, 36, 38, .35), inset 0 0 0 0 rgba(34, 36, 38, .15);
}
/* LABELS */
.ui.label {
background-color: var(--button-color);
color: var(--button-text);
}
.ui.labels a.label:hover, a.ui.label:hover {
background-color: #ffffff;
color: rgba(0,0,0,.8);
}
.repository #commits-table td.sha .sha.label, .repository #repo-files-table .sha.label, .repository .timeline-item.commits-list .singular-commit .sha.label {
border: 1px solid transparent;
}
/* FORMS */
.ui.form input:not([type]),
.ui.form input[type=date],