Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdhm committed Nov 16, 2017
1 parent b013773 commit 51ef2ee
Show file tree
Hide file tree
Showing 21 changed files with 1,535 additions and 1,447 deletions.
42 changes: 37 additions & 5 deletions dist/css/keditor-1.1.5.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,16 @@ body.opened-keditor-sidebar #keditor-sidebar {
/* ==================================================================================
highlighted-container-content
================================================================================== */
body.highlighted-container-content .keditor-container-content:before {
body.highlighted-container-content .keditor-container {
margin: 30px 0 !important;
}
body.highlighted-container-content .keditor-container:before {
display: none !important;
}
.keditor-highlighted-dropzone.keditor-container-content:before {
border-color: #2eb2e4;
border-width: 2px;
z-index: 99;
}
/* ==================================================================================
Frame
Expand Down Expand Up @@ -432,20 +440,44 @@ body.highlighted-container-content .keditor-container-content:before {
/* ==================================================================================
Drag n Drop helper
================================================================================== */
.keditor-snippet.ui-draggable-dragging {
.keditor-ui-dragging {
display: block !important;
opacity: 0.5 !important;
}
.keditor-ui-dragging .keditor-toolbar {
display: none !important;
}
.ui-draggable-dragging.keditor-snippet {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.ui-sortable-placeholder {
.ui-sortable-placeholder.keditor-snippet,
.ui-sortable-placeholder.keditor-container,
.ui-sortable-placeholder.keditor-component {
background: #eee !important;
visibility: visible !important;
height: 10px !important;
height: 20px !important;
margin: 5px 0 !important;
float: none !important;
outline: none !important;
padding: 0 !important;
}
.ui-sortable-placeholder.keditor-snippet:before,
.ui-sortable-placeholder.keditor-container:before,
.ui-sortable-placeholder.keditor-component:before,
.ui-sortable-placeholder.keditor-snippet:after,
.ui-sortable-placeholder.keditor-container:after,
.ui-sortable-placeholder.keditor-component:after {
display: none !important;
}
.keditor-section.ui-sortable-helper {
.ui-sortable-helper.keditor-section {
background: #fff !important;
opacity: 0.5;
}
.ui-sortable-helper.keditor-container:before,
.ui-sortable-helper.keditor-component:before,
.ui-sortable-helper.keditor-container .keditor-toolbar,
.ui-sortable-helper.keditor-component .keditor-toolbar {
display: none !important;
}
2 changes: 1 addition & 1 deletion dist/css/keditor-1.1.5.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51ef2ee

Please sign in to comment.