label colors
This commit is contained in:
parent
fad18905ff
commit
4efba9a226
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user