diff --git a/opcache.php b/opcache.php
index 2f978c6..0055443 100644
--- a/opcache.php
+++ b/opcache.php
@@ -34,7 +34,7 @@ function size_for_humans($bytes) {
}
h1 {
- padding: 10px 0
+ padding: 10px 0;
}
table {
@@ -42,11 +42,11 @@ function size_for_humans($bytes) {
}
tbody tr:nth-child(even) {
- background-color: #eee
+ background-color: #eee;
}
p.capitalize {
- text-transform: capitalize
+ text-transform: capitalize;
}
.tabs {
@@ -56,7 +56,7 @@ function size_for_humans($bytes) {
}
.tab {
- float: left
+ float: left;
}
.tab label {
@@ -69,11 +69,11 @@ function size_for_humans($bytes) {
}
.tab [type=radio] {
- display: none
+ display: none;
}
.tab th, .tab td {
- padding: 6px 10px
+ padding: 6px 10px;
}
.content {
@@ -89,7 +89,7 @@ function size_for_humans($bytes) {
}
.content table {
- width: 100%
+ width: 100%;
}
.content th, .tab:nth-child(3) td {
@@ -142,6 +142,9 @@ function size_for_humans($bytes) {
padding: 6px 10px;
font-size: 0.8em;
}
+label {
+ cursor: pointer;
+}