From a155067edca109a8c45230ba481e9d7838310379 Mon Sep 17 00:00:00 2001 From: Garrett Brown <54114771+gortbrown@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:13:53 -0600 Subject: [PATCH] Finally I think fixed it maybe --- toolbar.css | 10 ++-------- toolbar.html | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/toolbar.css b/toolbar.css index 0b6a3c5..85fda76 100644 --- a/toolbar.css +++ b/toolbar.css @@ -33,13 +33,7 @@ margin: 0 auto; position: relative; display: inline-block; margin: 0 auto; - font-size: 20px; - border-style: solid; - border-color: black; - border-width: 2px; - border-radius: 5px; - padding: 10px; - color: black;} +} /* Dropdown Content (Hidden by Default) */ .dropdown-content { @@ -66,4 +60,4 @@ margin: 0 auto; .dropdown:hover .dropdown-content {display: block;} /* Change the background color of the dropdown button when the dropdown content is shown */ -.dropdown:hover .dropbtn {background-color: #7F54A3;} +.dropdown:hover #dropbtn {background-color: #7F54A3;} diff --git a/toolbar.html b/toolbar.html index a0e112e..0af669b 100644 --- a/toolbar.html +++ b/toolbar.html @@ -8,7 +8,7 @@