-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedback.html
1 lines (1 loc) · 1.87 KB
/
feedback.html
1
<html><head><meta charset="utf-8"><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400"><style>.rate{display:flex;flex-flow:row-reverse;margin-right:auto;height:46px;padding:0 10px}.rate:not(:checked)>input{position:absolute;top:-9999px}.rate:not(:checked)>label{float:right;width:1em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:30px;color:#ccc}.rate:not(:checked)>label:before{content:"★ "}.rate>input:checked~label{color:#ffc700}.rate:not(:checked)>label:hover,.rate:not(:checked)>label:hover~label{color:#deb217}.rate>input:checked+label:hover,.rate>input:checked+label:hover~label,.rate>input:checked~label:hover,.rate>input:checked~label:hover~label,.rate>label:hover~input:checked~label{color:#c59b08}.container{display:flex;flex-direction:column;margin:1rem}.container>*{margin-bottom:1rem}input[type=text]:disabled,textarea:disabled{background:#fff;color:#000}</style></head><body> <div class="container"> <h6 id="jobname">Job name</h6> <input type="text" placeholder="Title" id="title" disabled> <textarea placeholder="Description" id="description" disabled></textarea> <div class="rate"> <input type="radio" id="star5" name="rate" value="5" disabled> <label for="star5" title="text">5 stars</label> <input type="radio" id="star4" name="rate" value="4" disabled> <label for="star4" title="text">4 stars</label> <input type="radio" id="star3" name="rate" value="3" disabled> <label for="star3" title="text">3 stars</label> <input type="radio" id="star2" name="rate" value="2" disabled> <label for="star2" title="text">2 stars</label> <input type="radio" id="star1" name="rate" value="1" disabled> <label for="star1" title="text">1 star</label> </div> <button onclick="window.submit()" id="submit-btn">Submit</button> </div> <script src="/feedback.0481c6c4.js"></script> </body></html>