Tooltips for media buttons. Hat tip: azaozz.

git-svn-id: https://develop.svn.wordpress.org/trunk@7311 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-03-15 16:53:36 +00:00
parent 1168abf8f3
commit 388c8fa9db
6 changed files with 66 additions and 2 deletions

View File

@@ -704,3 +704,8 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
#poststuff #titlewrap {
border-color: #ccc;
}
#tTips p#tTips_inside {
background-color: #ddd;
color: #333;
}

View File

@@ -678,4 +678,9 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
.curtime {
color: #666;
}
}
#tTips p#tTips_inside {
background-color: #ddd;
color: #333;
}