X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=style%2Ftricorder.css;fp=style%2Ftricorder.css;h=cc79adee420a936bb60e25ae4fc79f2fa45762ac;hp=99696f6f34a9b88d88942ac322832086c5cc9bfd;hb=937918f280e71f09c0f8ef1d1478482e307be052;hpb=5f050b526584513ddae9f326a7ac330e539854fc diff --git a/style/tricorder.css b/style/tricorder.css index 99696f6..cc79ade 100644 --- a/style/tricorder.css +++ b/style/tricorder.css @@ -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;