#findbar {
  opacity: 0.96;
  backdrop-filter: blur(2px);
}
#findbar:not(:hover) {
  opacity: 0.85;
}
