From c364d3936d78b1ce805d754507fee352dae886a4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 1 Nov 2021 23:41:41 -0400 Subject: [PATCH] Revert the button changes for now --- macrovision.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macrovision.css b/macrovision.css index cfc27228..c4879117 100644 --- a/macrovision.css +++ b/macrovision.css @@ -865,6 +865,7 @@ option.filtered { button { border: 3px; + border-style: outset; } @@ -872,6 +873,7 @@ button:hover { background: #555; } button:enabled:active { + border-style: inset; background: #aaa; }