Edit File by line
/home/zeestwma/richards.../wp-inclu.../css/dist/edit-sit...
File: posts-rtl.css
@charset "UTF-8";
[0] Fix | Delete
:root{
[1] Fix | Delete
--wp-admin-theme-color:#007cba;
[2] Fix | Delete
--wp-admin-theme-color--rgb:0, 124, 186;
[3] Fix | Delete
--wp-admin-theme-color-darker-10:#006ba1;
[4] Fix | Delete
--wp-admin-theme-color-darker-10--rgb:0, 107, 161;
[5] Fix | Delete
--wp-admin-theme-color-darker-20:#005a87;
[6] Fix | Delete
--wp-admin-theme-color-darker-20--rgb:0, 90, 135;
[7] Fix | Delete
--wp-admin-border-width-focus:2px;
[8] Fix | Delete
--wp-block-synced-color:#7a00df;
[9] Fix | Delete
--wp-block-synced-color--rgb:122, 0, 223;
[10] Fix | Delete
--wp-bound-block-color:var(--wp-block-synced-color);
[11] Fix | Delete
}
[12] Fix | Delete
@media (min-resolution:192dpi){
[13] Fix | Delete
:root{
[14] Fix | Delete
--wp-admin-border-width-focus:1.5px;
[15] Fix | Delete
}
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
.dataviews-wrapper{
[19] Fix | Delete
box-sizing:border-box;
[20] Fix | Delete
container:dataviews-wrapper/inline-size;
[21] Fix | Delete
display:flex;
[22] Fix | Delete
flex-direction:column;
[23] Fix | Delete
font-size:13px;
[24] Fix | Delete
height:100%;
[25] Fix | Delete
line-height:1.4;
[26] Fix | Delete
overflow:auto;
[27] Fix | Delete
scroll-padding-bottom:64px;
[28] Fix | Delete
}
[29] Fix | Delete
[30] Fix | Delete
.dataviews-filters__container,.dataviews__view-actions{
[31] Fix | Delete
box-sizing:border-box;
[32] Fix | Delete
flex-shrink:0;
[33] Fix | Delete
padding:16px 48px;
[34] Fix | Delete
position:sticky;
[35] Fix | Delete
right:0;
[36] Fix | Delete
}
[37] Fix | Delete
@media not (prefers-reduced-motion){
[38] Fix | Delete
.dataviews-filters__container,.dataviews__view-actions{
[39] Fix | Delete
transition:padding .1s ease-out;
[40] Fix | Delete
}
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
.dataviews-loading,.dataviews-no-results{
[44] Fix | Delete
align-items:center;
[45] Fix | Delete
display:flex;
[46] Fix | Delete
flex-grow:1;
[47] Fix | Delete
justify-content:center;
[48] Fix | Delete
padding:0 48px;
[49] Fix | Delete
}
[50] Fix | Delete
@media not (prefers-reduced-motion){
[51] Fix | Delete
.dataviews-loading,.dataviews-no-results{
[52] Fix | Delete
transition:padding .1s ease-out;
[53] Fix | Delete
}
[54] Fix | Delete
}
[55] Fix | Delete
[56] Fix | Delete
@container (max-width: 430px){
[57] Fix | Delete
.dataviews-filters__container,.dataviews__view-actions{
[58] Fix | Delete
padding:12px 24px;
[59] Fix | Delete
}
[60] Fix | Delete
.dataviews-loading,.dataviews-no-results{
[61] Fix | Delete
padding-left:24px;
[62] Fix | Delete
padding-right:24px;
[63] Fix | Delete
}
[64] Fix | Delete
}
[65] Fix | Delete
.dataviews-title-field{
[66] Fix | Delete
font-size:13px;
[67] Fix | Delete
font-weight:500;
[68] Fix | Delete
width:100%;
[69] Fix | Delete
}
[70] Fix | Delete
.dataviews-title-field,.dataviews-title-field a{
[71] Fix | Delete
color:#2f2f2f;
[72] Fix | Delete
text-overflow:ellipsis;
[73] Fix | Delete
white-space:nowrap;
[74] Fix | Delete
}
[75] Fix | Delete
.dataviews-title-field a{
[76] Fix | Delete
display:block;
[77] Fix | Delete
flex-grow:0;
[78] Fix | Delete
overflow:hidden;
[79] Fix | Delete
text-decoration:none;
[80] Fix | Delete
}
[81] Fix | Delete
.dataviews-title-field a:hover{
[82] Fix | Delete
color:var(--wp-admin-theme-color);
[83] Fix | Delete
}
[84] Fix | Delete
.dataviews-title-field a:focus{
[85] Fix | Delete
border-radius:2px;
[86] Fix | Delete
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
[87] Fix | Delete
color:var(--wp-admin-theme-color--rgb);
[88] Fix | Delete
}
[89] Fix | Delete
.dataviews-title-field button.components-button.is-link{
[90] Fix | Delete
color:#1e1e1e;
[91] Fix | Delete
display:block;
[92] Fix | Delete
font-weight:inherit;
[93] Fix | Delete
overflow:hidden;
[94] Fix | Delete
text-decoration:none;
[95] Fix | Delete
text-overflow:ellipsis;
[96] Fix | Delete
white-space:nowrap;
[97] Fix | Delete
width:100%;
[98] Fix | Delete
}
[99] Fix | Delete
.dataviews-title-field button.components-button.is-link:hover{
[100] Fix | Delete
color:var(--wp-admin-theme-color);
[101] Fix | Delete
}
[102] Fix | Delete
[103] Fix | Delete
.dataviews-title-field--clickable{
[104] Fix | Delete
color:#2f2f2f;
[105] Fix | Delete
cursor:pointer;
[106] Fix | Delete
}
[107] Fix | Delete
.dataviews-title-field--clickable:hover{
[108] Fix | Delete
color:var(--wp-admin-theme-color);
[109] Fix | Delete
}
[110] Fix | Delete
.dataviews-title-field--clickable:focus{
[111] Fix | Delete
border-radius:2px;
[112] Fix | Delete
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
[113] Fix | Delete
color:var(--wp-admin-theme-color--rgb);
[114] Fix | Delete
}
[115] Fix | Delete
[116] Fix | Delete
.dataviews-bulk-actions-footer__item-count{
[117] Fix | Delete
color:#1e1e1e;
[118] Fix | Delete
font-size:11px;
[119] Fix | Delete
font-weight:500;
[120] Fix | Delete
text-transform:uppercase;
[121] Fix | Delete
}
[122] Fix | Delete
[123] Fix | Delete
.dataviews-bulk-actions-footer__container{
[124] Fix | Delete
margin-left:auto;
[125] Fix | Delete
min-height:32px;
[126] Fix | Delete
}
[127] Fix | Delete
[128] Fix | Delete
.dataviews-filters__button{
[129] Fix | Delete
position:relative;
[130] Fix | Delete
}
[131] Fix | Delete
[132] Fix | Delete
.dataviews-filters__container{
[133] Fix | Delete
padding-top:0;
[134] Fix | Delete
}
[135] Fix | Delete
[136] Fix | Delete
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{
[137] Fix | Delete
opacity:0;
[138] Fix | Delete
}
[139] Fix | Delete
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{
[140] Fix | Delete
opacity:1;
[141] Fix | Delete
}
[142] Fix | Delete
[143] Fix | Delete
.dataviews-filters__summary-popover{
[144] Fix | Delete
font-size:13px;
[145] Fix | Delete
line-height:1.4;
[146] Fix | Delete
}
[147] Fix | Delete
.dataviews-filters__summary-popover .components-popover__content{
[148] Fix | Delete
border-radius:4px;
[149] Fix | Delete
width:230px;
[150] Fix | Delete
}
[151] Fix | Delete
.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{
[152] Fix | Delete
padding:0;
[153] Fix | Delete
}
[154] Fix | Delete
[155] Fix | Delete
.dataviews-filters__summary-operators-container{
[156] Fix | Delete
padding:8px 8px 0;
[157] Fix | Delete
}
[158] Fix | Delete
.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){
[159] Fix | Delete
border-bottom:1px solid #e0e0e0;
[160] Fix | Delete
padding-bottom:8px;
[161] Fix | Delete
}
[162] Fix | Delete
.dataviews-filters__summary-operators-container:empty{
[163] Fix | Delete
display:none;
[164] Fix | Delete
}
[165] Fix | Delete
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{
[166] Fix | Delete
color:#757575;
[167] Fix | Delete
}
[168] Fix | Delete
[169] Fix | Delete
.dataviews-filters__summary-chip-container{
[170] Fix | Delete
position:relative;
[171] Fix | Delete
white-space:pre-wrap;
[172] Fix | Delete
}
[173] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{
[174] Fix | Delete
align-items:center;
[175] Fix | Delete
background:#f0f0f0;
[176] Fix | Delete
border:1px solid #0000;
[177] Fix | Delete
border-radius:16px;
[178] Fix | Delete
box-sizing:border-box;
[179] Fix | Delete
color:#2f2f2f;
[180] Fix | Delete
cursor:pointer;
[181] Fix | Delete
display:flex;
[182] Fix | Delete
min-height:32px;
[183] Fix | Delete
padding:4px 12px;
[184] Fix | Delete
position:relative;
[185] Fix | Delete
}
[186] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{
[187] Fix | Delete
padding-inline-end:28px;
[188] Fix | Delete
}
[189] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{
[190] Fix | Delete
background:#e0e0e0;
[191] Fix | Delete
color:#1e1e1e;
[192] Fix | Delete
}
[193] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{
[194] Fix | Delete
background:rgba(var(--wp-admin-theme-color--rgb), .04);
[195] Fix | Delete
color:var(--wp-admin-theme-color);
[196] Fix | Delete
}
[197] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{
[198] Fix | Delete
background:rgba(var(--wp-admin-theme-color--rgb), .12);
[199] Fix | Delete
}
[200] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{
[201] Fix | Delete
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[202] Fix | Delete
outline:none;
[203] Fix | Delete
}
[204] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{
[205] Fix | Delete
font-weight:500;
[206] Fix | Delete
}
[207] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{
[208] Fix | Delete
align-items:center;
[209] Fix | Delete
background:#0000;
[210] Fix | Delete
border:0;
[211] Fix | Delete
border-radius:50%;
[212] Fix | Delete
cursor:pointer;
[213] Fix | Delete
display:flex;
[214] Fix | Delete
height:24px;
[215] Fix | Delete
justify-content:center;
[216] Fix | Delete
left:4px;
[217] Fix | Delete
padding:0;
[218] Fix | Delete
position:absolute;
[219] Fix | Delete
top:50%;
[220] Fix | Delete
transform:translateY(-50%);
[221] Fix | Delete
width:24px;
[222] Fix | Delete
}
[223] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{
[224] Fix | Delete
fill:#757575;
[225] Fix | Delete
}
[226] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{
[227] Fix | Delete
background:#e0e0e0;
[228] Fix | Delete
}
[229] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{
[230] Fix | Delete
fill:#1e1e1e;
[231] Fix | Delete
}
[232] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{
[233] Fix | Delete
fill:var(--wp-admin-theme-color);
[234] Fix | Delete
}
[235] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{
[236] Fix | Delete
background:rgba(var(--wp-admin-theme-color--rgb), .08);
[237] Fix | Delete
}
[238] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{
[239] Fix | Delete
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[240] Fix | Delete
outline:none;
[241] Fix | Delete
}
[242] Fix | Delete
[243] Fix | Delete
.dataviews-filters__search-widget-filter-combobox-list{
[244] Fix | Delete
border-top:1px solid #e0e0e0;
[245] Fix | Delete
max-height:184px;
[246] Fix | Delete
overflow:auto;
[247] Fix | Delete
padding:4px;
[248] Fix | Delete
}
[249] Fix | Delete
.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{
[250] Fix | Delete
font-weight:600;
[251] Fix | Delete
}
[252] Fix | Delete
[253] Fix | Delete
.dataviews-filters__search-widget-listbox{
[254] Fix | Delete
overflow:auto;
[255] Fix | Delete
padding:4px;
[256] Fix | Delete
}
[257] Fix | Delete
[258] Fix | Delete
.dataviews-filters__search-widget-listitem{
[259] Fix | Delete
align-items:center;
[260] Fix | Delete
border-radius:2px;
[261] Fix | Delete
box-sizing:border-box;
[262] Fix | Delete
cursor:default;
[263] Fix | Delete
display:flex;
[264] Fix | Delete
gap:8px;
[265] Fix | Delete
margin-block-end:2px;
[266] Fix | Delete
padding:8px 12px;
[267] Fix | Delete
}
[268] Fix | Delete
.dataviews-filters__search-widget-listitem:last-child{
[269] Fix | Delete
margin-block-end:0;
[270] Fix | Delete
}
[271] Fix | Delete
.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{
[272] Fix | Delete
background-color:var(--wp-admin-theme-color);
[273] Fix | Delete
color:#fff;
[274] Fix | Delete
}
[275] Fix | Delete
.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{
[276] Fix | Delete
fill:#fff;
[277] Fix | Delete
}
[278] Fix | Delete
.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{
[279] Fix | Delete
color:#fff;
[280] Fix | Delete
}
[281] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{
[282] Fix | Delete
flex-shrink:0;
[283] Fix | Delete
height:24px;
[284] Fix | Delete
width:24px;
[285] Fix | Delete
}
[286] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{
[287] Fix | Delete
color:#757575;
[288] Fix | Delete
display:block;
[289] Fix | Delete
font-size:12px;
[290] Fix | Delete
line-height:16px;
[291] Fix | Delete
overflow:hidden;
[292] Fix | Delete
text-overflow:ellipsis;
[293] Fix | Delete
}
[294] Fix | Delete
[295] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper{
[296] Fix | Delete
padding:8px;
[297] Fix | Delete
position:relative;
[298] Fix | Delete
}
[299] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{
[300] Fix | Delete
background:#f0f0f0;
[301] Fix | Delete
border:none;
[302] Fix | Delete
border-radius:2px;
[303] Fix | Delete
box-shadow:0 0 0 #0000;
[304] Fix | Delete
display:block;
[305] Fix | Delete
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
[306] Fix | Delete
font-size:16px;
[307] Fix | Delete
height:32px;
[308] Fix | Delete
line-height:normal;
[309] Fix | Delete
margin-left:0;
[310] Fix | Delete
margin-right:0;
[311] Fix | Delete
padding:0 8px 0 32px;
[312] Fix | Delete
width:100%;
[313] Fix | Delete
}
[314] Fix | Delete
@media not (prefers-reduced-motion){
[315] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{
[316] Fix | Delete
transition:box-shadow .1s linear;
[317] Fix | Delete
}
[318] Fix | Delete
}
[319] Fix | Delete
@media (min-width:600px){
[320] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{
[321] Fix | Delete
font-size:13px;
[322] Fix | Delete
line-height:normal;
[323] Fix | Delete
}
[324] Fix | Delete
}
[325] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{
[326] Fix | Delete
border-color:var(--wp-admin-theme-color);
[327] Fix | Delete
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
[328] Fix | Delete
outline:2px solid #0000;
[329] Fix | Delete
}
[330] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{
[331] Fix | Delete
color:#1e1e1e9e;
[332] Fix | Delete
}
[333] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{
[334] Fix | Delete
color:#1e1e1e9e;
[335] Fix | Delete
}
[336] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{
[337] Fix | Delete
color:#1e1e1e9e;
[338] Fix | Delete
}
[339] Fix | Delete
@media (min-width:600px){
[340] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{
[341] Fix | Delete
font-size:13px;
[342] Fix | Delete
}
[343] Fix | Delete
}
[344] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{
[345] Fix | Delete
background:#fff;
[346] Fix | Delete
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[347] Fix | Delete
}
[348] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{
[349] Fix | Delete
color:#757575;
[350] Fix | Delete
}
[351] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{
[352] Fix | Delete
-webkit-appearance:none;
[353] Fix | Delete
}
[354] Fix | Delete
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{
[355] Fix | Delete
align-items:center;
[356] Fix | Delete
display:flex;
[357] Fix | Delete
justify-content:center;
[358] Fix | Delete
left:12px;
[359] Fix | Delete
position:absolute;
[360] Fix | Delete
top:50%;
[361] Fix | Delete
transform:translateY(-50%);
[362] Fix | Delete
width:24px;
[363] Fix | Delete
}
[364] Fix | Delete
[365] Fix | Delete
.dataviews-filters__container-visibility-toggle{
[366] Fix | Delete
flex-shrink:0;
[367] Fix | Delete
position:relative;
[368] Fix | Delete
}
[369] Fix | Delete
[370] Fix | Delete
.dataviews-filters-toggle__count{
[371] Fix | Delete
background:var(--wp-admin-theme-color, #3858e9);
[372] Fix | Delete
border-radius:8px;
[373] Fix | Delete
box-sizing:border-box;
[374] Fix | Delete
color:#fff;
[375] Fix | Delete
font-size:11px;
[376] Fix | Delete
height:16px;
[377] Fix | Delete
left:0;
[378] Fix | Delete
line-height:16px;
[379] Fix | Delete
min-width:16px;
[380] Fix | Delete
outline:var(--wp-admin-border-width-focus) solid #fff;
[381] Fix | Delete
padding:0 4px;
[382] Fix | Delete
position:absolute;
[383] Fix | Delete
text-align:center;
[384] Fix | Delete
top:0;
[385] Fix | Delete
transform:translate(-50%, -50%);
[386] Fix | Delete
}
[387] Fix | Delete
[388] Fix | Delete
.dataviews-search{
[389] Fix | Delete
width:fit-content;
[390] Fix | Delete
}
[391] Fix | Delete
[392] Fix | Delete
.dataviews-footer{
[393] Fix | Delete
background-color:#fff;
[394] Fix | Delete
border-top:1px solid #f0f0f0;
[395] Fix | Delete
bottom:0;
[396] Fix | Delete
flex-shrink:0;
[397] Fix | Delete
padding:12px 48px;
[398] Fix | Delete
position:sticky;
[399] Fix | Delete
right:0;
[400] Fix | Delete
z-index:2;
[401] Fix | Delete
}
[402] Fix | Delete
@media not (prefers-reduced-motion){
[403] Fix | Delete
.dataviews-footer{
[404] Fix | Delete
transition:padding .1s ease-out;
[405] Fix | Delete
}
[406] Fix | Delete
}
[407] Fix | Delete
[408] Fix | Delete
@container (max-width: 430px){
[409] Fix | Delete
.dataviews-footer{
[410] Fix | Delete
padding:12px 24px;
[411] Fix | Delete
}
[412] Fix | Delete
}
[413] Fix | Delete
@container (max-width: 560px){
[414] Fix | Delete
.dataviews-footer{
[415] Fix | Delete
flex-direction:column !important;
[416] Fix | Delete
}
[417] Fix | Delete
.dataviews-footer .dataviews-bulk-actions-footer__container{
[418] Fix | Delete
width:100%;
[419] Fix | Delete
}
[420] Fix | Delete
.dataviews-footer .dataviews-bulk-actions-footer__item-count{
[421] Fix | Delete
flex-grow:1;
[422] Fix | Delete
}
[423] Fix | Delete
.dataviews-footer .dataviews-pagination{
[424] Fix | Delete
justify-content:space-between;
[425] Fix | Delete
width:100%;
[426] Fix | Delete
}
[427] Fix | Delete
}
[428] Fix | Delete
.dataviews-pagination__page-select{
[429] Fix | Delete
font-size:11px;
[430] Fix | Delete
font-weight:500;
[431] Fix | Delete
text-transform:uppercase;
[432] Fix | Delete
}
[433] Fix | Delete
@media (min-width:600px){
[434] Fix | Delete
.dataviews-pagination__page-select .components-select-control__input{
[435] Fix | Delete
font-size:11px !important;
[436] Fix | Delete
font-weight:500;
[437] Fix | Delete
}
[438] Fix | Delete
}
[439] Fix | Delete
[440] Fix | Delete
.dataviews-action-modal{
[441] Fix | Delete
z-index:1000001;
[442] Fix | Delete
}
[443] Fix | Delete
[444] Fix | Delete
.dataviews-selection-checkbox{
[445] Fix | Delete
--checkbox-input-size:24px;
[446] Fix | Delete
flex-shrink:0;
[447] Fix | Delete
line-height:0;
[448] Fix | Delete
}
[449] Fix | Delete
@media (min-width:600px){
[450] Fix | Delete
.dataviews-selection-checkbox{
[451] Fix | Delete
--checkbox-input-size:16px;
[452] Fix | Delete
}
[453] Fix | Delete
}
[454] Fix | Delete
.dataviews-selection-checkbox .components-checkbox-control__input-container{
[455] Fix | Delete
margin:0;
[456] Fix | Delete
}
[457] Fix | Delete
[458] Fix | Delete
.dataviews-view-config{
[459] Fix | Delete
container-type:inline-size;
[460] Fix | Delete
font-size:13px;
[461] Fix | Delete
line-height:1.4;
[462] Fix | Delete
width:320px;
[463] Fix | Delete
}
[464] Fix | Delete
[465] Fix | Delete
.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{
[466] Fix | Delete
height:100%;
[467] Fix | Delete
overflow-y:scroll;
[468] Fix | Delete
}
[469] Fix | Delete
.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{
[470] Fix | Delete
width:auto;
[471] Fix | Delete
}
[472] Fix | Delete
[473] Fix | Delete
.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{
[474] Fix | Delete
text-transform:uppercase;
[475] Fix | Delete
}
[476] Fix | Delete
[477] Fix | Delete
.dataviews-settings-section__title.dataviews-settings-section__title{
[478] Fix | Delete
font-size:15px;
[479] Fix | Delete
line-height:24px;
[480] Fix | Delete
}
[481] Fix | Delete
[482] Fix | Delete
.dataviews-settings-section__sidebar{
[483] Fix | Delete
grid-column:span 4;
[484] Fix | Delete
}
[485] Fix | Delete
[486] Fix | Delete
.dataviews-settings-section__content,.dataviews-settings-section__content>*{
[487] Fix | Delete
grid-column:span 8;
[488] Fix | Delete
}
[489] Fix | Delete
[490] Fix | Delete
.dataviews-settings-section__content .is-divided-in-two{
[491] Fix | Delete
display:contents;
[492] Fix | Delete
}
[493] Fix | Delete
.dataviews-settings-section__content .is-divided-in-two>*{
[494] Fix | Delete
grid-column:span 4;
[495] Fix | Delete
}
[496] Fix | Delete
[497] Fix | Delete
.dataviews-settings-section:has(.dataviews-settings-section__content:empty){
[498] Fix | Delete
display:none;
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function