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

From Protospace Wiki
Jump to navigation Jump to search
(attempt to add " visually" after "edit" on visual edit buttons, so they're not more prominent than the "edit source" ones, which leads to inadvertent clicks)
 
m (redried after that try that didn't work)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.ca-ve-edit > span > a::after, a.mw-editsection-visualeditor::after {
.mw-editsection-visualeditor::after, #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";
}