mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
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
This commit is contained in:
parent
c22c091a80
commit
9777fb8e43
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user