From efb2b15739d2135bc9297936d1b970c7b4e5b56b Mon Sep 17 00:00:00 2001 From: Marc Duez Date: Tue, 31 Mar 2015 14:35:37 +0200 Subject: [PATCH] css typo --- browser/css/dark.css | 2 +- browser/css/light.css | 2 +- browser/css/vidjil.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/css/dark.css b/browser/css/dark.css index 6fd89dabb..c98d6ace1 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 f35254dfa..6ed928679 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 e45828550..2e9b2a836 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{ -- GitLab