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
87d6c74c
Commit
87d6c74c
authored
Dec 15, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SE mobile] Change datar-uri to url for chart types
parent
66b14418
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
101 additions
and
26 deletions
+101
-26
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
+76
-1
apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less
apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less
+25
-25
No files found.
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
View file @
87d6c74c
This diff is collapsed.
Click to expand it.
apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less
View file @
87d6c74c
...
...
@@ -168,78 +168,78 @@ i.icon {
.chart-types .thumb {
&.bar-normal {
background-image:
data-uri
('../img/charts/chart-03.png');
background-image:
url
('../img/charts/chart-03.png');
}
&.bar-stacked {
background-image:
data-uri
('../img/charts/chart-02.png');
background-image:
url
('../img/charts/chart-02.png');
}
&.bar-pstacked {
background-image:
data-uri
('../img/charts/chart-01.png');
background-image:
url
('../img/charts/chart-01.png');
}
&.line-normal {
background-image:
data-uri
('../img/charts/chart-06.png');
background-image:
url
('../img/charts/chart-06.png');
}
&.line-stacked {
background-image:
data-uri
('../img/charts/chart-05.png');
background-image:
url
('../img/charts/chart-05.png');
}
&.line-pstacked {
background-image:
data-uri
('../img/charts/chart-04.png');
background-image:
url
('../img/charts/chart-04.png');
}
&.hbar-normal {
background-image:
data-uri
('../img/charts/chart-09.png');
background-image:
url
('../img/charts/chart-09.png');
}
&.hbar-stacked {
background-image:
data-uri
('../img/charts/chart-08.png');
background-image:
url
('../img/charts/chart-08.png');
}
&.hbar-pstacked {
background-image:
data-uri
('../img/charts/chart-07.png');
background-image:
url
('../img/charts/chart-07.png');
}
&.area-normal {
background-image:
data-uri
('../img/charts/chart-12.png');
background-image:
url
('../img/charts/chart-12.png');
}
&.area-stacked {
background-image:
data-uri
('../img/charts/chart-11.png');
background-image:
url
('../img/charts/chart-11.png');
}
&.area-pstacked {
background-image:
data-uri
('../img/charts/chart-10.png');
background-image:
url
('../img/charts/chart-10.png');
}
&.pie {
background-image:
data-uri
('../img/charts/chart-13.png');
background-image:
url
('../img/charts/chart-13.png');
}
&.doughnut {
background-image:
data-uri
('../img/charts/chart-14.png');
background-image:
url
('../img/charts/chart-14.png');
}
&.pie3d {
background-image:
data-uri
('../img/charts/chart-22.png');
background-image:
url
('../img/charts/chart-22.png');
}
&.scatter {
background-image:
data-uri
('../img/charts/chart-15.png');
background-image:
url
('../img/charts/chart-15.png');
}
&.stock {
background-image:
data-uri
('../img/charts/chart-16.png');
background-image:
url
('../img/charts/chart-16.png');
}
&.line3d {
background-image:
data-uri
('../img/charts/chart-21.png');
background-image:
url
('../img/charts/chart-21.png');
}
&.bar3dnormal {
background-image:
data-uri
('../img/charts/chart-17.png');
background-image:
url
('../img/charts/chart-17.png');
}
&.bar3dstack {
background-image:
data-uri
('../img/charts/chart-18.png');
background-image:
url
('../img/charts/chart-18.png');
}
&.bar3dpstack {
background-image:
data-uri
('../img/charts/chart-19.png');
background-image:
url
('../img/charts/chart-19.png');
}
&.hbar3dnormal {
background-image:
data-uri
('../img/charts/chart-25.png');
background-image:
url
('../img/charts/chart-25.png');
}
&.hbar3dstack {
background-image:
data-uri
('../img/charts/chart-24.png');
background-image:
url
('../img/charts/chart-24.png');
}
&.hbar3dpstack {
background-image:
data-uri
('../img/charts/chart-23.png');
background-image:
url
('../img/charts/chart-23.png');
}
&.bar3dpsnormal {
background-image:
data-uri
('../img/charts/chart-20.png');
background-image:
url
('../img/charts/chart-20.png');
}
}
\ No newline at end of file
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