mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-25 02:51:22 +00:00
Add styling for auto sugest users in comments
This commit is contained in:
parent
9c6e9c12e8
commit
42003e8a8b
2 changed files with 42 additions and 0 deletions
core/css
|
@ -584,6 +584,32 @@ ul.multiselectoptions {
|
|||
border: 1px solid $decoration-normal;
|
||||
}
|
||||
|
||||
/* Auto suggestion users in comments dropdown ------------------------------- */
|
||||
|
||||
.atwho-view {
|
||||
background: $background-normal;
|
||||
color: $foreground-normal;
|
||||
border-color: $decoration-normal;
|
||||
box-shadow: none;
|
||||
|
||||
.cur {
|
||||
background: $background-active-hover;
|
||||
color: $foreground-normal;
|
||||
|
||||
strong {
|
||||
color: $foreground-normal;
|
||||
}
|
||||
}
|
||||
|
||||
ul li {
|
||||
border-bottom-color: $decoration-normal;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: $foreground-normal;
|
||||
}
|
||||
}
|
||||
|
||||
/* Upload Progress ---------------------------------------------------------- */
|
||||
|
||||
#uploadprogresswrapper {
|
||||
|
|
|
@ -1088,6 +1088,22 @@ ul.multiselectoptions {
|
|||
background-color: #232629;
|
||||
border: 1px solid #706f6e; }
|
||||
|
||||
/* Auto suggestion users in comments dropdown ------------------------------- */
|
||||
.atwho-view {
|
||||
background: #31363b;
|
||||
color: #eff0f1;
|
||||
border-color: #706f6e;
|
||||
box-shadow: none; }
|
||||
.atwho-view .cur {
|
||||
background: rgba(61, 174, 233, 0.25);
|
||||
color: #eff0f1; }
|
||||
.atwho-view .cur strong {
|
||||
color: #eff0f1; }
|
||||
.atwho-view ul li {
|
||||
border-bottom-color: #706f6e; }
|
||||
.atwho-view strong {
|
||||
color: #eff0f1; }
|
||||
|
||||
/* Upload Progress ---------------------------------------------------------- */
|
||||
#uploadprogresswrapper #uploadprogressbar .label.outer, #uploadprogresswrapper #uploadprogressbar .label.inner {
|
||||
color: #eff0f1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue