More screen icons and fixes, includes patch by johnconners, fixes #8380

git-svn-id: https://develop.svn.wordpress.org/trunk@9912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-26 23:35:23 +00:00
parent e200f660bc
commit 0b85e05cda
13 changed files with 161 additions and 86 deletions
+117 -60
View File
@@ -102,7 +102,6 @@ textarea.disabled {
}
li.widget-list-control-item h4.widget-title a:hover,
#footer a,
#upload-menu li a.upload-tab-link,
li.widget-list-control-item h4.widget-title a,
#dragHelper li.widget-list-control-item h4.widget-title a,
@@ -207,6 +206,9 @@ ul#widget-list li.widget-list-item h4.widget-title {
border-right-color: #99d;
}
#media-upload {
background: #fff;
}
#media-upload .slidetoggle {
border-top-color: #dfdfdf;
}
@@ -250,7 +252,12 @@ ul#widget-list li.widget-list-item h4.widget-title {
color: #d54e21;
}
.howto, .nonessential, #edit-slug-box, .form-input-tip, .rss-widget span.rss-date, .subsubsub {
.howto,
.nonessential,
#edit-slug-box,
.form-input-tip,
.rss-widget span.rss-date,
.subsubsub {
color: #999;
}
@@ -297,31 +304,42 @@ td.help {
.button,
.submit input {
border-color: #DCDCDC;
border-color: #bbb;
color: #464646;
}
.button:hover,
.submit input:hover {
color: #000;
border-color: #666;
}
.button,
.submit input,
.button-secondary {
background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
}
.button-secondary,
.submit .button-secondary {
border-color: #CFE1EF;
color: #464646;
.button:active,
.submit input:active,
.button-secondary:active {
background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
}
.button-primary,
.submit .button-primary,
#login form .submit input {
border-color: #21759B;
border-color: #298cba;
font-weight: bold;
color: #FFF;
background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
}
.button-primary:active,
#login form .submit input:active {
background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important;
}
.button[disabled],
.button:disabled,
.button-primary[disabled],
@@ -331,21 +349,16 @@ td.help {
a.button.disabled {
background: #ddd;
color: #888;
}
.button:hover,
.submit input:hover,
#postcustomstuff .submit input:hover {
border-color: #535353;
text-shadow: rgba(255,255,255,0.6) 0 1px 0;
border-color: #ccc;
}
a:active,
a:focus {
color: #d54e21 !important;
color: #d54e21;
}
a:hover,
.button:hover,
#wphead #viewsite a:hover,
#adminmenu a:hover,
#adminmenu ul.wp-submenu a:hover,
@@ -365,13 +378,10 @@ div.dashboard-widget-submit input:hover,
border-color: #dfdfdf;
}
.button-secondary:hover,
.button-primary:hover,
#login form .submit input:hover {
border-color: #328ab2;
}
.button-primary:hover, #login form .submit input:hover {
color: #EAF2FA;
border-color: #13455b !important;
color: #EAF2FA !important;
}
#side-info-column #category-tabs .ui-tabs-selected a {
@@ -388,7 +398,7 @@ div.dashboard-widget-submit input:hover,
color: #ccc;
}
.submitbox .submitdelete {
.submitbox .submitdelete, a.delete {
color: #f00;
border-bottom-color: #f00;
}
@@ -489,7 +499,8 @@ body.press-this .ui-tabs-selected a:hover {
color: #d54e21;
}
#adminmenu li a #awaiting-mod, #adminmenu li a span.update-plugins {
#adminmenu li a #awaiting-mod,
#adminmenu li a span.update-plugins {
background-image: url(../images/comment-stalk-fresh.gif);
}
@@ -509,7 +520,7 @@ body.press-this .ui-tabs-selected a:hover {
}
div#media-upload-header {
background-color: #f1f1f1;
background-color: #f9f9f9;
border-bottom-color: #dfdfdf;
}
@@ -550,7 +561,9 @@ li.widget-list-control-item h4,
background-color: #fffbcc;
}
#edit-slug-box strong, .tablenav .displaying-num {
#edit-slug-box strong,
.tablenav .displaying-num,
#submitted-on {
color: #777;
}
@@ -738,20 +751,19 @@ body.login {
color: #999;
}
#user_info a:hover {
color: #fff;
text-decoration: underline !important;
}
#user_info a:active {
color: #ccc !important;
}
#user_info a, #user_info a:visited {
#user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited {
color: #ccc;
text-decoration: none;
}
#user_info a:hover, #footer a:hover {
color: #fff;
text-decoration: underline !important;
}
#user_info a:active, #footer a:active {
color: #ccc !important;
}
div#media-upload-error,
.file-error,
@@ -811,12 +823,6 @@ abbr.required,
}
/* Containers */
.wp_themeSkin table, #wp_editbtns {
/*
background: #cee1ef;
*/
}
.wp_themeSkin iframe {
background: #fff;
}
@@ -961,12 +967,6 @@ abbr.required,
border-top-left-radius: 4px;
}
.wp-admin .clearlooks2 .mceFocus .mceTop .mceCenter {
background: #444444;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
}
.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
background: #444444;
border-right: 1px solid #999;
@@ -1010,7 +1010,7 @@ abbr.required,
}
.wp-admin .clearlooks2 .mceFocus .mceTop span {
color: #fff;
color: #e5e5e5;
}
/* end TinyMCE */
@@ -1082,7 +1082,8 @@ abbr.required,
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}
#adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu ul li a {
#adminmenu li.wp-has-current-submenu .wp-submenu,
#adminmenu li.wp-has-current-submenu ul li a {
border-color: #aaa !important;
}
@@ -1132,11 +1133,11 @@ abbr.required,
/* menu icons */
#adminmenu #menu-dashboard div.wp-menu-image {
background: transparent url("../images/menu.png") no-repeat scroll -61px -34px;
background: transparent url("../images/menu.png") no-repeat scroll -61px -33px;
}
#adminmenu #menu-dashboard:hover div.wp-menu-image {
background: transparent url("../images/menu.png") no-repeat scroll -61px -2px;
background: transparent url("../images/menu.png") no-repeat scroll -61px -1px;
}
#adminmenu #menu-posts div.wp-menu-image {
@@ -1180,11 +1181,11 @@ abbr.required,
}
#adminmenu #menu-appearance div.wp-menu-image {
background: transparent url("../images/menu.png") no-repeat scroll -1px -32px;
background: transparent url("../images/menu.png") no-repeat scroll -1px -33px;
}
#adminmenu #menu-appearance:hover div.wp-menu-image {
background: transparent url("../images/menu.png") no-repeat scroll -1px 0;
background: transparent url("../images/menu.png") no-repeat scroll -1px -1px;
}
#adminmenu #menu-plugins div.wp-menu-image {
@@ -1241,8 +1242,8 @@ table.diff .diff-addedline ins {
/* edit image */
#sidemenu a {
background-color: #f1f1f1;
border-color: #f1f1f1;
background-color: #f9f9f9;
border-color: #f9f9f9;
border-bottom-color: #dfdfdf;
}
@@ -1288,7 +1289,8 @@ table.diff .diff-addedline ins {
}
/* Install Plugins */
.star-average, .star.star-rating {
.star-average,
.star.star-rating {
background-color: #fc0;
}
@@ -1304,7 +1306,8 @@ div.star.select:hover {
background-color: #cee1ef;
}
#plugin-information pre, #plugin-information code {
#plugin-information pre,
#plugin-information code {
background-color: #ededff;
}
@@ -1405,6 +1408,7 @@ div.star.select:hover {
form p.submit a.cancel {
border-color: red;
color: red;
text-shadow: none;
}
form p.submit a.cancel:hover {
@@ -1481,12 +1485,15 @@ form p.submit a.cancel:hover {
}
#favorite-actions a {
color: #eee;
color: #ddd;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
#favorite-inside a:hover {
#favorite-actions a:hover {
color: #fff;
}
#favorite-inside a:hover {
text-decoration: underline;
}
@@ -1520,3 +1527,53 @@ form p.submit a.cancel:hover {
background-color: transparent;
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
}
#icon-edit,
#icon-post {
background: transparent url(../images/icons32.png) no-repeat -552px -5px;
}
#icon-index {
background: transparent url(../images/icons32.png) no-repeat -137px -5px;
}
#icon-upload {
background: transparent url(../images/icons32.png) no-repeat -251px -5px;
}
#icon-link-manager,
#icon-link,
#icon-link-category {
background: transparent url(../images/icons32.png) no-repeat -190px -5px;
}
#icon-edit-pages,
#icon-page {
background: transparent url(../images/icons32.png) no-repeat -312px -5px;
}
#icon-edit-comments {
background: transparent url(../images/icons32.png) no-repeat -72px -5px;
}
#icon-themes {
background: transparent url(../images/icons32.png) no-repeat -11px -5px;
}
#icon-plugins {
background: transparent url(../images/icons32.png) no-repeat -370px -5px;
}
#icon-users,
#icon-user-edit {
background: transparent url(../images/icons32.png) no-repeat -600px -5px;
}
#icon-import,
#icon-admin {
background: transparent url(../images/icons32.png) no-repeat -432px -5px;
}
#icon-options-general {
background: transparent url(../images/icons32.png) no-repeat -492px -5px;
}
+24 -16
View File
@@ -252,7 +252,12 @@ ul#widget-list li.widget-list-item h4.widget-title {
color: #d54e21;
}
.howto, .nonessential, #edit-slug-box, .form-input-tip, .rss-widget span.rss-date, .subsubsub {
.howto,
.nonessential,
#edit-slug-box,
.form-input-tip,
.rss-widget span.rss-date,
.subsubsub {
color: #999;
}
@@ -330,7 +335,8 @@ td.help {
background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
}
.button-primary:active, #login form .submit input:active {
.button-primary:active,
#login form .submit input:active {
background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important;
}
@@ -372,7 +378,8 @@ div.dashboard-widget-submit input:hover,
border-color: #dfdfdf;
}
.button-primary:hover, #login form .submit input:hover {
.button-primary:hover,
#login form .submit input:hover {
border-color: #13455b !important;
color: #EAF2FA !important;
}
@@ -492,7 +499,8 @@ body.press-this .ui-tabs-selected a:hover {
color: #d54e21;
}
#adminmenu li a #awaiting-mod, #adminmenu li a span.update-plugins {
#adminmenu li a #awaiting-mod,
#adminmenu li a span.update-plugins {
background-image: url(../images/comment-stalk-fresh.gif);
}
@@ -553,7 +561,9 @@ li.widget-list-control-item h4,
background-color: #fffbcc;
}
#edit-slug-box strong, .tablenav .displaying-num, #submitted-on {
#edit-slug-box strong,
.tablenav .displaying-num,
#submitted-on {
color: #777;
}
@@ -813,12 +823,6 @@ abbr.required,
}
/* Containers */
.wp_themeSkin table, #wp_editbtns {
/*
background: #cee1ef;
*/
}
.wp_themeSkin iframe {
background: #fff;
}
@@ -1078,7 +1082,8 @@ abbr.required,
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}
#adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu ul li a {
#adminmenu li.wp-has-current-submenu .wp-submenu,
#adminmenu li.wp-has-current-submenu ul li a {
border-color: #aaa !important;
}
@@ -1284,7 +1289,8 @@ table.diff .diff-addedline ins {
}
/* Install Plugins */
.star-average, .star.star-rating {
.star-average,
.star.star-rating {
background-color: #fc0;
}
@@ -1300,7 +1306,8 @@ div.star.select:hover {
background-color: #cee1ef;
}
#plugin-information pre, #plugin-information code {
#plugin-information pre,
#plugin-information code {
background-color: #ededff;
}
@@ -1535,7 +1542,8 @@ form p.submit a.cancel:hover {
}
#icon-link-manager,
#icon-link {
#icon-link,
#icon-link-category {
background: transparent url(../images/icons32.png) no-repeat -190px -5px;
}
@@ -1556,7 +1564,7 @@ form p.submit a.cancel:hover {
background: transparent url(../images/icons32.png) no-repeat -370px -5px;
}
#icon-users
#icon-users,
#icon-user-edit {
background: transparent url(../images/icons32.png) no-repeat -600px -5px;
}