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 }
......
This diff could not be displayed because it is too large.