fix checkbox border colors, remove generating info styling
authorgit <redacted>
Thu, 7 May 2026 16:11:33 +0000 (12:11 -0400)
committergit <redacted>
Thu, 7 May 2026 16:11:33 +0000 (12:11 -0400)
gitweb.css

index 2b0c73f62727bc17287f319ef0ddcbce78ecb695..13475111d91b48dd1fa7f7f3050095bde0769b1e 100644 (file)
@@ -113,6 +113,9 @@ input[type="checkbox"]:focus-visible {
 .projsearch input[type="checkbox"] {
   border: 3px solid #d3dfe3;
 }
+.search input[type="checkbox"] {
+  border: 3px solid #eef9ff;
+}
 ::selection {
   background-color: #fdd33c;
   color: #111;
@@ -198,17 +201,7 @@ i {
   margin: 4px;
   margin-left: 0px;
 }
-#generating_info {
-  font-size: 10px;
-  color: #aaa;
-  text-align: center;
-}
-#generating_time,
-#generating_cmd {
-  font-weight: bold;
-}
-/* Page Header
----------------------------------------------------------------------------- */
+/* Page Header */
 .page_header {
   line-height: 50px;
   position: relative;