diff --git a/css/gamutable.css b/css/gamutable.css
index afe6576..02160e9 100644
--- a/css/gamutable.css
+++ b/css/gamutable.css
@@ -19,10 +19,10 @@
color: #cecece;
cursor: pointer;
}
-.iconeTri .active {
+.iconeTri > .active {
color: #000;
}
-#app .active {
+#app .select {
background-color: rgba(179, 209, 67, 0.47);
}
diff --git a/js/gamutable.es6.js b/js/gamutable.es6.js
index 441c3b3..8d23ae5 100644
--- a/js/gamutable.es6.js
+++ b/js/gamutable.es6.js
@@ -233,7 +233,7 @@ let monTableau = {
-
+
|
diff --git a/js/gamutable.js b/js/gamutable.js
index eb970cb..08eff1a 100644
--- a/js/gamutable.js
+++ b/js/gamutable.js
@@ -247,7 +247,7 @@ var monTableau = {
}
}
},
- template: "\n\t\n\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t | \n\t\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t | \n\t\t\t\t
\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
{{table.length}} \xE9l\xE9ments
\n\t\t\t\n\t\t
\n\t
"
+ template: "\n\t\n\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t | \n\t\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t | \n\t\t\t\t
\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
{{table.length}} \xE9l\xE9ments
\n\t\t\t\n\t\t
\n\t
"
};
var app = new Vue({
el: '#app',