Difference between revisions of "MediaWiki:Common.css"

Adding a clicked state
(Trying again)
(Adding a clicked state)
Line 823: Line 823:
}
}
#prettybutton:visited {
#prettybutton:visited {
background-color: #22456d;
}
#prettybutton-clicked {
background-color: #22456d;
background-color: #22456d;
}
}