Popravek oblike gumbov na ios

This commit is contained in:
pero1203 2021-05-21 12:47:07 +02:00
parent ceeb21b7b9
commit 3bfac0f8f4
2 changed files with 9 additions and 0 deletions

View File

@ -5091,6 +5091,10 @@ table.grid_header_table label {
div.buttons { div.buttons {
text-align: center; text-align: center;
} }
div.buttons input,
div.buttons button {
-webkit-appearance: none;
}
div.buttonsHeatmap input { div.buttonsHeatmap input {
cursor: pointer; cursor: pointer;

View File

@ -56,6 +56,11 @@ table.grid_header_table label {
div.buttons { div.buttons {
text-align: center; text-align: center;
input,
button {
-webkit-appearance: none;
}
} }
div.buttonsHeatmap input{ div.buttonsHeatmap input{