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: svn://svn.code.sf.net/p/fhem/code/trunk@7837 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy
2015-02-02 20:15:43 +00:00
parent 3edff4c3c9
commit cfd0128422

View File

@@ -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;
}