diff --git a/browser/css/dark.css b/browser/css/dark.css index 6fd89dabbab51dbe8d15e7c178f26a3e977746ab..c98d6ace1425d977770aeab5679ea1c564493da8 100644 --- a/browser/css/dark.css +++ b/browser/css/dark.css @@ -442,7 +442,7 @@ line { border-radius: 5px; margin: 0px 1px; } -.infoBox:hiver { +.infoBox:hover { background: #073642; } .infoBox-open { diff --git a/browser/css/light.css b/browser/css/light.css index f35254dfa836636ed0f2240a137c76dab096d1fd..6ed92867919eb4f3bf2b25acb6315d3d1256c111 100644 --- a/browser/css/light.css +++ b/browser/css/light.css @@ -442,7 +442,7 @@ line { border-radius: 5px; margin: 0px 1px; } -.infoBox:hiver { +.infoBox:hover { background: #fdf6e3; } .infoBox-open { diff --git a/browser/css/vidjil.less b/browser/css/vidjil.less index e45828550ee35fd609d0989a3296401b24983ec6..2e9b2a836c9110bf6a8d1e4121239fc2c74d6c46 100644 --- a/browser/css/vidjil.less +++ b/browser/css/vidjil.less @@ -554,7 +554,7 @@ line { border-radius: 5px; margin: 0px 1px; } -.infoBox:hiver{ +.infoBox:hover{ background: @highlight; } .infoBox-open{