Ticket #9169 (closed PLIP: wontfix)
portal_css disabling of "earlier code"
Reported by: | espenmn | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 3.3 |
Component: | Templates/CSS | Version: | |
Keywords: | Cc: |
Description
Could this be an idea: Some kind of syntax in css-files that let you remove values from other css files.
Lets say product A has its own css file where one line says:
#someid { border: 1px solid grey; background: red; }
Then, if it was possible to put in my.css #someid { border: <remove> }
would result in an css file with #someid { background: red }
Now, I typically approach would be to put border: 0 none which results in a bigger css-file or customize products css-files.
Change History
Note: See
TracTickets for help on using
tickets.