1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-03-26 20:53:55 +02:00

Minor UI Updates (#3359)

This commit is contained in:
Asaad Mahmood 2022-07-13 19:19:36 +05:00 committed by GitHub
parent ba64de9fa1
commit 4561d2c787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,7 @@
.board-search-icon {
position: absolute;
top: 4px;
left: 7px;
left: 10px;
color: rgba(var(--center-channel-color-rgb), 0.64);
}
}

View File

@ -13,6 +13,7 @@
position: absolute;
background-color: rgb(var(--center-channel-bg-rgb));
color: rgb(var(--center-channel-color-rgb));
border: 1px solid rgba(var(--center-channel-color-rgb), 0.16);
border-radius: var(--default-rad);
box-shadow: var(--elevation-4);