close fullscreen

Idea

setting-ize css+status
open
help edit space_dashboard

setting-ize css+priority
low
help edit space_dashboard

setting-ize css+tag
CSS
Wagneer
Cardtype
help edit space_dashboard

 

setting-ize css+issues

help edit space_dashboard

Workaround for card-specific css is using card id, eg to change the background color of the card header for card 123 named "important card" you'd add this to "*css":

 

.cardid-123 .card-header {
  background: #507

}

 


 

Workaround for now is using cardtype's style name, eg to change the background color of card headers of Organizations, you'd add this to "*css":

 

.type-Organization .card-header {
  background: #507

}

 

Note however that the CSS style will always be the original name of that cardtype card. Inspect the HTML of any card of the type in question to see it's original name.

 

setting-ize css+solution

help edit space_dashboard

|cardname|+*self+*css

|cardtype|+*type+*css

etc.

 

 

help edit space_dashboard

see support skins

setting-ize css+discussed in support tickets

help edit space_dashboard

setting-ize css+relevant user stories

help edit space_dashboard