app/assets/stylesheets/annex/redactor.css.scss in annex-cms-0.3.7 vs app/assets/stylesheets/annex/redactor.css.scss in annex-cms-0.3.8
- old
+ new
@@ -12,12 +12,10 @@
Box
*/
.redactor-box {
position: relative;
overflow: visible;
- background: #fff;
- margin-bottom: 24px;
}
.redactor-box iframe,
.redactor-box textarea {
display: block;
position: relative;
@@ -89,28 +87,25 @@
}
/*
Editor
*/
.redactor-editor {
- box-shadow: inset 0 0 1px #ebb100;
+ box-shadow: inset 0 0 1px #FDE9AC, 0 0 1px #DBA709;
transition: box-shadow 1s;
cursor: text;
position: relative;
overflow: auto;
margin: 0 !important;
padding: 20px;
outline: none;
white-space: normal;
border: 1px solid #eee;
- font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
- font-size: 14px;
- line-height: 1.6em;
}
.redactor:hover {
- box-shadow: inset 0 0 1px #ddd;
+ box-shadow: inset 0 0 1px #fff, 0 0 1px #000;
}
.redactor-editor.saved {
- box-shadow: inset 0 0 1px #30D522;
+ box-shadow: inset 0 0 1px #30D522, 0 0 1px #107707;
}
.redactor-editor:focus {
outline: none;
}
/*