Difference between revisions of "MediaWiki:Common.css"

testing
m (this needs to be a dot i think)
(testing)
Line 818: Line 818:
#prettybutton {
#prettybutton {
background-color: #3366cc;
background-color: #3366cc;
color: #ffffff;
}
}
#prettybutton:focus {
#prettybutton:focus {
background-color: #22456d;
background-color: #22456d;
color: #ffffff;
}
}
#prettybutton:visited {
#prettybutton:visited {
background-color: #22456d;
background-color: #22456d;
color: #ffffff;
}
}
.prettybutton-clicked {
.prettybutton-clicked {
background-color: #22456d;
background-color: #22456d;
color: #ffffff;
}
#prettybutton-clicked {
background-color: #22456d;
color: #ffffff;
}
}