mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
changed icons font from foundicons to fonteollo
This commit is contained in:
parent
b0544100ff
commit
e8b98395f9
3 changed files with 10 additions and 15 deletions
|
|
@ -104,7 +104,9 @@ clicked on menu item.
|
|||
* Fixed bug with working links in path panel and
|
||||
with clicks on files.
|
||||
|
||||
* Changed icons font from octicons to foundicons'
|
||||
* Changed icons font from octicons to foundicons
|
||||
|
||||
* Changed icons font from foundicons to fonteollo
|
||||
|
||||
|
||||
2012.12.12, Version 0.1.8
|
||||
|
|
|
|||
|
|
@ -2,16 +2,6 @@
|
|||
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
|
||||
*/
|
||||
|
||||
/* Foundation Icons General Enclosed */
|
||||
/*
|
||||
@font-face {
|
||||
font-family: 'FoundationIconsGeneralEnclosed';
|
||||
src: url('//dl.dropbox.com/u/78163899/mnemonia/fonts/foundation-icons-general-enclosed.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
*/
|
||||
/* символьный шрифт от гитхаба*/
|
||||
@font-face {
|
||||
font-family: "GeneralFoundicons";
|
||||
|
|
@ -20,7 +10,7 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/* http://fontello.com/ */
|
||||
@font-face {
|
||||
font-family: 'Fontello';
|
||||
font-style: normal;
|
||||
|
|
@ -49,7 +39,7 @@ body{
|
|||
|
||||
.menu{
|
||||
margin-bottom: 0;
|
||||
font: 16px 'Octicons Regular';
|
||||
font: 16px 'Octicons Regular';
|
||||
}
|
||||
|
||||
.path-icon{
|
||||
|
|
@ -78,13 +68,16 @@ body{
|
|||
width:16px;
|
||||
height:16px;
|
||||
margin-left:0.5%;
|
||||
font-family: 'GeneralFoundicons';
|
||||
/* font-family: 'GeneralFoundicons'; */
|
||||
font-family: 'Fontello';
|
||||
}
|
||||
.error::before{
|
||||
position: relative;
|
||||
color:rgb(222, 41, 41);
|
||||
cursor:default;
|
||||
content:'\f013';
|
||||
/* content:'\f013'; */
|
||||
content: '\2757';
|
||||
font-size:14px;
|
||||
}
|
||||
.loading{
|
||||
position:relative;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue