diff --git a/modules/web/fsdb.html b/modules/web/fsdb.html index 68468e6..e3c7944 100644 --- a/modules/web/fsdb.html +++ b/modules/web/fsdb.html @@ -74,7 +74,7 @@ font-weight: 600; } - .refresh-btn { + .btn { font-size: 12px; padding: 4px 10px; border-radius: 5px; @@ -84,7 +84,7 @@ cursor: pointer; } - .refresh-btn:hover { background: #333; } + .btn:hover { background: #333; } .container { display: flex; @@ -132,7 +132,8 @@