style(topbar): add Create and Vote for clarity, with "disabled" styling

This commit is contained in:
Tom (plebeius.eth)
2024-09-08 10:41:39 +02:00
parent cb97b67cde
commit a7839e4e25
2 changed files with 9 additions and 5 deletions
+5
View File
@@ -31,6 +31,11 @@
margin-right: -7px;
}
.disabledButton {
opacity: 0.5;
cursor: not-allowed !important;
}
.searchBar input[type="text"] {
outline: none;
margin: 2px;