From 9777fb8e430f98779f87f9e7047e648db473fb61 Mon Sep 17 00:00:00 2001 From: blackcatsandy <> Date: Mon, 2 Feb 2015 20:15:43 +0000 Subject: [PATCH] Responsive iOS 6 Theme - ios6.js needs to be added in the config. Supports Desktop, iPad, iPhone - better scrollbar on Google Chrome http://forum.fhem.de/index.php/topic,23406.msg166953.html#msg166953 git-svn-id: https://svn.fhem.de/fhem/trunk@7837 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios6touchpadstyle.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/fhem/www/pgm2/ios6touchpadstyle.css b/fhem/www/pgm2/ios6touchpadstyle.css index 947b3bd8f..8b3fcad6f 100644 --- a/fhem/www/pgm2/ios6touchpadstyle.css +++ b/fhem/www/pgm2/ios6touchpadstyle.css @@ -750,4 +750,26 @@ border-color:transparent; } .colorpicker { border-color: #4c566c; +} + +::-webkit-scrollbar { + width: 7px; +} +::-webkit-scrollbar-button { + width: 7px; + height:1px; +} +::-webkit-scrollbar-track { + background: #D7DADF; + border: thin solid #C1C4C6; + box-shadow: 0px 0px 3px #dfdfdf inset; + border-radius:10px; +} +::-webkit-scrollbar-thumb { + background: #7887A4; + border: thin solid gray; + border-radius:10px; +} +::-webkit-scrollbar-thumb:hover { + background: #777777; } \ No newline at end of file