diff --git a/client_src/css/main.css b/client_src/css/main.css index 507f7ea..4c5ea57 100644 --- a/client_src/css/main.css +++ b/client_src/css/main.css @@ -53,7 +53,7 @@ main { z-index: 100 !important; } -button { cursor: pointer; } +button, a { cursor: pointer; } button.selected { font-weight: bolder; } diff --git a/client_src/css/popup.css b/client_src/css/popup.css index f4c3796..166ba99 100644 --- a/client_src/css/popup.css +++ b/client_src/css/popup.css @@ -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;