diff --git a/view/theme/frio/scheme/plusminus.css b/view/theme/frio/scheme/plusminus.css index a9878efcca..6e76fc85d7 100644 --- a/view/theme/frio/scheme/plusminus.css +++ b/view/theme/frio/scheme/plusminus.css @@ -128,3 +128,13 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con text-decoration-color: black; text-decoration-style: wavy; } + +/* New compose popup */ +.profile-jot-net { + background: #dff0d8; +} + +.profile-jot-net summary { + color: #3c763d; + font-weight: bold; +}