mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
little color change in dropdown (#3828)
* little color change in dropdown * small-lint-fix * lint fix * it should fix
This commit is contained in:
parent
37bcb67f6b
commit
468abb272a
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
.chat-messages .ant-table-cell.name-col {
|
.chat-messages .ant-table-cell .name-col {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-messages .ant-table-cell.toggle-col label {
|
.chat-messages .ant-table-cell .toggle-col label {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -139,3 +139,8 @@
|
||||||
.block-user-button {
|
.block-user-button {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-dropdown-menu-item-selected,
|
||||||
|
.ant-dropdown-menu-submenu-title-selected {
|
||||||
|
background-color: #f5f0ff;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue