diff --git a/src/style.css b/src/style.css index 8acd4f1..0e9d32b 100755 --- a/src/style.css +++ b/src/style.css @@ -147,6 +147,9 @@ button:hover { color: white; box-shadow: 0px 0px 5px 0px #000000; } +#branchButton:hover { + box-shadow: none; +} #branchButton.master { background-color: #c20000; }