2

Is it possibe to edit the base_css stylesheet to define your own stylesheet to create custom timecards? If not, can we create a separate stylesheet and apply it to the timecards?

Thanks

Kara
  • 6,115
  • 16
  • 50
  • 57
Subrai
  • 61
  • 1
  • 5

2 Answers2

2

You cannot edit the included base stylesheet, but you can define your own styles using a <style> element within an html card.

mimming
  • 13,974
  • 3
  • 45
  • 74
0

you can also override same CSS class in separate stylesheet.

Hiral
  • 195
  • 1
  • 13