Skip to main content



      Home
Home » Modeling » Papyrus » More help on style sheets - sequence diagram fragments
More help on style sheets - sequence diagram fragments [message #1750122] Fri, 16 December 2016 04:45 Go to next message
Eclipse UserFriend
Hello

I'm looking for a CSS parameter to make all fragments and operands in the sequence diagram white. Currently using below but I'm looking for a simpler command that covers all types of operand instead of having to list them one by one! Thanks!!

Interaction {fillColor:#FFFFFF;}
InteractionOperand {fillColor:#FFFFFF;}
CombinedFragment { fillColor:#FFFFFF;}
InteractionUse {fillColor:#FFFFFF;}

Re: More help on style sheets - sequence diagram fragments [message #1750128 is a reply to message #1750122] Fri, 16 December 2016 04:56 Go to previous messageGo to next message
Eclipse UserFriend
Hi Richard,

Papyrus CSS doesn't support an inheritance mechanism, so you'll have to list all metaclasses. However, you can use a comma-separated list and write the style property only once:

Elt1, Elt2, Elt3 {
    fillColor: white;
}


HTH,
Camille

[Updated on: Fri, 16 December 2016 04:57] by Moderator

Re: More help on style sheets - sequence diagram fragments [message #1750136 is a reply to message #1750128] Fri, 16 December 2016 05:47 Go to previous messageGo to next message
Eclipse UserFriend
Pay attention a lot of elements in the sequence diagram cannot be customized by CSS.
A big work is being done for oxygen in order to update this diagram.
Re: More help on style sheets - sequence diagram fragments [message #1750205 is a reply to message #1750136] Sat, 17 December 2016 22:00 Go to previous message
Eclipse UserFriend
Thank you all! Elt1, Elt2, Elt3 will work for now!
Previous Topic: I can't sort UML elements by type in model explorer or tables!
Next Topic:Papyrus Designer update website certification error
Goto Forum:
  


Current Time: Sun Aug 31 06:26:57 EDT 2025

Powered by FUDForum. Page generated in 0.03571 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top