mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
style update. cdn testing
This commit is contained in:
parent
f60544ec19
commit
4be1776bf6
1 changed files with 4 additions and 4 deletions
|
|
@ -74,7 +74,7 @@
|
|||
top: -3px;
|
||||
}
|
||||
.loading{
|
||||
background:url(images/spinner.gif);
|
||||
background:url(/images/spinner.gif);
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
|
|
@ -82,14 +82,14 @@
|
|||
color:rgba(222, 41, 41, 0.81);
|
||||
}
|
||||
.refresh-icon{
|
||||
background:url(images/panel_refresh.png) no-repeat;
|
||||
background:url(/images/panel_refresh.png) no-repeat;
|
||||
}
|
||||
.refresh-icon:active{
|
||||
/*background-position-y: -15px;*/
|
||||
background:url(images/panel_refresh.png) 0 -15px no-repeat;
|
||||
background:url(/images/panel_refresh.png) 0 -15px no-repeat;
|
||||
}
|
||||
.clear-cache{
|
||||
background:url(images/console_clear.png) -4px -4px no-repeat;
|
||||
background:url(/images/console_clear.png) -4px -4px no-repeat;
|
||||
margin-right: 6px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue