Shortcuts drop-down
git-svn-id: http://svn.automattic.com/wordpress/trunk@9003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -78,10 +78,14 @@ strong .post-com-count span {
|
||||
|
||||
#post-body ul#category-tabs li.ui-tabs-selected, .button-secondary,
|
||||
#quicktags, #login form .submit input, .search-box .button,
|
||||
#ed_reply_toolbar {
|
||||
#ed_reply_toolbar, .favorite-action, #favorite-first {
|
||||
background-color: #8ebddc !important;
|
||||
}
|
||||
|
||||
#favorite-actions .favorite-action {
|
||||
border-top-color: #8ebddc;
|
||||
}
|
||||
|
||||
ul#widget-list li.widget-list-item h4.widget-title {
|
||||
background-color: #f0f0f0;
|
||||
color: #000;
|
||||
@@ -209,7 +213,14 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
|
||||
.submit input,
|
||||
.button,
|
||||
.button-secondary,
|
||||
#login form .submit input,
|
||||
div.dashboard-widget-submit input,
|
||||
#edit-slug-buttons a.save,
|
||||
.favorite-action,
|
||||
#favorite-first {
|
||||
background-color: #e5e5e5;
|
||||
color: #07273e;
|
||||
border-color: #a3a3a3;
|
||||
|
||||
@@ -78,10 +78,14 @@ strong .post-com-count span {
|
||||
|
||||
#post-body ul#category-tabs li.ui-tabs-selected, .button-secondary,
|
||||
#quicktags, #login form .submit input, .search-box .button,
|
||||
#ed_reply_toolbar {
|
||||
#ed_reply_toolbar, .favorite-action, #favorite-first {
|
||||
background-color: #cee1ef !important;
|
||||
}
|
||||
|
||||
#favorite-actions .favorite-action {
|
||||
border-top-color: #cee1ef;
|
||||
}
|
||||
|
||||
ul#widget-list li.widget-list-item h4.widget-title {
|
||||
background-color: #f0f0f0;
|
||||
color: #000;
|
||||
@@ -209,7 +213,14 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
|
||||
.submit input,
|
||||
.button,
|
||||
.button-secondary,
|
||||
#login form .submit input,
|
||||
div.dashboard-widget-submit input,
|
||||
#edit-slug-buttons a.save,
|
||||
.favorite-action,
|
||||
#favorite-first {
|
||||
background-color: #e5e5e5;
|
||||
color: #246;
|
||||
border-color: #80b5d0;
|
||||
|
||||
Reference in New Issue
Block a user