mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
CSS fix for the font color preview button in TinyMCE, props raychampagne, fixes #7834
git-svn-id: http://svn.automattic.com/wordpress/trunk@9090 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6b94d84123
commit
241fb38dac
@ -199,7 +199,7 @@ border:0; margin:0; padding:0; white-space:nowrap; text-decoration:none; font-we
|
|||||||
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px;}
|
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px;}
|
||||||
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
|
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
|
||||||
.wp_themeSkin a.mceMoreColors:hover {}
|
.wp_themeSkin a.mceMoreColors:hover {}
|
||||||
.wp_themeSkin .mceColorPreview {position:absolute; top:15px; left:2px; width:16px; height:4px; overflow:hidden}
|
.wp_themeSkin .mceColorPreview {margin-left:2px; width:16px; height:4px; overflow:hidden}
|
||||||
|
|
||||||
/* Menu */
|
/* Menu */
|
||||||
.wp_themeSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000;}
|
.wp_themeSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user