Update toolbar.css

This commit is contained in:
Dan 2025-04-21 11:14:48 +07:00
commit b707d74507

View file

@ -41,6 +41,11 @@ body {
padding: 0 10px;
}
#toolbar a:hover {
background: #333;
border-radius: 3px;
}
table#config td:first-child {
width: 30%
}