Browse Source

Make button hover work

pull/1/head
Ravi Shah 5 years ago
parent
commit
7cc73f2684
  1. 3
      static/styles.css

3
static/styles.css

@ -45,8 +45,7 @@ a.overridefloat {
} }
a.overridefloat:hover { a.overridefloat:hover {
background-color: #ddd;
color: black;
background-color: #45a3ff;
} }
a.text { a.text {

Loading…
Cancel
Save