I want to put quotes around GUI elements:
Why doesn't " work there? The plain " character looks bad in print ..
.guimenu::before, .guimenuitem::before, .guibutton::before,
.guilabel::before,
.guimenu::after, .guimenuitem::after, .guibutton::after,
.guilabel::after {
content: '"'; /* Aargh, " doesn't work :-( */
}
Why doesn't " work there? The plain " character looks bad in print ..