mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
colibris: gritter color always in white
This commit is contained in:
parent
bd443a7f58
commit
3ac816da2b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
background-color: #64d29b;
|
background-color: #64d29b;
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
color: var(--bg-color);
|
color: var(--super-light-color);
|
||||||
}
|
}
|
||||||
.gritter-item .popup-content {
|
.gritter-item .popup-content {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
}
|
}
|
||||||
.gritter-item:not(.error) .gritter-close .buttonicon {
|
.gritter-item:not(.error) .gritter-close .buttonicon {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
color: var(--bg-color);
|
color: var(--super-light-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CHAT GRIITER ITEM */
|
/* CHAT GRIITER ITEM */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue