add a setting to change the default value of the slider

This commit is contained in:
ntoff
2017-08-30 22:39:57 +10:00
parent 79bc20c81a
commit 18f009fa85
6 changed files with 44 additions and 15 deletions

View File

@ -13,4 +13,8 @@
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
div#settings_plugin_fanspeedslider div {
width: 80%;
}