mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Gallery settings for TinyMCE
git-svn-id: https://develop.svn.wordpress.org/trunk@9847 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1449,12 +1449,18 @@ form p.submit a.cancel:hover {
|
||||
border-color: #999;
|
||||
}
|
||||
|
||||
#wp_editimgbtn, #wp_delimgbtn {
|
||||
#wp_editimgbtn,
|
||||
#wp_delimgbtn,
|
||||
#wp_editgallery,
|
||||
#wp_delgallery {
|
||||
border-color: #999;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#wp_editimgbtn:hover, #wp_delimgbtn:hover {
|
||||
#wp_editimgbtn:hover,
|
||||
#wp_delimgbtn:hover,
|
||||
#wp_editgallery:hover,
|
||||
#wp_delgallery:hover {
|
||||
border-color: #555;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
@@ -1452,12 +1452,18 @@ form p.submit a.cancel:hover {
|
||||
border-color: #999;
|
||||
}
|
||||
|
||||
#wp_editimgbtn, #wp_delimgbtn {
|
||||
#wp_editimgbtn,
|
||||
#wp_delimgbtn,
|
||||
#wp_editgallery,
|
||||
#wp_delgallery {
|
||||
border-color: #999;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#wp_editimgbtn:hover, #wp_delimgbtn:hover {
|
||||
#wp_editimgbtn:hover,
|
||||
#wp_delimgbtn:hover,
|
||||
#wp_editgallery:hover,
|
||||
#wp_delgallery:hover {
|
||||
border-color: #555;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user