wip
This commit is contained in:
@@ -268,9 +268,8 @@ th .comment-grey-bubble {
|
||||
}
|
||||
|
||||
th .comment-grey-bubble:before {
|
||||
content: "\f101";
|
||||
content: "\f101" / '';
|
||||
font: normal 20px/.5 dashicons;
|
||||
speak: never;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
top: 4px;
|
||||
@@ -475,7 +474,6 @@ table.media .column-title .filename {
|
||||
|
||||
.sorting-indicator:before {
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
top: -4px;
|
||||
@@ -490,11 +488,11 @@ table.media .column-title .filename {
|
||||
}
|
||||
|
||||
.sorting-indicator.asc:before {
|
||||
content: "\f142";
|
||||
content: "\f142" / '';
|
||||
}
|
||||
|
||||
.sorting-indicator.desc:before {
|
||||
content: "\f140";
|
||||
content: "\f140" / '';
|
||||
}
|
||||
|
||||
th.sorted.desc .sorting-indicator.desc:before {
|
||||
@@ -554,16 +552,15 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
display: block;
|
||||
padding: 1px 2px 1px 0;
|
||||
color: #3c434a; /* same as table headers sort arrows */
|
||||
content: "\f140";
|
||||
content: "\f140" / '';
|
||||
font: normal 20px/1 dashicons;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
speak: never;
|
||||
}
|
||||
|
||||
.wp-list-table .is-expanded .toggle-row:before {
|
||||
content: "\f142";
|
||||
content: "\f142" / '';
|
||||
}
|
||||
|
||||
.check-column {
|
||||
@@ -603,10 +600,9 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
|
||||
.locked-indicator-icon:before {
|
||||
color: #8c8f94;
|
||||
content: "\f160";
|
||||
content: "\f160" / '';
|
||||
display: inline-block;
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@@ -764,7 +760,6 @@ th.sorted a span {
|
||||
color: #c3c4c7;
|
||||
display: inline-block;
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@@ -780,15 +775,15 @@ th.sorted a span {
|
||||
}
|
||||
|
||||
.view-switch .view-list:before {
|
||||
content: "\f163";
|
||||
content: "\f163" / '';
|
||||
}
|
||||
|
||||
.view-switch .view-excerpt:before {
|
||||
content: "\f164";
|
||||
content: "\f164" / '';
|
||||
}
|
||||
|
||||
.view-switch .view-grid:before {
|
||||
content: "\f509";
|
||||
content: "\f509" / '';
|
||||
}
|
||||
|
||||
.filter {
|
||||
@@ -1313,8 +1308,10 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.plugins .plugin-title img,
|
||||
.plugins .plugin-title .dashicons {
|
||||
|
||||
.plugins .plugin-title .dashicons,
|
||||
.plugins .plugin-title img.plugin-icon,
|
||||
.plugins .plugin-title img.updates-table-screenshot {
|
||||
float: left;
|
||||
padding: 0 10px 0 0;
|
||||
width: 64px;
|
||||
@@ -1329,7 +1326,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
color: #c3c4c7;
|
||||
}
|
||||
|
||||
#update-themes-table .plugin-title img,
|
||||
#update-themes-table .plugin-title img.updates-table-screenshot,
|
||||
#update-themes-table .plugin-title .dashicons {
|
||||
width: 85px;
|
||||
}
|
||||
@@ -1412,18 +1409,17 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
|
||||
.plugin-card .update-now:before {
|
||||
color: #d63638;
|
||||
content: "\f463";
|
||||
content: "\f463" / '';
|
||||
display: inline-block;
|
||||
font: normal 20px/1 dashicons;
|
||||
margin: -3px 5px 0 -2px;
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.plugin-card .updating-message:before {
|
||||
content: "\f463";
|
||||
content: "\f463" / '';
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
@@ -1438,7 +1434,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
|
||||
.plugin-card .updated-message:before {
|
||||
color: #68de7c;
|
||||
content: "\f147";
|
||||
content: "\f147" / '';
|
||||
}
|
||||
|
||||
.plugin-install-php #the-list {
|
||||
@@ -1711,7 +1707,6 @@ div.action-links,
|
||||
|
||||
.plugin-card .column-compatibility span:before {
|
||||
font: normal 20px/.5 dashicons;
|
||||
speak: never;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
top: 4px;
|
||||
@@ -1725,12 +1720,12 @@ div.action-links,
|
||||
}
|
||||
|
||||
.plugin-card .column-compatibility .compatibility-incompatible:before {
|
||||
content: "\f158";
|
||||
content: "\f158" / '';
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
.plugin-card .column-compatibility .compatibility-compatible:before {
|
||||
content: "\f147";
|
||||
content: "\f147" / '';
|
||||
color: #007017;
|
||||
}
|
||||
|
||||
@@ -1738,7 +1733,7 @@ div.action-links,
|
||||
margin: 20px 20px 0;
|
||||
}
|
||||
|
||||
.plugin-icon {
|
||||
.plugin-card .plugin-icon {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
@@ -2064,7 +2059,6 @@ div.action-links,
|
||||
}
|
||||
|
||||
.row-actions {
|
||||
margin-left: -8px;
|
||||
margin-right: -8px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
@@ -2077,10 +2071,15 @@ div.action-links,
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.row-actions span {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.row-actions span a,
|
||||
.row-actions span .button-link {
|
||||
display: inline-block;
|
||||
padding: 4px 8px;
|
||||
padding: 4px 16px 4px 0;
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user