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:
parent
22ba686ace
commit
b0bcbe0b01
|
@ -3,12 +3,12 @@
|
||||||
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
|
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
|
||||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||||
#TB_window {
|
#TB_window {
|
||||||
font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
|
font: 12px sans-serif;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TB_secondLine {
|
#TB_secondLine {
|
||||||
font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
|
font: 10px sans-serif;
|
||||||
color:#666666;
|
color:#666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue