mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
TinyMCE: couple more small css tweaks for the menubar and tabs in native modals, see #27279
git-svn-id: https://develop.svn.wordpress.org/trunk@27983 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
658b5a5e15
commit
8b3f6ef9fa
@ -125,7 +125,7 @@
|
||||
}
|
||||
|
||||
.mce-menu-has-icons i.mce-ico {
|
||||
line-height: 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
/* TinyMCE panel */
|
||||
@ -140,6 +140,10 @@ div.mce-panel {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
div.mce-tab {
|
||||
line-height: 13px;
|
||||
}
|
||||
|
||||
/* TinyMCE toolbars */
|
||||
div.mce-toolbar-grp {
|
||||
border-bottom: 1px solid #dedede;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user