You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-11-06 09:19:31 +02:00
Minor UI Updates (#3359)
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
.board-search-icon {
|
.board-search-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
left: 7px;
|
left: 10px;
|
||||||
color: rgba(var(--center-channel-color-rgb), 0.64);
|
color: rgba(var(--center-channel-color-rgb), 0.64);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: rgb(var(--center-channel-bg-rgb));
|
background-color: rgb(var(--center-channel-bg-rgb));
|
||||||
color: rgb(var(--center-channel-color-rgb));
|
color: rgb(var(--center-channel-color-rgb));
|
||||||
|
border: 1px solid rgba(var(--center-channel-color-rgb), 0.16);
|
||||||
border-radius: var(--default-rad);
|
border-radius: var(--default-rad);
|
||||||
box-shadow: var(--elevation-4);
|
box-shadow: var(--elevation-4);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user