Browse Source

label colors

pull/109/head
Marius 5 years ago
parent
commit
4efba9a226
  1. 13
      CSS/themes/gitea/gitea-base.css

13
CSS/themes/gitea/gitea-base.css

@ -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…
Cancel
Save