mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(path) change refresh, clear icons
This commit is contained in:
parent
2a63c745fc
commit
3574cd2ddf
10 changed files with 64 additions and 58 deletions
|
|
@ -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 ';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue