Browse Source

update main.css ('danger-zone' stuff).

stable
Craig Oates 2 years ago
parent
commit
53b2289f7a
  1. 5
      static/css/main.css

5
static/css/main.css

@ -677,6 +677,11 @@ hr {
color: red;
}
.be-gui-link.danger {
background: #ffa700;
color: black;
}
.be-gui-button.danger {
background: red;
}

Loading…
Cancel
Save