Switch to sans-serif for the font stack in Thickbox as we have done elsewhere. props wet, fixes #20268.
git-svn-id: http://core.svn.wordpress.org/trunk@21834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f69fdb6198
commit
2f7bb69ffa
|
@ -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