Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
7ab00a31
Commit
7ab00a31
authored
Feb 10, 2017
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 34040
parent
d80f5ed5
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
66 additions
and
3 deletions
+66
-3
apps/documenteditor/mobile/resources/css/app-ios.css
apps/documenteditor/mobile/resources/css/app-ios.css
+10
-1
apps/documenteditor/mobile/resources/less/app-ios.less
apps/documenteditor/mobile/resources/less/app-ios.less
+12
-0
apps/presentationeditor/mobile/resources/css/app-ios.css
apps/presentationeditor/mobile/resources/css/app-ios.css
+10
-1
apps/presentationeditor/mobile/resources/less/app-ios.less
apps/presentationeditor/mobile/resources/less/app-ios.less
+12
-0
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
+10
-1
apps/spreadsheeteditor/mobile/resources/less/app-ios.less
apps/spreadsheeteditor/mobile/resources/less/app-ios.less
+12
-0
No files found.
apps/documenteditor/mobile/resources/css/app-ios.css
View file @
7ab00a31
This diff is collapsed.
Click to expand it.
apps/documenteditor/mobile/resources/less/app-ios.less
View file @
7ab00a31
...
...
@@ -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;
}
\ No newline at end of file
apps/presentationeditor/mobile/resources/css/app-ios.css
View file @
7ab00a31
This diff is collapsed.
Click to expand it.
apps/presentationeditor/mobile/resources/less/app-ios.less
View file @
7ab00a31
...
...
@@ -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;
}
\ No newline at end of file
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
View file @
7ab00a31
This diff is collapsed.
Click to expand it.
apps/spreadsheeteditor/mobile/resources/less/app-ios.less
View file @
7ab00a31
...
...
@@ -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;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment