Browse Source

update main.css (hover state for 'danger zone' links/buttons).

stable
Craig Oates 2 years ago
parent
commit
973523c01f
  1. 7
      static/css/main.css

7
static/css/main.css

@ -686,6 +686,13 @@ hr {
background: red;
}
.be-gui-button.danger:hover,
.be-gui-link.danger:hover {
background: #473951;
text-decoration: none;
color: white;
}
.be-popup-container {
position: relative;
display: inline-block;

Loading…
Cancel
Save