2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00

ios7style: Added Samsung Remote Control Style from fhainz

git-svn-id: https://svn.fhem.de/fhem/trunk@4855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-02-09 11:38:28 +00:00
parent e13d0b1a5e
commit 0ca4459af4

View File

@ -125,4 +125,15 @@ svg.icon { margin-left: 7px; margin-right:20px; }
g.on { fill:#53d769; }
table.room svg { height:20px; width:20px; fill:#147bff; }
table.room svg.it_raspberry_logo { height: 26px; width: 26px; }
table.room svg.it_raspberry_logo { height: 26px; width: 26px; }
/*-------------- Samsung Remote Control -------------------*/
table#TYPE_remotecontrol { width: 250px; }
table#TYPE_remotecontrol tr { border: 0; }
table#TYPE_remotecontrol td { padding: 5px 7px; }
.rc_body { border-style: solid; border-color: black; border-width: 1px; padding: 5px;
background: #e5e5e5; font-size:6px;}
.rc_button { padding: 5px 7px;}
.rc_button img { border-style: solid; border-width: 1px; border-color: transparent; }
.rc_button img:active { border-color: gray; }