096f25ee by Jeff Balicki

ee

1 parent 678a58f4
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -94,8 +94,10 @@ p { ...@@ -94,8 +94,10 @@ p {
94 94
95 abbr[title], 95 abbr[title],
96 abbr[data-bs-original-title] { 96 abbr[data-bs-original-title] {
97 -webkit-text-decoration: underline dotted;
97 text-decoration: underline dotted; 98 text-decoration: underline dotted;
98 cursor: help; 99 cursor: help;
100 -webkit-text-decoration-skip-ink: none;
99 text-decoration-skip-ink: none; 101 text-decoration-skip-ink: none;
100 } 102 }
101 103
...@@ -386,6 +388,10 @@ legend + * { ...@@ -386,6 +388,10 @@ legend + * {
386 padding: 0; 388 padding: 0;
387 } 389 }
388 390
391 ::-webkit-file-upload-button {
392 font: inherit;
393 }
394
389 ::file-selector-button { 395 ::file-selector-button {
390 font: inherit; 396 font: inherit;
391 } 397 }
...@@ -1150,4 +1156,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { ...@@ -1150,4 +1156,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
1150 font-weight: 500; 1156 font-weight: 500;
1151 } 1157 }
1152 1158
1153 /*# sourceMappingURL=custom-editor-style.css.map */ 1159 /*# sourceMappingURL=custom-editor-style.css.map */
...\ No newline at end of file ...\ No newline at end of file
......
This diff could not be displayed because it is too large.