Browse Source

nzbget label-badge fix

pull/242/head
gilbN 3 years ago
parent
commit
cd9ecdde14
  1. 7
      CSS/themes/nzbget/nzbget-base.css

7
CSS/themes/nzbget/nzbget-base.css

@ -183,8 +183,9 @@ tr.checked:nth-child(odd) .progress {
.bar-text-left, .bar-text-left,
.bar-text-right { .bar-text-right {
color: #fff; color: #fff;
} }
/* NAVBAR */ /* NAVBAR */
.navbar-fixed-top .navbar-inner { .navbar-fixed-top .navbar-inner {
color: var(--text-hover) !important; color: var(--text-hover) !important;
@ -554,8 +555,8 @@ label {
box-shadow: 0 5px 10px rgb(0 0 0 / 20%); box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
} }
.label:not(.label-success, .label-warning), .label:not(.label-success, .label-warning, .label-important, .label-info, .label-inverse),
.badge:not(.badge-success, .badge-warning) { .badge:not(.badge-success, .badge-warning, .badge-important, .badge-info, .badge-inverse) {
font-size: 10.998px; font-size: 10.998px;
font-weight: bold; font-weight: bold;
line-height: 14px; line-height: 14px;

Loading…
Cancel
Save