We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00b2b9 commit 4eca278Copy full SHA for 4eca278
2 files changed
Configuration App/app/assets/stylesheets/application.css
@@ -98,18 +98,6 @@ select.wifiNetworkInputs {
98
appearance: none;
99
}
100
101
-.reset input {
102
- background:#BF1A2F;
103
- border:#BF1A2F;
104
- color:white;
105
- padding:1em;
106
- margin-top:1.5em;
107
- font-size:1.5rem;
108
- -webkit-appearance: none;
109
- -moz-appearance: none;
110
- appearance: none;
111
-}
112
-
113
/* Wifi Icon
114
---------------------------------------------------------*/
115
Configuration App/app/views/main/index.html.erb
@@ -22,9 +22,3 @@
22
</ul>
23
24
<%end%>
25
- <div class="reset">
26
- <%=form_tag("/main/reset_all", method: "get") do%>
27
- <%=submit_tag("RESET DEVICE")%>
28
- </div>
29
- <%end%>
30
-</div>
0 commit comments