Built from https://develop.svn.wordpress.org/trunk@27058 git-svn-id: http://core.svn.wordpress.org/trunk@26931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a6b3bced06
commit
ede5c4d01c
|
@ -74,6 +74,10 @@ div.mce-statusbar {
|
|||
text-shadow: 0;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn:focus {
|
||||
outline: 1px solid #888;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
|
||||
border-radius: 0;
|
||||
direction: rtl;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -74,6 +74,10 @@ div.mce-statusbar {
|
|||
text-shadow: 0;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn:focus {
|
||||
outline: 1px solid #888;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
|
||||
border-radius: 0;
|
||||
direction: ltr;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue