Recompile assets
This commit is contained in:
parent
52361e9b4d
commit
e75d988fc0
|
|
@ -868,4 +868,4 @@ html.cssanimations .fancy-layout .form-tabless-fields .loading-indicator-contain
|
|||
.flyout-toggle i{margin:7px 0 0 6px;display:inline-block}
|
||||
.flyout-toggle:hover i{color:#ffffff}
|
||||
body.flyout-visible{overflow:hidden}
|
||||
body.flyout-visible .flyout-overlay{background-color:rgba(0,0,0,0.3)}
|
||||
body.flyout-visible .flyout-overlay{background-color:rgba(0,0,0,0.3)}
|
||||
|
|
@ -5,8 +5,6 @@
|
|||
background: #fff;
|
||||
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.field-markdowneditor textarea {
|
||||
|
|
@ -186,8 +184,6 @@
|
|||
.field-markdowneditor .editor-preview pre.prettyprint {
|
||||
border-width: 0;
|
||||
padding: 13px 16px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue