|
@ -574,7 +574,18 @@ footer { |
|
|
color: var(--button-text); |
|
|
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); |
|
|
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 */ |
|
|
/* FORMS */ |
|
|
.ui.form input:not([type]), |
|
|
.ui.form input:not([type]), |
|
|
.ui.form input[type=date], |
|
|
.ui.form input[type=date], |
|
|