mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 07:22:43 +08:00
Fix Bug 34040
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -215,4 +215,16 @@ input, textarea {
|
||||
padding: 3px 10px;
|
||||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// Workaround ios 10.3
|
||||
|
||||
.range-slider input[type=range]::-webkit-slider-thumb {
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 28px;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
||||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@ -221,4 +221,16 @@ input, textarea {
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround ios 10.3
|
||||
|
||||
.range-slider input[type=range]::-webkit-slider-thumb {
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 28px;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
||||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@ -169,3 +169,15 @@ input, textarea {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround ios 10.3
|
||||
|
||||
.range-slider input[type=range]::-webkit-slider-thumb {
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 28px;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
||||
z-index: 10;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user