You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I'm locking for the line in the css file to change the color of the marked line of code in crucible. The standard-color is not good to see on some beamers.
Kind Regards,
Tim
Hi Tim,
if you want to edit Crucible's CSS, changing this should do the trick
.inlineSource .lineHighlighted, .inlineSource .lineHighlighted .diffLineNumbers, .inlineSource .lineHighlighted .diffLineNumbersA, .inlineSource .lineHighlighted .diffLineNumbersB, .inlineSource .lineHighlighted .diffMarkerCol, .inlineSource .lineHighlighted .diffContent, .inlineSource .lineHighlighted .diffContentA, .inlineSource .lineHighlighted .diffContentB, .inlineSource .lineHighlighted .ediffContentA, .inlineSource .lineHighlighted .ediffContentB/*, .inlineSource .lineHighlighted .ediffChangedA, .inlineSource .lineHighlighted .ediffChangedB*/ { background-color: #ebf2f9; }
Alternatively consider using a browser extensions that allows you to inject your own CSS styles into pages (like Stylebot or Stylish for Chrome). That way you don't need to modify your Crucible installation, and you can change the styles without affecting other users.
Something like this worked for me in Stylebot:
.lineHighlighted td { background-color: #f2baf2; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Calling all Confluence Cloud Admins! We created a new Community Group to support your unique needs as Confluence admins. This is a group where you can ask questions, access resou...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.