Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -625,20 +625,26 @@ code {
|
||||
.wrap .add-new-h2:active, /* deprecated */
|
||||
.wrap .page-title-action,
|
||||
.wrap .page-title-action:active {
|
||||
margin-right: 4px;
|
||||
padding: 4px 8px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
text-decoration: none;
|
||||
border: 1px solid #2271b1;
|
||||
border-radius: 2px;
|
||||
text-shadow: none;
|
||||
font-weight: 600;
|
||||
font-size: 13px;
|
||||
line-height: normal; /* IE8-IE11 need this for buttons */
|
||||
color: #2271b1; /* use the standard color used for buttons */
|
||||
background: #f6f7f7;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
top: -3px;
|
||||
margin-right: 4px;
|
||||
border: 1px solid #2271b1;
|
||||
border-radius: 3px;
|
||||
background: #f6f7f7;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
line-height: 2.15384615;
|
||||
color: #2271b1; /* use the standard color used for buttons */
|
||||
padding: 0 10px;
|
||||
min-height: 30px;
|
||||
-webkit-appearance: none;
|
||||
|
||||
}
|
||||
|
||||
.wrap .wp-heading-inline + .page-title-action {
|
||||
@@ -3015,6 +3021,7 @@ div.action-links {
|
||||
}
|
||||
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
#TB_window.plugin-details-modal.thickbox-loading:before {
|
||||
@@ -3169,6 +3176,7 @@ img {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 13px;
|
||||
background: #f6f7f7;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
@@ -3757,6 +3765,7 @@ img {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
/* Back-compat for pre-3.8 */
|
||||
div.star-holder,
|
||||
|
||||
Reference in New Issue
Block a user