User:Ian.oliver/common.css: Difference between revisions

From Protospace Wiki
Jump to navigation Jump to search
(try separately (both tested and working in the inspector))
m (redried after that try that didn't work)
 
Line 1: Line 1:
.mw-editsection-visualeditor::after {
.mw-editsection-visualeditor::after, #ca-ve-edit > span > a::after {
    content: " visually";
}
 
#ca-ve-edit > span > a::after {
     content: " visually";
     content: " visually";
}
}

Latest revision as of 03:28, 25 November 2021

.mw-editsection-visualeditor::after, #ca-ve-edit > span > a::after {
    content: " visually";
}