diff --git a/lib/static/style.css b/lib/static/style.css index 538d14c..717b387 100644 --- a/lib/static/style.css +++ b/lib/static/style.css @@ -81,15 +81,6 @@ input { display: none; } -.list-wrapper { - max-height: 50vh; - overflow: auto; -} - -#list { - width: 100%; -} - .row { display: flex; align-items: center; @@ -132,33 +123,6 @@ input#url { display: none; } -thead { - font-weight: 800; -} - -tbody tr:nth-child(odd) { - background-color: whitesmoke; -} - -tbody tr:nth-child(even) { - background-color: #e8e8e8; -} - -td.actions { - display: flex; - justify-content: space-between; - align-items: center; -} - -td.actions a { - margin: 2px; - text-decoration: none; -} - -a.delete-record { - font-size: 1.2rem; -} - .notice { font-size: 0.9rem; }