Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mui
Commits
c44496a6
Commit
c44496a6
authored
Sep 13, 2014
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复radio和checkbox图标
parent
8be8cc7e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
40 deletions
+5
-40
dist/css/mui.css
dist/css/mui.css
+4
-20
dist/css/mui.min.css
dist/css/mui.min.css
+1
-1
dist/fonts/mui.ttf
dist/fonts/mui.ttf
+0
-0
examples/hello-mui/examples/checkbox.html
examples/hello-mui/examples/checkbox.html
+0
-16
examples/hello-mui/examples/icons.html
examples/hello-mui/examples/icons.html
+0
-3
No files found.
dist/css/mui.css
View file @
c44496a6
...
...
@@ -1826,7 +1826,7 @@ select {
color
:
#007aff
;
}
.mui-radio
input
[
type
=
"radio"
]
:before
,
.mui-checkbox.mui-checkbox-cycle
input
[
type
=
"checkbox"
]
:before
{
.mui-radio
input
[
type
=
"radio"
]
:before
{
content
:
"\e411"
;
}
...
...
@@ -1835,14 +1835,10 @@ select {
}
.mui-checkbox
input
[
type
=
"checkbox"
]
:before
{
content
:
"\e41
3
"
;
content
:
"\e41
1
"
;
}
.mui-checkbox
input
[
type
=
"checkbox"
]
:checked:before
{
content
:
"\e443"
;
}
.mui-checkbox-cycle
input
[
type
=
"checkbox"
]
:checked:before
{
content
:
"\e442"
;
}
...
...
@@ -2889,18 +2885,10 @@ select {
content
:
"\e410"
;
}
.mui-icon-circle
:before
{
.mui-icon-circle
:before
,
.mui-icon-checkbox
:before
{
content
:
"\e411"
;
}
.mui-icon-checkmark
:before
{
content
:
"\e412"
;
}
.mui-icon-checkbox
:before
{
content
:
"\e413"
;
}
.mui-icon-close-filled
:before
,
.mui-icon-clear
:before
{
content
:
"\e434"
;
}
...
...
@@ -2925,12 +2913,8 @@ select {
content
:
"\e441"
;
}
.mui-icon-checkmark-filled
:before
{
content
:
"\e442"
;
}
.mui-icon-checkbox-filled
:before
{
content
:
"\e44
3
"
;
content
:
"\e44
2
"
;
}
.mui-icon-closeempty
:before
{
...
...
dist/css/mui.min.css
View file @
c44496a6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/fonts/mui.ttf
View file @
c44496a6
No preview for this file type
examples/hello-mui/examples/checkbox.html
View file @
c44496a6
...
...
@@ -39,14 +39,6 @@
<label>
Checkbox
</label>
<input
name=
"checkbox"
type=
"checkbox"
checked
>
</div>
<div
class=
"mui-input-row mui-checkbox mui-checkbox-cycle mui-left"
>
<label>
Checkbox
</label>
<input
name=
"checkbox"
type=
"checkbox"
>
</div>
<div
class=
"mui-input-row mui-checkbox mui-checkbox-cycle mui-left mui-checked"
>
<label>
Checkbox
</label>
<input
name=
"checkbox"
type=
"checkbox"
checked
>
</div>
</form>
</div>
<h5
class=
"mui-content-padded"
>
图标右对齐
</h5>
...
...
@@ -60,14 +52,6 @@
<label>
Checkbox
</label>
<input
name=
"checkbox1"
type=
"checkbox"
checked
>
</div>
<div
class=
"mui-input-row mui-checkbox mui-checkbox-cycle"
>
<label>
Checkbox
</label>
<input
name=
"checkbox1"
type=
"checkbox"
>
</div>
<div
class=
"mui-input-row mui-checkbox mui-checkbox-cycle"
>
<label>
Checkbox
</label>
<input
name=
"checkbox1"
type=
"checkbox"
checked
>
</div>
</form>
</div>
</div>
...
...
examples/hello-mui/examples/icons.html
View file @
c44496a6
...
...
@@ -123,10 +123,7 @@
<a
id=
"icon-plus"
><span
class=
"mui-icon mui-icon-plus"
></span></a>
<a><span
class=
"mui-icon mui-icon-plusempty"
></span></a>
<a
id=
"icon-minus"
><span
class=
"mui-icon mui-icon-minus"
></span></a>
<a
id=
"icon-circle"
><span
class=
"mui-icon mui-icon-circle"
></span></a>
<a
id=
"icon-checkmark"
><span
class=
"mui-icon mui-icon-checkmark"
></span></a>
<a><span
class=
"mui-icon mui-icon-checkmarkempty"
></span></a>
<a
id=
"icon-checkbox"
><span
class=
"mui-icon mui-icon-checkbox"
></span></a>
<a><span
class=
"mui-icon mui-icon-search"
></span></a>
<!--<a><span class="mui-icon mui-icon-searchstrong"></span></a>-->
<!--<a><span class="mui-icon mui-icon-share"></span></a>-->
...
...
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