TinyMCE: add outline when a button is focused. Fixes #26931, see #24067.

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:
Andrew Ozz 2014-01-29 18:14:13 +00:00
parent a6b3bced06
commit ede5c4d01c
4 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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