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

git-svn-id: https://develop.svn.wordpress.org/trunk@22440 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-07 21:25:25 +00:00
parent 0493132497
commit 30df4b2aa0
1 changed files with 4 additions and 0 deletions

View File

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