From ee5282db31546ef542cf1e9e3a3182ea8880ede3 Mon Sep 17 00:00:00 2001 From: Quentin Decaunes Date: Sat, 23 Mar 2019 17:15:15 +0100 Subject: [PATCH] Cursor pointer on options title for better comprehension. --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 87acf90..9f9e182 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + Ryzen Controller @@ -11,6 +11,10 @@ #release-tab.uk-active { position:absolute;display: inline-block;width: 100%;height: 100%; } + #controller-tab h3 label, + #experimental-tab h3 label { + cursor: pointer; + }