diff --git a/templates/looking_glass.html b/templates/looking_glass.html index 4e4aa6b..6e09d76 100644 --- a/templates/looking_glass.html +++ b/templates/looking_glass.html @@ -21,7 +21,6 @@ } .copy-btn { cursor: pointer; } .speedtest-links a { margin-right: 10px; margin-bottom: 10px; } - .dropdown .btn { border-radius: 0 .25rem .25rem 0; } .header-content { position: relative; z-index: 2; @@ -59,6 +58,25 @@ padding: 10px 0; margin-top: 20px; } + #form-error { + min-height: 1.5rem; /* Reserve space to prevent layout shift */ + } + /* Styles for BGP raw output highlighting */ + .asn-highlight { color: #5DADE2; } + .asn215085-highlight { color: #F9E79F; font-weight: bold; } + .best-line { color: #58D68D; font-weight: bold; } + + /* --- Custom Styling for Buttons and Dropdowns --- */ + .btn-custom { + background-color: #07AAF9; + border-color: #07AAF9; + color: white; + } + .btn-custom:hover { + background-color: #0698e0; /* Slightly darker blue for hover */ + border-color: #0698e0; + color: white; + } @@ -70,15 +88,11 @@ -