mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
right border of profile search bar
This commit is contained in:
parent
2ea37c89d9
commit
02cbd1c551
1 changed files with 5 additions and 0 deletions
|
@ -455,3 +455,8 @@ a.blob-excerpt {
|
|||
.user.profile .ui.card .extra.content ul li {
|
||||
background-color: var(--color-navbar);
|
||||
}
|
||||
|
||||
/* right border of profile search bar */
|
||||
.ui.action.input:not([class*="left action"]) > input {
|
||||
border-right-color: var(--color-text);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue