diff --git a/Web/templates/library_table.html b/Web/templates/library_table.html index 743c216..6aec323 100644 --- a/Web/templates/library_table.html +++ b/Web/templates/library_table.html @@ -133,6 +133,34 @@ background: var(--ui-surface); } + /* Blue edge styling for inputs and action button */ + #activeStudentCard, + #manualItemCode { + border: 2px solid #3b82f6 !important; + box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15); + } + + #activeStudentCard:focus, + #manualItemCode:focus { + outline: none; + border-color: #2563eb !important; + box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.25) !important; + } + + #manualActionBtn { + background: #4f46e5 !important; + color: white !important; + border: 2px solid #3b82f6 !important; + box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2); + transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; + } + + #manualActionBtn:hover { + background: #4338ca !important; + border-color: #2563eb !important; + box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3); + } + .library-scan-status { margin-top: 10px; font-size: 0.92em; @@ -605,7 +633,6 @@ letter-spacing: 2px; } - .detail-gallery-container { display: flex; flex-wrap: wrap; @@ -676,7 +703,7 @@ - +