Minor style tweaks.

This commit is contained in:
Stefan Bohacek 2024-05-17 09:13:52 -04:00
parent f72a650347
commit 1b477cb541
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
2 changed files with 5 additions and 4 deletions

View file

@ -86,11 +86,12 @@
text-decoration: none;
vertical-align: middle;
border: 1px solid silver;
border-radius: 8px !important;
cursor: pointer;
position: relative;
z-index: 2;
margin-left: -1;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}