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