summaryrefslogtreecommitdiff
path: root/src/static/custom/css.template
blob: 236251d9cccd804ae0e34b8e0944034f499c642d (plain)
1
2
3
4
5
6
7
8
/*
  custom css files are loaded after core css files. Simply use the same selector to override a style.
  Example:
      #editbar LI {border:1px solid #000;}
    overrides
      #editbar LI {border:1px solid #d5d5d5;}
    from pad.css
*/