mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 06:50:11 +00:00
Add styling for Talk reactions, Fixes #304
This commit is contained in:
parent
b151bf898a
commit
dc427e699f
1 changed files with 12 additions and 0 deletions
|
@ -22,6 +22,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.messages .message {
|
||||
.message-buttons-bar {
|
||||
border: 1px solid var(--color-border);
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
.reaction-button__has-reacted,
|
||||
.reaction-button:hover {
|
||||
background-color: var(--color-background-hover);
|
||||
}
|
||||
}
|
||||
|
||||
/* Icons -------------------------------------------------------------------- */
|
||||
|
||||
// Used by other apps or just used globally, so it should be available globally
|
||||
|
|
Loading…
Add table
Reference in a new issue