Edit File by line
/home/barbar84/public_h.../wp-admin/css
File: themes.css
/*------------------------------------------------------------------------------
[0] Fix | Delete
16.0 - Themes
[1] Fix | Delete
------------------------------------------------------------------------------*/
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*------------------------------------------------------------------------------
[5] Fix | Delete
16.1 - Manage Themes
[6] Fix | Delete
------------------------------------------------------------------------------*/
[7] Fix | Delete
[8] Fix | Delete
body.js .theme-browser.search-loading {
[9] Fix | Delete
display: none;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
.theme-browser .themes {
[13] Fix | Delete
clear: both;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
.themes-php:not(.network-admin) .wrap h1 {
[17] Fix | Delete
margin-bottom: 15px;
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
.themes-php .wrap h1 .button {
[21] Fix | Delete
margin-left: 20px;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
/* Search form */
[25] Fix | Delete
.themes-php .search-form {
[26] Fix | Delete
display: inline;
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
.themes-php .wp-filter-search {
[30] Fix | Delete
position: relative;
[31] Fix | Delete
top: -2px;
[32] Fix | Delete
left: 20px;
[33] Fix | Delete
margin: 0;
[34] Fix | Delete
width: 280px;
[35] Fix | Delete
}
[36] Fix | Delete
[37] Fix | Delete
/* Position admin messages */
[38] Fix | Delete
.theme .notice,
[39] Fix | Delete
.theme .notice.is-dismissible {
[40] Fix | Delete
left: 0;
[41] Fix | Delete
margin: 0;
[42] Fix | Delete
position: absolute;
[43] Fix | Delete
right: 0;
[44] Fix | Delete
top: 0;
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
/**
[48] Fix | Delete
* Main theme element
[49] Fix | Delete
* (has flexible margins)
[50] Fix | Delete
*/
[51] Fix | Delete
.theme-browser .theme {
[52] Fix | Delete
cursor: pointer;
[53] Fix | Delete
float: left;
[54] Fix | Delete
margin: 0 4% 4% 0;
[55] Fix | Delete
position: relative;
[56] Fix | Delete
width: 30.6%;
[57] Fix | Delete
border: 1px solid #dcdcde;
[58] Fix | Delete
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
[59] Fix | Delete
box-sizing: border-box;
[60] Fix | Delete
}
[61] Fix | Delete
[62] Fix | Delete
.theme-browser .theme:nth-child(3n) {
[63] Fix | Delete
margin-right: 0;
[64] Fix | Delete
}
[65] Fix | Delete
[66] Fix | Delete
.theme-browser .theme:hover,
[67] Fix | Delete
.theme-browser .theme:focus {
[68] Fix | Delete
cursor: pointer;
[69] Fix | Delete
}
[70] Fix | Delete
[71] Fix | Delete
.theme-browser .theme .theme-name {
[72] Fix | Delete
font-size: 15px;
[73] Fix | Delete
font-weight: 600;
[74] Fix | Delete
height: 18px;
[75] Fix | Delete
margin: 0;
[76] Fix | Delete
padding: 15px;
[77] Fix | Delete
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
[78] Fix | Delete
overflow: hidden;
[79] Fix | Delete
white-space: nowrap;
[80] Fix | Delete
text-overflow: ellipsis;
[81] Fix | Delete
background: #fff;
[82] Fix | Delete
background: rgba(255, 255, 255, 0.65);
[83] Fix | Delete
}
[84] Fix | Delete
[85] Fix | Delete
/* Activate and Customize buttons, shown on hover and focus */
[86] Fix | Delete
.theme-browser .theme .theme-actions {
[87] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
[88] Fix | Delete
opacity: 0;
[89] Fix | Delete
transition: opacity 0.1s ease-in-out;
[90] Fix | Delete
height: auto;
[91] Fix | Delete
background: rgba(246, 247, 247, 0.7);
[92] Fix | Delete
border-left: 1px solid rgba(0, 0, 0, 0.05);
[93] Fix | Delete
}
[94] Fix | Delete
[95] Fix | Delete
.theme-browser .theme:hover .theme-actions,
[96] Fix | Delete
.theme-browser .theme.focus .theme-actions,
[97] Fix | Delete
.theme-browser .theme:focus .theme-actions {
[98] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
[99] Fix | Delete
opacity: 1;
[100] Fix | Delete
}
[101] Fix | Delete
[102] Fix | Delete
.theme-browser .theme .theme-actions .button-primary {
[103] Fix | Delete
margin-right: 3px;
[104] Fix | Delete
}
[105] Fix | Delete
[106] Fix | Delete
.theme-browser .theme .theme-actions .button {
[107] Fix | Delete
float: none;
[108] Fix | Delete
margin-left: 3px;
[109] Fix | Delete
}
[110] Fix | Delete
[111] Fix | Delete
/**
[112] Fix | Delete
* Theme Screenshot
[113] Fix | Delete
*
[114] Fix | Delete
* Has a fixed aspect ratio of 1.5 to 1 regardless of screenshot size
[115] Fix | Delete
* It is also responsive.
[116] Fix | Delete
*/
[117] Fix | Delete
.theme-browser .theme .theme-screenshot {
[118] Fix | Delete
display: block;
[119] Fix | Delete
overflow: hidden;
[120] Fix | Delete
position: relative;
[121] Fix | Delete
-webkit-backface-visibility: hidden; /* Prevents flicker of the screenshot on hover. */
[122] Fix | Delete
transition: opacity 0.2s ease-in-out;
[123] Fix | Delete
}
[124] Fix | Delete
[125] Fix | Delete
.theme-browser .theme .theme-screenshot:after {
[126] Fix | Delete
content: "";
[127] Fix | Delete
display: block;
[128] Fix | Delete
padding-top: 66.66666%; /* using a 3/2 aspect ratio */
[129] Fix | Delete
}
[130] Fix | Delete
[131] Fix | Delete
.theme-browser .theme .theme-screenshot img {
[132] Fix | Delete
height: auto;
[133] Fix | Delete
position: absolute;
[134] Fix | Delete
left: 0;
[135] Fix | Delete
top: 0;
[136] Fix | Delete
width: 100%;
[137] Fix | Delete
transition: opacity 0.2s ease-in-out;
[138] Fix | Delete
}
[139] Fix | Delete
[140] Fix | Delete
.theme-browser .theme:hover .theme-screenshot,
[141] Fix | Delete
.theme-browser .theme:focus .theme-screenshot {
[142] Fix | Delete
background: #fff;
[143] Fix | Delete
}
[144] Fix | Delete
[145] Fix | Delete
.theme-browser.rendered .theme:hover .theme-screenshot img,
[146] Fix | Delete
.theme-browser.rendered .theme:focus .theme-screenshot img {
[147] Fix | Delete
opacity: 0.4;
[148] Fix | Delete
}
[149] Fix | Delete
[150] Fix | Delete
.theme-browser .theme .more-details {
[151] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
[152] Fix | Delete
opacity: 0;
[153] Fix | Delete
position: absolute;
[154] Fix | Delete
top: 35%;
[155] Fix | Delete
right: 20%;
[156] Fix | Delete
left: 20%;
[157] Fix | Delete
background: #1d2327;
[158] Fix | Delete
background: rgba(0, 0, 0, 0.7);
[159] Fix | Delete
color: #fff;
[160] Fix | Delete
font-size: 15px;
[161] Fix | Delete
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
[162] Fix | Delete
-webkit-font-smoothing: antialiased;
[163] Fix | Delete
font-weight: 600;
[164] Fix | Delete
padding: 15px 12px;
[165] Fix | Delete
text-align: center;
[166] Fix | Delete
border-radius: 3px;
[167] Fix | Delete
transition: opacity 0.1s ease-in-out;
[168] Fix | Delete
}
[169] Fix | Delete
[170] Fix | Delete
.theme-browser .theme:focus {
[171] Fix | Delete
border-color: #4f94d4;
[172] Fix | Delete
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
[173] Fix | Delete
}
[174] Fix | Delete
[175] Fix | Delete
.theme-browser .theme:focus .more-details {
[176] Fix | Delete
opacity: 1;
[177] Fix | Delete
}
[178] Fix | Delete
[179] Fix | Delete
/* Current theme needs to have its action always on view */
[180] Fix | Delete
.theme-browser .theme.active:focus .theme-actions {
[181] Fix | Delete
display: block;
[182] Fix | Delete
}
[183] Fix | Delete
[184] Fix | Delete
.theme-browser.rendered .theme:hover .more-details,
[185] Fix | Delete
.theme-browser.rendered .theme:focus .more-details {
[186] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
[187] Fix | Delete
opacity: 1;
[188] Fix | Delete
}
[189] Fix | Delete
[190] Fix | Delete
/**
[191] Fix | Delete
* The currently active theme
[192] Fix | Delete
*/
[193] Fix | Delete
.theme-browser .theme.active .theme-name {
[194] Fix | Delete
background: #1d2327;
[195] Fix | Delete
color: #fff;
[196] Fix | Delete
padding-right: 110px;
[197] Fix | Delete
font-weight: 300;
[198] Fix | Delete
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
[199] Fix | Delete
}
[200] Fix | Delete
[201] Fix | Delete
.theme-browser .customize-control .theme.active .theme-name {
[202] Fix | Delete
padding-right: 15px;
[203] Fix | Delete
}
[204] Fix | Delete
[205] Fix | Delete
.theme-browser .theme.active .theme-name span {
[206] Fix | Delete
font-weight: 600;
[207] Fix | Delete
}
[208] Fix | Delete
[209] Fix | Delete
.theme-browser .theme.active .theme-actions {
[210] Fix | Delete
background: rgba(44, 51, 56, 0.7);
[211] Fix | Delete
border-left: none;
[212] Fix | Delete
opacity: 1;
[213] Fix | Delete
}
[214] Fix | Delete
[215] Fix | Delete
.theme-id-container {
[216] Fix | Delete
position: relative;
[217] Fix | Delete
}
[218] Fix | Delete
[219] Fix | Delete
.theme-browser .theme.active .theme-actions,
[220] Fix | Delete
.theme-browser .theme .theme-actions {
[221] Fix | Delete
position: absolute;
[222] Fix | Delete
top: 50%;
[223] Fix | Delete
transform: translateY(-50%);
[224] Fix | Delete
right: 0;
[225] Fix | Delete
padding: 9px 15px;
[226] Fix | Delete
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
[227] Fix | Delete
}
[228] Fix | Delete
[229] Fix | Delete
.theme-browser .theme.active .theme-actions .button-primary {
[230] Fix | Delete
margin-right: 0;
[231] Fix | Delete
}
[232] Fix | Delete
[233] Fix | Delete
.theme-browser .theme .theme-author {
[234] Fix | Delete
background: #1d2327;
[235] Fix | Delete
color: #f0f0f1;
[236] Fix | Delete
display: none;
[237] Fix | Delete
font-size: 14px;
[238] Fix | Delete
margin: 0 10px;
[239] Fix | Delete
padding: 5px 10px;
[240] Fix | Delete
position: absolute;
[241] Fix | Delete
bottom: 56px;
[242] Fix | Delete
}
[243] Fix | Delete
[244] Fix | Delete
.theme-browser .theme.display-author .theme-author {
[245] Fix | Delete
display: block;
[246] Fix | Delete
}
[247] Fix | Delete
[248] Fix | Delete
.theme-browser .theme.display-author .theme-author a {
[249] Fix | Delete
color: inherit;
[250] Fix | Delete
}
[251] Fix | Delete
[252] Fix | Delete
/**
[253] Fix | Delete
* Add new theme
[254] Fix | Delete
*/
[255] Fix | Delete
.theme-browser .theme.add-new-theme {
[256] Fix | Delete
border: none;
[257] Fix | Delete
box-shadow: none;
[258] Fix | Delete
}
[259] Fix | Delete
[260] Fix | Delete
.theme-browser .theme.add-new-theme a {
[261] Fix | Delete
text-decoration: none;
[262] Fix | Delete
display: block;
[263] Fix | Delete
position: relative;
[264] Fix | Delete
z-index: 1;
[265] Fix | Delete
}
[266] Fix | Delete
[267] Fix | Delete
.theme-browser .theme.add-new-theme a:after {
[268] Fix | Delete
display: block;
[269] Fix | Delete
content: "";
[270] Fix | Delete
background: transparent;
[271] Fix | Delete
background: rgba(0, 0, 0, 0);
[272] Fix | Delete
position: absolute;
[273] Fix | Delete
top: 0;
[274] Fix | Delete
left: 0;
[275] Fix | Delete
right: 0;
[276] Fix | Delete
bottom: 0;
[277] Fix | Delete
padding: 0;
[278] Fix | Delete
text-shadow: none;
[279] Fix | Delete
border: 5px dashed #dcdcde;
[280] Fix | Delete
border: 5px dashed rgba(0, 0, 0, 0.1);
[281] Fix | Delete
box-sizing: border-box;
[282] Fix | Delete
}
[283] Fix | Delete
[284] Fix | Delete
.theme-browser .theme.add-new-theme span:after {
[285] Fix | Delete
background: #dcdcde;
[286] Fix | Delete
background: rgba(140, 143, 148, 0.1);
[287] Fix | Delete
border-radius: 50%;
[288] Fix | Delete
display: inline-block;
[289] Fix | Delete
content: "\f132";
[290] Fix | Delete
-webkit-font-smoothing: antialiased;
[291] Fix | Delete
font: normal 74px/115px dashicons;
[292] Fix | Delete
width: 100px;
[293] Fix | Delete
height: 100px;
[294] Fix | Delete
vertical-align: middle;
[295] Fix | Delete
text-align: center;
[296] Fix | Delete
color: #8c8f94;
[297] Fix | Delete
position: absolute;
[298] Fix | Delete
top: 30%;
[299] Fix | Delete
left: 50%;
[300] Fix | Delete
margin-left: -50px;
[301] Fix | Delete
text-indent: -4px;
[302] Fix | Delete
padding: 0;
[303] Fix | Delete
text-shadow: none;
[304] Fix | Delete
z-index: 4;
[305] Fix | Delete
}
[306] Fix | Delete
[307] Fix | Delete
.rtl .theme-browser .theme.add-new-theme span:after {
[308] Fix | Delete
text-indent: 4px;
[309] Fix | Delete
}
[310] Fix | Delete
[311] Fix | Delete
.theme-browser .theme.add-new-theme a:hover .theme-screenshot,
[312] Fix | Delete
.theme-browser .theme.add-new-theme a:focus .theme-screenshot {
[313] Fix | Delete
background: none;
[314] Fix | Delete
}
[315] Fix | Delete
[316] Fix | Delete
.theme-browser .theme.add-new-theme a:hover span:after,
[317] Fix | Delete
.theme-browser .theme.add-new-theme a:focus span:after {
[318] Fix | Delete
background: #fff;
[319] Fix | Delete
color: #2271b1;
[320] Fix | Delete
}
[321] Fix | Delete
[322] Fix | Delete
.theme-browser .theme.add-new-theme a:hover:after,
[323] Fix | Delete
.theme-browser .theme.add-new-theme a:focus:after {
[324] Fix | Delete
border-color: transparent;
[325] Fix | Delete
color: #fff;
[326] Fix | Delete
background: #2271b1;
[327] Fix | Delete
content: "";
[328] Fix | Delete
}
[329] Fix | Delete
[330] Fix | Delete
.theme-browser .theme.add-new-theme .theme-name {
[331] Fix | Delete
background: none;
[332] Fix | Delete
text-align: center;
[333] Fix | Delete
box-shadow: none;
[334] Fix | Delete
font-weight: 400;
[335] Fix | Delete
position: relative;
[336] Fix | Delete
top: 0;
[337] Fix | Delete
margin-top: -18px;
[338] Fix | Delete
padding-top: 0;
[339] Fix | Delete
padding-bottom: 48px;
[340] Fix | Delete
}
[341] Fix | Delete
[342] Fix | Delete
.theme-browser .theme.add-new-theme a:hover .theme-name,
[343] Fix | Delete
.theme-browser .theme.add-new-theme a:focus .theme-name {
[344] Fix | Delete
color: #fff;
[345] Fix | Delete
z-index: 2;
[346] Fix | Delete
}
[347] Fix | Delete
[348] Fix | Delete
/**
[349] Fix | Delete
* Theme Overlay
[350] Fix | Delete
* Shown when clicking a theme
[351] Fix | Delete
*/
[352] Fix | Delete
.theme-overlay .theme-backdrop {
[353] Fix | Delete
position: absolute;
[354] Fix | Delete
left: -20px;
[355] Fix | Delete
right: 0;
[356] Fix | Delete
top: 0;
[357] Fix | Delete
bottom: 0;
[358] Fix | Delete
background: #f0f0f1;
[359] Fix | Delete
background: rgba(240, 240, 241, 0.9);
[360] Fix | Delete
z-index: 10000; /* Over WP Pointers. */
[361] Fix | Delete
}
[362] Fix | Delete
[363] Fix | Delete
.theme-overlay .theme-header {
[364] Fix | Delete
position: absolute;
[365] Fix | Delete
top: 0;
[366] Fix | Delete
left: 0;
[367] Fix | Delete
right: 0;
[368] Fix | Delete
height: 48px;
[369] Fix | Delete
border-bottom: 1px solid #dcdcde;
[370] Fix | Delete
}
[371] Fix | Delete
[372] Fix | Delete
.theme-overlay .theme-header button {
[373] Fix | Delete
padding: 0;
[374] Fix | Delete
}
[375] Fix | Delete
[376] Fix | Delete
.theme-overlay .theme-header .close {
[377] Fix | Delete
cursor: pointer;
[378] Fix | Delete
height: 48px;
[379] Fix | Delete
width: 50px;
[380] Fix | Delete
text-align: center;
[381] Fix | Delete
float: right;
[382] Fix | Delete
border: 0;
[383] Fix | Delete
border-left: 1px solid #dcdcde;
[384] Fix | Delete
background-color: transparent;
[385] Fix | Delete
transition: color .1s ease-in-out, background .1s ease-in-out;
[386] Fix | Delete
}
[387] Fix | Delete
[388] Fix | Delete
.theme-overlay .theme-header .close:before {
[389] Fix | Delete
font: normal 22px/50px dashicons !important;
[390] Fix | Delete
color: #787c82;
[391] Fix | Delete
display: inline-block;
[392] Fix | Delete
content: "\f335";
[393] Fix | Delete
font-weight: 300;
[394] Fix | Delete
}
[395] Fix | Delete
[396] Fix | Delete
/* Left and right navigation */
[397] Fix | Delete
.theme-overlay .theme-header .right,
[398] Fix | Delete
.theme-overlay .theme-header .left {
[399] Fix | Delete
cursor: pointer;
[400] Fix | Delete
color: #787c82;
[401] Fix | Delete
background-color: transparent;
[402] Fix | Delete
height: 48px;
[403] Fix | Delete
width: 54px;
[404] Fix | Delete
float: left;
[405] Fix | Delete
text-align: center;
[406] Fix | Delete
border: 0;
[407] Fix | Delete
border-right: 1px solid #dcdcde;
[408] Fix | Delete
transition: color .1s ease-in-out, background .1s ease-in-out;
[409] Fix | Delete
}
[410] Fix | Delete
[411] Fix | Delete
.theme-overlay .theme-header .close:focus,
[412] Fix | Delete
.theme-overlay .theme-header .close:hover,
[413] Fix | Delete
.theme-overlay .theme-header .right:focus,
[414] Fix | Delete
.theme-overlay .theme-header .right:hover,
[415] Fix | Delete
.theme-overlay .theme-header .left:focus,
[416] Fix | Delete
.theme-overlay .theme-header .left:hover {
[417] Fix | Delete
background: #dcdcde;
[418] Fix | Delete
border-color: #c3c4c7;
[419] Fix | Delete
color: #000;
[420] Fix | Delete
}
[421] Fix | Delete
[422] Fix | Delete
.theme-overlay .theme-header .close:focus:before,
[423] Fix | Delete
.theme-overlay .theme-header .close:hover:before {
[424] Fix | Delete
color: #000;
[425] Fix | Delete
}
[426] Fix | Delete
[427] Fix | Delete
.theme-overlay .theme-header .close:focus,
[428] Fix | Delete
.theme-overlay .theme-header .right:focus,
[429] Fix | Delete
.theme-overlay .theme-header .left:focus {
[430] Fix | Delete
box-shadow: none;
[431] Fix | Delete
outline: none;
[432] Fix | Delete
}
[433] Fix | Delete
[434] Fix | Delete
.theme-overlay .theme-header .left.disabled,
[435] Fix | Delete
.theme-overlay .theme-header .right.disabled,
[436] Fix | Delete
.theme-overlay .theme-header .left.disabled:hover,
[437] Fix | Delete
.theme-overlay .theme-header .right.disabled:hover {
[438] Fix | Delete
color: #c3c4c7;
[439] Fix | Delete
background: inherit;
[440] Fix | Delete
cursor: inherit;
[441] Fix | Delete
}
[442] Fix | Delete
[443] Fix | Delete
.theme-overlay .theme-header .right:before,
[444] Fix | Delete
.theme-overlay .theme-header .left:before {
[445] Fix | Delete
font: normal 20px/50px dashicons !important;
[446] Fix | Delete
display: inline;
[447] Fix | Delete
font-weight: 300;
[448] Fix | Delete
}
[449] Fix | Delete
[450] Fix | Delete
.theme-overlay .theme-header .left:before {
[451] Fix | Delete
content: "\f341";
[452] Fix | Delete
}
[453] Fix | Delete
[454] Fix | Delete
.theme-overlay .theme-header .right:before {
[455] Fix | Delete
content: "\f345";
[456] Fix | Delete
}
[457] Fix | Delete
[458] Fix | Delete
.theme-overlay .theme-wrap {
[459] Fix | Delete
clear: both;
[460] Fix | Delete
position: fixed;
[461] Fix | Delete
top: 9%;
[462] Fix | Delete
left: 190px;
[463] Fix | Delete
right: 30px;
[464] Fix | Delete
bottom: 3%;
[465] Fix | Delete
background: #fff;
[466] Fix | Delete
box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
[467] Fix | Delete
z-index: 10000; /* Over WP Pointers. */
[468] Fix | Delete
box-sizing: border-box;
[469] Fix | Delete
-webkit-overflow-scrolling: touch;
[470] Fix | Delete
}
[471] Fix | Delete
[472] Fix | Delete
body.folded .theme-browser ~ .theme-overlay .theme-wrap {
[473] Fix | Delete
left: 70px;
[474] Fix | Delete
}
[475] Fix | Delete
[476] Fix | Delete
.theme-overlay .theme-about {
[477] Fix | Delete
position: absolute;
[478] Fix | Delete
top: 49px;
[479] Fix | Delete
bottom: 57px;
[480] Fix | Delete
left: 0;
[481] Fix | Delete
right: 0;
[482] Fix | Delete
overflow: auto;
[483] Fix | Delete
padding: 2% 4%;
[484] Fix | Delete
}
[485] Fix | Delete
[486] Fix | Delete
.theme-overlay .theme-actions {
[487] Fix | Delete
position: absolute;
[488] Fix | Delete
text-align: center;
[489] Fix | Delete
bottom: 0;
[490] Fix | Delete
left: 0;
[491] Fix | Delete
right: 0;
[492] Fix | Delete
padding: 10px 25px 5px;
[493] Fix | Delete
background: #f6f7f7;
[494] Fix | Delete
z-index: 30;
[495] Fix | Delete
box-sizing: border-box;
[496] Fix | Delete
border-top: 1px solid #f0f0f1;
[497] Fix | Delete
}
[498] Fix | Delete
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function