Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
22563613
Commit
22563613
authored
Mar 28, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugins/fontawesome: added missing icon mappings
parent
3c2b2135
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
ext/plugins/fontawesome/MOD_fontawesome.css
ext/plugins/fontawesome/MOD_fontawesome.css
+4
-2
No files found.
ext/plugins/fontawesome/MOD_fontawesome.css
View file @
22563613
...
...
@@ -4,7 +4,7 @@
* 3. change :before to JQM :after
* 4. add checkbox-on/off, radio on/off icons to fontawesome icons
* 5. add JQM compat at end
* 6. replace all updated name in code...
* 6. replace all updated name in code...
times
* 7. JQM uses carat-t/b/l/r, add those to caret-left/right/top/bottom
*/
...
...
@@ -242,7 +242,9 @@ html .ui-icon-th-list:after {
html
.ui-icon-check
:after
{
content
:
"\f00c"
;
}
html
.ui-icon-times
:after
{
html
.ui-icon-times
:after
,
html
.ui-icon-delete
:after
,
html
.ui-icon-remove
:after
{
content
:
"\f00d"
;
}
html
.ui-icon-search-plus
:after
{
...
...
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