mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
improved borders over CodeMirror and panels
This commit is contained in:
parent
5367452a8f
commit
1bffa3033e
4 changed files with 26 additions and 18 deletions
|
|
@ -153,7 +153,7 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat;
|
|||
}
|
||||
#fm{
|
||||
height: 90%;
|
||||
margin: 10px;
|
||||
margin: 26px;
|
||||
}
|
||||
.fm_header{
|
||||
font-weight: bold;
|
||||
|
|
@ -177,6 +177,8 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat;
|
|||
}
|
||||
.panel{
|
||||
border: 1.5px solid rgba(49, 123, 249, .40);
|
||||
/* remove default margins */
|
||||
margin: 0 0 0 0;
|
||||
overflow-y: auto;
|
||||
width:46%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue