mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Put timestamp icon back and fix the Categories postbox when in the right sidebar
git-svn-id: https://develop.svn.wordpress.org/trunk@8909 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -233,7 +233,8 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
background-color: #a6d2e5 !important;
|
||||
}
|
||||
|
||||
.submitbox #autosave .error, ul.view-switch li.current a {
|
||||
.submitbox #autosave .error, ul.view-switch li.current a,
|
||||
#side-info-column #category-tabs .ui-tabs-selected a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@@ -495,6 +496,10 @@ input.readonly {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
.curtime #timestamp {
|
||||
background-image: url(../images/date-button.gif);
|
||||
}
|
||||
|
||||
#quicktags #ed_link {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
@@ -232,7 +232,8 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
border-color: #328ab2;
|
||||
}
|
||||
|
||||
ul.view-switch li.current a {
|
||||
ul.view-switch li.current a,
|
||||
#side-info-column #category-tabs .ui-tabs-selected a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@@ -483,6 +484,10 @@ input.readonly {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
.curtime #timestamp {
|
||||
background-image: url(../images/date-button.gif);
|
||||
}
|
||||
|
||||
#quicktags #ed_link {
|
||||
color: #00f;
|
||||
}
|
||||
@@ -545,7 +550,7 @@ input.readonly {
|
||||
border-top-color: #247fab;
|
||||
}
|
||||
|
||||
.login #backtoblog a, #curtime, #user_info a, #dashmenu a {
|
||||
.login #backtoblog a, #user_info a, #dashmenu a {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
@@ -732,6 +737,7 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
|
||||
background-color: #2683ae;
|
||||
border-color: #464646;
|
||||
}
|
||||
/* end TinyMCE */
|
||||
|
||||
#editorcontainer, #post-status-info {
|
||||
border-color: #ccc;
|
||||
@@ -741,10 +747,6 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
#curtime {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#tTips p#tTips_inside {
|
||||
background-color: #ddd;
|
||||
color: #333;
|
||||
|
||||
Reference in New Issue
Block a user