Set default status color

Fixes OP#38927
pull/9710/head
Oliver Günther 3 years ago
parent da9d2f5b4e
commit 87213f8185
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      frontend/src/app/features/in-app-notifications/entry/status/in-app-notification-status.component.sass

@ -2,11 +2,13 @@
.op-ian-wp-status .op-ian-wp-status
@include text-shortener(false) @include text-shortener(false)
// Default background color
background-color: var(--status-selector-bg-color)
color: white
margin-bottom: 0 margin-bottom: 0
padding: 1px 8px padding: 1px 8px
border: none border: none
border-radius: 2px border-radius: 2px
color: white
max-width: 100% max-width: 100%
font-size: 12px font-size: 12px
display: inline-block display: inline-block

Loading…
Cancel
Save