Clean up browser-specific CSS

This commit is contained in:
Wojciech Maj 2018-04-04 00:18:57 +02:00
parent a7a034d803
commit dbb0e88bc1
4 changed files with 8 additions and 140 deletions

View file

@ -144,9 +144,6 @@
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
padding: 0;
}