feature(font) add config icon

This commit is contained in:
coderaiser 2013-12-24 12:48:37 +00:00
parent c68699ff5c
commit cf601a09e0
8 changed files with 55 additions and 242 deletions

View file

@ -71,7 +71,7 @@ body {
font-size : 14px;
color : rgb(222, 41, 41);
cursor : default;
content : '\2757';
content : '\e800';
}
.loading {
@ -105,6 +105,11 @@ body {
transition: ease 0.1s;
}
.config-button:before {
font-family: 'Fontello';
content: '\e804 ';
}
.cmd-button:hover {
border: 1.5px solid;
transition: ease 0.5s;
@ -274,12 +279,12 @@ a:hover, a:active {
top: 10px
}
.directory::before {
content: '\1f4c1';
content: '\e802';
}
.text-file::before {
color: rgb(26, 224, 124);
color: rgba(26, 224, 124, 0.56);
content: '\1f4c4';
content: '\e801';
}
.text-file {
background-image:none;