minor cosmetic consistency fixes with original 'design'

This commit is contained in:
Robin Scholtes 2023-08-14 15:45:11 +12:00
parent eb53667919
commit 8afcfa0b45
5 changed files with 12 additions and 43 deletions

View file

@ -35,7 +35,6 @@
@media only screen and ( min-width: 768px ){
#operations-dropdown {
border-bottom: none;
border-top: 1px solid var(--primary-border-colour);
}
/* On desktop UI, the categories are always visible */

View file

@ -5,6 +5,8 @@
#search {
padding-left: 10px;
padding-right: 10px;
background-image: none;
background-image:
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
linear-gradient(to top, var(--primary-border-colour) 1px, rgba(0, 0, 0, 0) 1px);
}