Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/embedpre.../assets/pdf/web
File: viewer.css
/* Copyright 2014 Mozilla Foundation
[0] Fix | Delete
*
[1] Fix | Delete
* Licensed under the Apache License, Version 2.0 (the "License");
[2] Fix | Delete
* you may not use this file except in compliance with the License.
[3] Fix | Delete
* You may obtain a copy of the License at
[4] Fix | Delete
*
[5] Fix | Delete
* http://www.apache.org/licenses/LICENSE-2.0
[6] Fix | Delete
*
[7] Fix | Delete
* Unless required by applicable law or agreed to in writing, software
[8] Fix | Delete
* distributed under the License is distributed on an "AS IS" BASIS,
[9] Fix | Delete
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[10] Fix | Delete
* See the License for the specific language governing permissions and
[11] Fix | Delete
* limitations under the License.
[12] Fix | Delete
*/
[13] Fix | Delete
[14] Fix | Delete
.dialog{
[15] Fix | Delete
--dialog-bg-color:white;
[16] Fix | Delete
--dialog-border-color:white;
[17] Fix | Delete
--dialog-shadow:0 2px 14px 0 rgb(58 57 68 / 0.2);
[18] Fix | Delete
--text-primary-color:#15141a;
[19] Fix | Delete
--text-secondary-color:#5b5b66;
[20] Fix | Delete
--hover-filter:brightness(0.9);
[21] Fix | Delete
--focus-ring-color:#0060df;
[22] Fix | Delete
--focus-ring-outline:2px solid var(--focus-ring-color);
[23] Fix | Delete
[24] Fix | Delete
--textarea-border-color:#8f8f9d;
[25] Fix | Delete
--textarea-bg-color:white;
[26] Fix | Delete
--textarea-fg-color:var(--text-secondary-color);
[27] Fix | Delete
[28] Fix | Delete
--radio-bg-color:#f0f0f4;
[29] Fix | Delete
--radio-checked-bg-color:#fbfbfe;
[30] Fix | Delete
--radio-border-color:#8f8f9d;
[31] Fix | Delete
--radio-checked-border-color:#0060df;
[32] Fix | Delete
[33] Fix | Delete
--button-secondary-bg-color:#f0f0f4;
[34] Fix | Delete
--button-secondary-fg-color:var(--text-primary-color);
[35] Fix | Delete
--button-secondary-border-color:var(--button-secondary-bg-color);
[36] Fix | Delete
--button-secondary-hover-bg-color:var(--button-secondary-bg-color);
[37] Fix | Delete
--button-secondary-hover-fg-color:var(--button-secondary-fg-color);
[38] Fix | Delete
--button-secondary-hover-border-color:var(--button-secondary-hover-bg-color);
[39] Fix | Delete
[40] Fix | Delete
--button-primary-bg-color:#0060df;
[41] Fix | Delete
--button-primary-fg-color:#fbfbfe;
[42] Fix | Delete
--button-primary-hover-bg-color:var(--button-primary-bg-color);
[43] Fix | Delete
--button-primary-hover-fg-color:var(--button-primary-fg-color);
[44] Fix | Delete
--button-primary-hover-border-color:var(--button-primary-hover-bg-color);
[45] Fix | Delete
[46] Fix | Delete
font:message-box;
[47] Fix | Delete
font-size:13px;
[48] Fix | Delete
font-weight:400;
[49] Fix | Delete
line-height:150%;
[50] Fix | Delete
border-radius:4px;
[51] Fix | Delete
padding:12px 16px;
[52] Fix | Delete
border:1px solid var(--dialog-border-color);
[53] Fix | Delete
background:var(--dialog-bg-color);
[54] Fix | Delete
color:var(--text-primary-color);
[55] Fix | Delete
box-shadow:var(--dialog-shadow);
[56] Fix | Delete
}
[57] Fix | Delete
[58] Fix | Delete
@media (prefers-color-scheme: dark){
[59] Fix | Delete
[60] Fix | Delete
:where(html:not(.is-light)) .dialog{
[61] Fix | Delete
--dialog-bg-color:#1c1b22;
[62] Fix | Delete
--dialog-border-color:#1c1b22;
[63] Fix | Delete
--dialog-shadow:0 2px 14px 0 #15141a;
[64] Fix | Delete
--text-primary-color:#fbfbfe;
[65] Fix | Delete
--text-secondary-color:#cfcfd8;
[66] Fix | Delete
--focus-ring-color:#0df;
[67] Fix | Delete
--hover-filter:brightness(1.4);
[68] Fix | Delete
[69] Fix | Delete
--textarea-bg-color:#42414d;
[70] Fix | Delete
[71] Fix | Delete
--radio-bg-color:#2b2a33;
[72] Fix | Delete
--radio-checked-bg-color:#15141a;
[73] Fix | Delete
--radio-checked-border-color:#0df;
[74] Fix | Delete
[75] Fix | Delete
--button-secondary-bg-color:#2b2a33;
[76] Fix | Delete
--button-primary-bg-color:#0df;
[77] Fix | Delete
--button-primary-fg-color:#15141a;
[78] Fix | Delete
}
[79] Fix | Delete
}
[80] Fix | Delete
[81] Fix | Delete
:where(html.is-dark) .dialog{
[82] Fix | Delete
--dialog-bg-color:#1c1b22;
[83] Fix | Delete
--dialog-border-color:#1c1b22;
[84] Fix | Delete
--dialog-shadow:0 2px 14px 0 #15141a;
[85] Fix | Delete
--text-primary-color:#fbfbfe;
[86] Fix | Delete
--text-secondary-color:#cfcfd8;
[87] Fix | Delete
--focus-ring-color:#0df;
[88] Fix | Delete
--hover-filter:brightness(1.4);
[89] Fix | Delete
[90] Fix | Delete
--textarea-bg-color:#42414d;
[91] Fix | Delete
[92] Fix | Delete
--radio-bg-color:#2b2a33;
[93] Fix | Delete
--radio-checked-bg-color:#15141a;
[94] Fix | Delete
--radio-checked-border-color:#0df;
[95] Fix | Delete
[96] Fix | Delete
--button-secondary-bg-color:#2b2a33;
[97] Fix | Delete
--button-primary-bg-color:#0df;
[98] Fix | Delete
--button-primary-fg-color:#15141a;
[99] Fix | Delete
}
[100] Fix | Delete
[101] Fix | Delete
@media screen and (forced-colors: active){
[102] Fix | Delete
[103] Fix | Delete
.dialog{
[104] Fix | Delete
--dialog-bg-color:Canvas;
[105] Fix | Delete
--dialog-border-color:CanvasText;
[106] Fix | Delete
--dialog-shadow:none;
[107] Fix | Delete
--text-primary-color:CanvasText;
[108] Fix | Delete
--text-secondary-color:CanvasText;
[109] Fix | Delete
--hover-filter:none;
[110] Fix | Delete
--focus-ring-color:ButtonBorder;
[111] Fix | Delete
[112] Fix | Delete
--textarea-border-color:ButtonBorder;
[113] Fix | Delete
--textarea-bg-color:Field;
[114] Fix | Delete
--textarea-fg-color:ButtonText;
[115] Fix | Delete
[116] Fix | Delete
--radio-bg-color:ButtonFace;
[117] Fix | Delete
--radio-checked-bg-color:ButtonFace;
[118] Fix | Delete
--radio-border-color:ButtonText;
[119] Fix | Delete
--radio-checked-border-color:ButtonText;
[120] Fix | Delete
[121] Fix | Delete
--button-secondary-bg-color:ButtonFace;
[122] Fix | Delete
--button-secondary-fg-color:ButtonText;
[123] Fix | Delete
--button-secondary-border-color:ButtonText;
[124] Fix | Delete
--button-secondary-hover-bg-color:AccentColor;
[125] Fix | Delete
--button-secondary-hover-fg-color:AccentColorText;
[126] Fix | Delete
[127] Fix | Delete
--button-primary-bg-color:ButtonText;
[128] Fix | Delete
--button-primary-fg-color:ButtonFace;
[129] Fix | Delete
--button-primary-hover-bg-color:AccentColor;
[130] Fix | Delete
--button-primary-hover-fg-color:AccentColorText;
[131] Fix | Delete
}
[132] Fix | Delete
}
[133] Fix | Delete
[134] Fix | Delete
.dialog .mainContainer *:focus-visible{
[135] Fix | Delete
outline:var(--focus-ring-outline);
[136] Fix | Delete
outline-offset:2px;
[137] Fix | Delete
}
[138] Fix | Delete
[139] Fix | Delete
.dialog .mainContainer .radio{
[140] Fix | Delete
display:flex;
[141] Fix | Delete
flex-direction:column;
[142] Fix | Delete
align-items:flex-start;
[143] Fix | Delete
gap:4px;
[144] Fix | Delete
}
[145] Fix | Delete
[146] Fix | Delete
.dialog .mainContainer .radio > .radioButton{
[147] Fix | Delete
display:flex;
[148] Fix | Delete
gap:8px;
[149] Fix | Delete
align-self:stretch;
[150] Fix | Delete
align-items:center;
[151] Fix | Delete
}
[152] Fix | Delete
[153] Fix | Delete
.dialog .mainContainer .radio > .radioButton input{
[154] Fix | Delete
-webkit-appearance:none;
[155] Fix | Delete
-moz-appearance:none;
[156] Fix | Delete
appearance:none;
[157] Fix | Delete
box-sizing:border-box;
[158] Fix | Delete
width:16px;
[159] Fix | Delete
height:16px;
[160] Fix | Delete
border-radius:50%;
[161] Fix | Delete
background-color:var(--radio-bg-color);
[162] Fix | Delete
border:1px solid var(--radio-border-color);
[163] Fix | Delete
}
[164] Fix | Delete
[165] Fix | Delete
.dialog .mainContainer .radio > .radioButton input:hover{
[166] Fix | Delete
filter:var(--hover-filter);
[167] Fix | Delete
}
[168] Fix | Delete
[169] Fix | Delete
.dialog .mainContainer .radio > .radioButton input:checked{
[170] Fix | Delete
background-color:var(--radio-checked-bg-color);
[171] Fix | Delete
border:4px solid var(--radio-checked-border-color);
[172] Fix | Delete
}
[173] Fix | Delete
[174] Fix | Delete
.dialog .mainContainer .radio > .radioLabel{
[175] Fix | Delete
display:flex;
[176] Fix | Delete
padding-inline-start:24px;
[177] Fix | Delete
align-items:flex-start;
[178] Fix | Delete
gap:10px;
[179] Fix | Delete
align-self:stretch;
[180] Fix | Delete
}
[181] Fix | Delete
[182] Fix | Delete
.dialog .mainContainer .radio > .radioLabel > span{
[183] Fix | Delete
flex:1 0 0;
[184] Fix | Delete
font-size:11px;
[185] Fix | Delete
color:var(--text-secondary-color);
[186] Fix | Delete
}
[187] Fix | Delete
[188] Fix | Delete
.dialog .mainContainer button{
[189] Fix | Delete
border-radius:4px;
[190] Fix | Delete
border:1px solid;
[191] Fix | Delete
font:menu;
[192] Fix | Delete
font-weight:600;
[193] Fix | Delete
padding:4px 16px;
[194] Fix | Delete
width:auto;
[195] Fix | Delete
height:32px;
[196] Fix | Delete
}
[197] Fix | Delete
[198] Fix | Delete
.dialog .mainContainer button:hover{
[199] Fix | Delete
cursor:pointer;
[200] Fix | Delete
filter:var(--hover-filter);
[201] Fix | Delete
}
[202] Fix | Delete
[203] Fix | Delete
.dialog .mainContainer button.secondaryButton{
[204] Fix | Delete
color:var(--button-secondary-fg-color);
[205] Fix | Delete
background-color:var(--button-secondary-bg-color);
[206] Fix | Delete
border-color:var(--button-secondary-border-color);
[207] Fix | Delete
}
[208] Fix | Delete
[209] Fix | Delete
.dialog .mainContainer button.secondaryButton:hover{
[210] Fix | Delete
color:var(--button-secondary-hover-fg-color);
[211] Fix | Delete
background-color:var(--button-secondary-hover-bg-color);
[212] Fix | Delete
border-color:var(--button-secondary-hover-border-color);
[213] Fix | Delete
}
[214] Fix | Delete
[215] Fix | Delete
.dialog .mainContainer button.primaryButton{
[216] Fix | Delete
color:var(--button-primary-hover-fg-color);
[217] Fix | Delete
background-color:var(--button-primary-hover-bg-color);
[218] Fix | Delete
border-color:var(--button-primary-hover-border-color);
[219] Fix | Delete
opacity:1;
[220] Fix | Delete
}
[221] Fix | Delete
[222] Fix | Delete
.dialog .mainContainer button.primaryButton:hover{
[223] Fix | Delete
color:var(--button-primary-hover-fg-color);
[224] Fix | Delete
background-color:var(--button-primary-hover-bg-color);
[225] Fix | Delete
border-color:var(--button-primary-hover-border-color);
[226] Fix | Delete
}
[227] Fix | Delete
[228] Fix | Delete
.dialog .mainContainer textarea{
[229] Fix | Delete
font:inherit;
[230] Fix | Delete
padding:8px;
[231] Fix | Delete
resize:none;
[232] Fix | Delete
margin:0;
[233] Fix | Delete
box-sizing:border-box;
[234] Fix | Delete
border-radius:4px;
[235] Fix | Delete
border:1px solid var(--textarea-border-color);
[236] Fix | Delete
background:var(--textarea-bg-color);
[237] Fix | Delete
color:var(--textarea-fg-color);
[238] Fix | Delete
}
[239] Fix | Delete
[240] Fix | Delete
.dialog .mainContainer textarea:focus{
[241] Fix | Delete
outline-offset:0;
[242] Fix | Delete
border-color:transparent;
[243] Fix | Delete
}
[244] Fix | Delete
[245] Fix | Delete
.dialog .mainContainer textarea:disabled{
[246] Fix | Delete
pointer-events:none;
[247] Fix | Delete
opacity:0.4;
[248] Fix | Delete
}
[249] Fix | Delete
[250] Fix | Delete
.textLayer{
[251] Fix | Delete
position:absolute;
[252] Fix | Delete
text-align:initial;
[253] Fix | Delete
inset:0;
[254] Fix | Delete
overflow:clip;
[255] Fix | Delete
opacity:1;
[256] Fix | Delete
line-height:1;
[257] Fix | Delete
-webkit-text-size-adjust:none;
[258] Fix | Delete
-moz-text-size-adjust:none;
[259] Fix | Delete
text-size-adjust:none;
[260] Fix | Delete
forced-color-adjust:none;
[261] Fix | Delete
transform-origin:0 0;
[262] Fix | Delete
caret-color:CanvasText;
[263] Fix | Delete
z-index:0;
[264] Fix | Delete
}
[265] Fix | Delete
[266] Fix | Delete
.textLayer.highlighting{
[267] Fix | Delete
touch-action:none;
[268] Fix | Delete
}
[269] Fix | Delete
[270] Fix | Delete
.textLayer :is(span, br){
[271] Fix | Delete
color:transparent;
[272] Fix | Delete
position:absolute;
[273] Fix | Delete
white-space:pre;
[274] Fix | Delete
cursor:text;
[275] Fix | Delete
transform-origin:0% 0%;
[276] Fix | Delete
}
[277] Fix | Delete
[278] Fix | Delete
.textLayer > :not(.markedContent),
[279] Fix | Delete
.textLayer .markedContent span:not(.markedContent){
[280] Fix | Delete
z-index:1;
[281] Fix | Delete
}
[282] Fix | Delete
[283] Fix | Delete
.textLayer span.markedContent{
[284] Fix | Delete
top:0;
[285] Fix | Delete
height:0;
[286] Fix | Delete
}
[287] Fix | Delete
[288] Fix | Delete
.textLayer .highlight{
[289] Fix | Delete
--highlight-bg-color:rgb(180 0 170 / 0.25);
[290] Fix | Delete
--highlight-selected-bg-color:rgb(0 100 0 / 0.25);
[291] Fix | Delete
--highlight-backdrop-filter:none;
[292] Fix | Delete
--highlight-selected-backdrop-filter:none;
[293] Fix | Delete
[294] Fix | Delete
margin:-1px;
[295] Fix | Delete
padding:1px;
[296] Fix | Delete
background-color:var(--highlight-bg-color);
[297] Fix | Delete
-webkit-backdrop-filter:var(--highlight-backdrop-filter);
[298] Fix | Delete
backdrop-filter:var(--highlight-backdrop-filter);
[299] Fix | Delete
border-radius:4px;
[300] Fix | Delete
}
[301] Fix | Delete
[302] Fix | Delete
@media screen and (forced-colors: active){
[303] Fix | Delete
[304] Fix | Delete
.textLayer .highlight{
[305] Fix | Delete
--highlight-bg-color:transparent;
[306] Fix | Delete
--highlight-selected-bg-color:transparent;
[307] Fix | Delete
--highlight-backdrop-filter:var(--hcm-highlight-filter);
[308] Fix | Delete
--highlight-selected-backdrop-filter:var(
[309] Fix | Delete
--hcm-highlight-selected-filter
[310] Fix | Delete
);
[311] Fix | Delete
}
[312] Fix | Delete
}
[313] Fix | Delete
[314] Fix | Delete
.textLayer .highlight.appended{
[315] Fix | Delete
position:initial;
[316] Fix | Delete
}
[317] Fix | Delete
[318] Fix | Delete
.textLayer .highlight.begin{
[319] Fix | Delete
border-radius:4px 0 0 4px;
[320] Fix | Delete
}
[321] Fix | Delete
[322] Fix | Delete
.textLayer .highlight.end{
[323] Fix | Delete
border-radius:0 4px 4px 0;
[324] Fix | Delete
}
[325] Fix | Delete
[326] Fix | Delete
.textLayer .highlight.middle{
[327] Fix | Delete
border-radius:0;
[328] Fix | Delete
}
[329] Fix | Delete
[330] Fix | Delete
.textLayer .highlight.selected{
[331] Fix | Delete
background-color:var(--highlight-selected-bg-color);
[332] Fix | Delete
-webkit-backdrop-filter:var(--highlight-selected-backdrop-filter);
[333] Fix | Delete
backdrop-filter:var(--highlight-selected-backdrop-filter);
[334] Fix | Delete
}
[335] Fix | Delete
[336] Fix | Delete
.textLayer ::-moz-selection{
[337] Fix | Delete
background:rgba(0 0 255 / 0.25);
[338] Fix | Delete
background:color-mix(in srgb, AccentColor, transparent 75%);
[339] Fix | Delete
}
[340] Fix | Delete
[341] Fix | Delete
.textLayer ::selection{
[342] Fix | Delete
background:rgba(0 0 255 / 0.25);
[343] Fix | Delete
background:color-mix(in srgb, AccentColor, transparent 75%);
[344] Fix | Delete
}
[345] Fix | Delete
[346] Fix | Delete
.textLayer br::-moz-selection{
[347] Fix | Delete
background:transparent;
[348] Fix | Delete
}
[349] Fix | Delete
[350] Fix | Delete
.textLayer br::selection{
[351] Fix | Delete
background:transparent;
[352] Fix | Delete
}
[353] Fix | Delete
[354] Fix | Delete
.textLayer .endOfContent{
[355] Fix | Delete
display:block;
[356] Fix | Delete
position:absolute;
[357] Fix | Delete
inset:100% 0 0;
[358] Fix | Delete
z-index:0;
[359] Fix | Delete
cursor:default;
[360] Fix | Delete
-webkit-user-select:none;
[361] Fix | Delete
-moz-user-select:none;
[362] Fix | Delete
user-select:none;
[363] Fix | Delete
}
[364] Fix | Delete
[365] Fix | Delete
.textLayer .endOfContent.active{
[366] Fix | Delete
top:0;
[367] Fix | Delete
}
[368] Fix | Delete
[369] Fix | Delete
.annotationLayer{
[370] Fix | Delete
--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
[371] Fix | Delete
--input-focus-border-color:Highlight;
[372] Fix | Delete
--input-focus-outline:1px solid Canvas;
[373] Fix | Delete
--input-unfocused-border-color:transparent;
[374] Fix | Delete
--input-disabled-border-color:transparent;
[375] Fix | Delete
--input-hover-border-color:black;
[376] Fix | Delete
--link-outline:none;
[377] Fix | Delete
[378] Fix | Delete
position:absolute;
[379] Fix | Delete
top:0;
[380] Fix | Delete
left:0;
[381] Fix | Delete
pointer-events:none;
[382] Fix | Delete
transform-origin:0 0;
[383] Fix | Delete
}
[384] Fix | Delete
[385] Fix | Delete
@media screen and (forced-colors: active){
[386] Fix | Delete
[387] Fix | Delete
.annotationLayer{
[388] Fix | Delete
--input-focus-border-color:CanvasText;
[389] Fix | Delete
--input-unfocused-border-color:ActiveText;
[390] Fix | Delete
--input-disabled-border-color:GrayText;
[391] Fix | Delete
--input-hover-border-color:Highlight;
[392] Fix | Delete
--link-outline:1.5px solid LinkText;
[393] Fix | Delete
}
[394] Fix | Delete
[395] Fix | Delete
.annotationLayer .textWidgetAnnotation :is(input, textarea):required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required{
[396] Fix | Delete
outline:1.5px solid selectedItem;
[397] Fix | Delete
}
[398] Fix | Delete
[399] Fix | Delete
.annotationLayer .linkAnnotation{
[400] Fix | Delete
outline:var(--link-outline);
[401] Fix | Delete
}
[402] Fix | Delete
[403] Fix | Delete
.annotationLayer .linkAnnotation:hover{
[404] Fix | Delete
-webkit-backdrop-filter:var(--hcm-highlight-filter);
[405] Fix | Delete
backdrop-filter:var(--hcm-highlight-filter);
[406] Fix | Delete
}
[407] Fix | Delete
[408] Fix | Delete
.annotationLayer .linkAnnotation > a:hover{
[409] Fix | Delete
opacity:0 !important;
[410] Fix | Delete
background:none !important;
[411] Fix | Delete
box-shadow:none;
[412] Fix | Delete
}
[413] Fix | Delete
[414] Fix | Delete
.annotationLayer .popupAnnotation .popup{
[415] Fix | Delete
outline:calc(1.5px * var(--scale-factor)) solid CanvasText !important;
[416] Fix | Delete
background-color:ButtonFace !important;
[417] Fix | Delete
color:ButtonText !important;
[418] Fix | Delete
}
[419] Fix | Delete
[420] Fix | Delete
.annotationLayer .highlightArea:hover::after{
[421] Fix | Delete
position:absolute;
[422] Fix | Delete
top:0;
[423] Fix | Delete
left:0;
[424] Fix | Delete
width:100%;
[425] Fix | Delete
height:100%;
[426] Fix | Delete
-webkit-backdrop-filter:var(--hcm-highlight-filter);
[427] Fix | Delete
backdrop-filter:var(--hcm-highlight-filter);
[428] Fix | Delete
content:"";
[429] Fix | Delete
pointer-events:none;
[430] Fix | Delete
}
[431] Fix | Delete
[432] Fix | Delete
.annotationLayer .popupAnnotation.focused .popup{
[433] Fix | Delete
outline:calc(3px * var(--scale-factor)) solid Highlight !important;
[434] Fix | Delete
}
[435] Fix | Delete
}
[436] Fix | Delete
[437] Fix | Delete
.annotationLayer[data-main-rotation="90"] .norotate{
[438] Fix | Delete
transform:rotate(270deg) translateX(-100%);
[439] Fix | Delete
}
[440] Fix | Delete
[441] Fix | Delete
.annotationLayer[data-main-rotation="180"] .norotate{
[442] Fix | Delete
transform:rotate(180deg) translate(-100%, -100%);
[443] Fix | Delete
}
[444] Fix | Delete
[445] Fix | Delete
.annotationLayer[data-main-rotation="270"] .norotate{
[446] Fix | Delete
transform:rotate(90deg) translateY(-100%);
[447] Fix | Delete
}
[448] Fix | Delete
[449] Fix | Delete
.annotationLayer.disabled section,
[450] Fix | Delete
.annotationLayer.disabled .popup{
[451] Fix | Delete
pointer-events:none;
[452] Fix | Delete
}
[453] Fix | Delete
[454] Fix | Delete
.annotationLayer .annotationContent{
[455] Fix | Delete
position:absolute;
[456] Fix | Delete
width:100%;
[457] Fix | Delete
height:100%;
[458] Fix | Delete
pointer-events:none;
[459] Fix | Delete
}
[460] Fix | Delete
[461] Fix | Delete
.annotationLayer .annotationContent.freetext{
[462] Fix | Delete
background:transparent;
[463] Fix | Delete
border:none;
[464] Fix | Delete
inset:0;
[465] Fix | Delete
overflow:visible;
[466] Fix | Delete
white-space:nowrap;
[467] Fix | Delete
font:10px sans-serif;
[468] Fix | Delete
line-height:1.35;
[469] Fix | Delete
-webkit-user-select:none;
[470] Fix | Delete
-moz-user-select:none;
[471] Fix | Delete
user-select:none;
[472] Fix | Delete
}
[473] Fix | Delete
[474] Fix | Delete
.annotationLayer section{
[475] Fix | Delete
position:absolute;
[476] Fix | Delete
text-align:initial;
[477] Fix | Delete
pointer-events:auto;
[478] Fix | Delete
box-sizing:border-box;
[479] Fix | Delete
transform-origin:0 0;
[480] Fix | Delete
}
[481] Fix | Delete
[482] Fix | Delete
.annotationLayer section:has(div.annotationContent) canvas.annotationContent{
[483] Fix | Delete
display:none;
[484] Fix | Delete
}
[485] Fix | Delete
[486] Fix | Delete
.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a{
[487] Fix | Delete
position:absolute;
[488] Fix | Delete
font-size:1em;
[489] Fix | Delete
top:0;
[490] Fix | Delete
left:0;
[491] Fix | Delete
width:100%;
[492] Fix | Delete
height:100%;
[493] Fix | Delete
}
[494] Fix | Delete
[495] Fix | Delete
.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton):not(.hasBorder)
[496] Fix | Delete
> a:hover{
[497] Fix | Delete
opacity:0.2;
[498] Fix | Delete
background-color:rgb(255 255 0);
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function