diff --git a/src/webui/www/public/css/style.css b/src/webui/www/public/css/style.css index e15bd5c56..94e7ebe10 100644 --- a/src/webui/www/public/css/style.css +++ b/src/webui/www/public/css/style.css @@ -275,7 +275,7 @@ a.propButton img { } /* Tri-state checkbox */ -a.tristate { +label.tristate { background: url(../images/3-state-checkbox.gif) 0 0 no-repeat; display: block; float: left; @@ -285,8 +285,8 @@ a.tristate { text-indent: -999em; width: 13px; } -a.checked { background-position: 0 -13px; } -a.partial { background-position: 0 -26px; } +label.checked { background-position: 0 -13px; } +label.partial { background-position: 0 -26px; } fieldset.settings { border: solid 1px black; diff --git a/src/webui/www/public/prop-files.html b/src/webui/www/public/prop-files.html index 3d6f2b84e..fe1a3034d 100644 --- a/src/webui/www/public/prop-files.html +++ b/src/webui/www/public/prop-files.html @@ -2,7 +2,7 @@