feature(path) change refresh, clear icons

This commit is contained in:
coderaiser 2014-06-24 09:19:01 -04:00
parent 2a63c745fc
commit 3574cd2ddf
10 changed files with 64 additions and 58 deletions

View file

@ -97,3 +97,13 @@
font-family : 'Fontello';
content : '\e814 ';
}
.icon-clear::before {
font-family : 'Fontello';
content : '\e815 ';
}
.icon-refresh::before {
font-family : 'Fontello';
content : '\e816 ';
}

View file

@ -63,30 +63,29 @@ body {
user-select : text;
}
.path-icon {
position : relative;
top : 3px;
left : -4px;
display : inline-block;
width : 15px;
height : 15px;
}
.path-icon:hover {
cursor:pointer;
}
.path-icon:active {
position: relative;
top: 4px;
text-shadow:black 0 0 1px;
}
.icon {
margin-left : 0.5%;
cursor: default;
}
.icon:hover {
cursor: default;
}
.path-icon {
color: #222;
position : relative;
}
.path-icon:active {
top: 1px;
}
.path-icon:hover {
color : #06e;
cursor: pointer;
}
.error::before {
font-family : 'Fontello';
font-size : 14px;
@ -120,14 +119,6 @@ body {
background : url(/img/spinner.gif);
}
.refresh-icon {
background:url(/img/refresh.png) no-repeat;
}
.refresh-icon:active {
background-position: 0 -15px;
}
.cmd-button {
width: 5%;
height: 30px;
@ -155,15 +146,6 @@ body {
outline: 0;
}
.clear-storage {
margin-right: 6px;
margin-left: 7px;
background:url(/img/clear.png) -4px -4px no-repeat;
}
.clear-storage:active {
top:5px;
}
.links a {
color:red;
}