mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Plugins screen css tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@11438 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -350,7 +350,8 @@ div.dashboard-widget-submit input:hover,
|
||||
.subsubsub a:hover,
|
||||
.subsubsub a.current:hover,
|
||||
.ui-tabs-nav a:hover,
|
||||
.plugins .inactive a:hover {
|
||||
.plugins .inactive a:hover,
|
||||
#all-plugins-table .plugins .inactive a:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
@@ -384,6 +385,7 @@ div.dashboard-widget-submit input:hover,
|
||||
}
|
||||
|
||||
.plugins a.delete:hover,
|
||||
#all-plugins-table .plugins a.delete:hover,
|
||||
.submitbox .submitdelete,
|
||||
a.delete {
|
||||
color: #f00;
|
||||
@@ -421,12 +423,15 @@ a.delete {
|
||||
|
||||
.updated,
|
||||
.login #login_error,
|
||||
.login .message,
|
||||
.update-message {
|
||||
.login .message {
|
||||
background-color: #ffffe0;
|
||||
border-color: #e6db55;
|
||||
}
|
||||
|
||||
.update-message {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a.page-numbers {
|
||||
border-bottom-color: #b8d3e2;
|
||||
}
|
||||
@@ -583,7 +588,7 @@ input.readonly, textarea.readonly {
|
||||
#all-plugins-table .inactive th,
|
||||
#all-plugins-table .inactive td,
|
||||
#all-plugins-table .inactive a {
|
||||
color: #888;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.plugins .active,
|
||||
|
||||
@@ -350,7 +350,8 @@ div.dashboard-widget-submit input:hover,
|
||||
.subsubsub a:hover,
|
||||
.subsubsub a.current:hover,
|
||||
.ui-tabs-nav a:hover,
|
||||
.plugins .inactive a:hover {
|
||||
.plugins .inactive a:hover,
|
||||
#all-plugins-table .plugins .inactive a:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
@@ -380,6 +381,7 @@ div.dashboard-widget-submit input:hover,
|
||||
}
|
||||
|
||||
.plugins a.delete:hover,
|
||||
#all-plugins-table .plugins a.delete:hover,
|
||||
.submitbox .submitdelete,
|
||||
a.delete {
|
||||
color: #f00;
|
||||
@@ -417,12 +419,15 @@ a.delete {
|
||||
|
||||
.updated,
|
||||
.login #login_error,
|
||||
.login .message,
|
||||
.update-message {
|
||||
.login .message {
|
||||
background-color: #ffffe0;
|
||||
border-color: #e6db55;
|
||||
}
|
||||
|
||||
.update-message {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a.page-numbers {
|
||||
border-bottom-color: #B8D3E2;
|
||||
}
|
||||
@@ -578,7 +583,7 @@ input.readonly, textarea.readonly {
|
||||
#all-plugins-table .inactive th,
|
||||
#all-plugins-table .inactive td,
|
||||
#all-plugins-table .inactive a {
|
||||
color: #888;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.plugins .active,
|
||||
|
||||
Reference in New Issue
Block a user