Refactor css to match new tab system

This commit is contained in:
Starbeamrainbowlabs 2019-02-01 18:40:00 +00:00
parent 697d857e74
commit 13fd8493f4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 8 deletions

View File

@ -53,7 +53,7 @@ main {
z-index: 100 !important;
}
button { cursor: pointer; }
button, a { cursor: pointer; }
button.selected {
font-weight: bolder;
}

View File

@ -47,14 +47,9 @@ h2.device-name { text-align: center; }
color: hsl(252, 100%, 59%);
text-decoration: none;
}
.tabs li.active a { opacity: 1; }
.tabs li a.active { opacity: 1; }
/* Default */
.tab-content { display: none; }
/* Override if target is set */
.tab-content:target { display: block !important; }
.device-data {
.tab-panes {
display: flex; justify-content: center;
min-height: 20em;