Commit bd7e4d676a777c66cbee652f060bef7f4fb1d450

Authored by Valessio Soares de Brito
1 parent 0bdb1c9f
Exists in master and in 1 other branch add_vagrant

change bg with :hover on button controls form

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
src/web/static/css/survey.css
... ... @@ -40,6 +40,11 @@ display: block;
40 40 z-index: 3;
41 41 }
42 42  
  43 +#controls-form a:hover,
  44 +#controls-form input:hover {
  45 +background: white;
  46 +}
  47 +
43 48  
44 49 .innertube {
45 50 margin: 30px;
... ...