actually make flashlight work and make switch look decent
[tricorder.git] / style / tricorder.css
index 99696f6f34a9b88d88942ac322832086c5cc9bfd..cc79adee420a936bb60e25ae4fc79f2fa45762ac 100644 (file)
@@ -242,6 +242,19 @@ section > p:first-child {
   padding-top: 1em;
 }
 
+button {
+  font: inherit;
+  border: none;
+  color: #000000;
+  background-color: #C09070;
+  border-radius: 3000px;
+  margin: 0 .25em;
+}
+
+button.disabled {
+  background-color: #402858;
+}
+
 .posVal, .gravVal {
   text-align: right;
 }
@@ -262,6 +275,22 @@ section > p:first-child {
   height: 100%;
 }
 
+#envFlashAvail {
+  padding: 1em 3px 0;
+}
+
+#envFlashOn {
+  margin-right: 0;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+#envFlashOff {
+  margin-left: 0;
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
 @media screen and (min-width: 500px) {
   body {
     font-size: 24px;