2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

iOS 6 Theme - select && inpute style change (Blackcat)

git-svn-id: https://svn.fhem.de/fhem/trunk@5995 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy 2014-05-28 18:43:44 +00:00
parent 0011c0e27c
commit ce3a4edcd2

View File

@ -115,6 +115,7 @@ outline: none;
box-shadow: 0px 1px #f7f7f7, inset 0px 1px 1px #b6b8bd, inset 0px -2px 2px #ffffff; box-shadow: 0px 1px #f7f7f7, inset 0px 1px 1px #b6b8bd, inset 0px -2px 2px #ffffff;
} }
textarea, input[type="text"] { textarea, input[type="text"] {
background-color:#ffffff;
-webkit-appearance: none; -webkit-appearance: none;
width:90%; width:90%;
} }
@ -122,7 +123,6 @@ input[type="checkbox"] {
border-radius: 2px; border-radius: 2px;
} }
select,input[type="submit"],input[type="reset"],input[type="button"] { select,input[type="submit"],input[type="reset"],input[type="button"] {
-webkit-appearance: none;
width:35%; width:35%;
min-width:90px; min-width:90px;
font: normal 14px Helvetica, Sans-serif; font: normal 14px Helvetica, Sans-serif;