Allow the .hidden class to hide a button. props helenyhou. fixes #22018.

git-svn-id: http://core.svn.wordpress.org/trunk@22440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-07 21:25:25 +00:00
parent 1276bcefb5
commit 033506e18c

View File

@ -93,6 +93,10 @@ input[type="submit"]::-moz-focus-inner {
outline: none;
}
.button.hidden {
display: none;
}
/* ----------------------------------------------------------------------------
2.0 - Default Button Style
---------------------------------------------------------------------------- */