mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed bug with height of CodeMirror
This commit is contained in:
parent
6a033c1c08
commit
b329e1863b
2 changed files with 21 additions and 19 deletions
|
|
@ -92,7 +92,7 @@ body{
|
|||
color:rgba(222, 41, 41, 0.81);
|
||||
}
|
||||
.refresh-icon{
|
||||
background:url(/img/panel_refresh.png) no-repeat;
|
||||
background:url(/img/panel_refresh.png) no-repeat;
|
||||
}
|
||||
.refresh-icon:active{
|
||||
/*background-position-y: -15px;*/
|
||||
|
|
@ -338,4 +338,4 @@ a:focus { outline: thin dotted; }
|
|||
#right{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue