Switch to sans-serif for the font stack in Thickbox as we have done elsewhere. props wet, fixes #20268.

git-svn-id: https://develop.svn.wordpress.org/trunk@21834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-09-13 17:08:01 +00:00
parent 22ba686ace
commit b0bcbe0b01
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
font: 12px sans-serif;
color: #333333;
}
#TB_secondLine {
font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
font: 10px sans-serif;
color:#666666;
}