Sha256: f4bc846f12cd012f0d509dcff0deea7ddec3284d76c27d1596384278596a8ac3

Contents?: true

Size: 896 Bytes

Versions: 3

Compression:

Stored size: 896 Bytes

Contents

.epiceditor-textarea{
  margin:0; /* needed to get rid of a 1 pixel top-border in firefox*/
}

.epiceditor-wrapper {
  background:rgb(241,241,241);  
}
.epiceditor-utilbar {
  position:fixed;
  bottom:10px;
  right:10px;
  padding:5px;
  border-radius:3px;
  box-shadow:0 0 5px rgba(0,0,0,0.25);
  background:#000;
  background:rgba(0,0,0,0.5);
}

.epiceditor-utilbar img {
  display:block;
  float:left;
}

.epiceditor-utilbar img:first-child {
  margin:0 3px 0 0;
}

.epiceditor-utilbar img:hover {
  cursor:pointer;
}

.epiceditor-utilbar:hover {
  display:block !important; /* No, really, important so when hovering the element it wont go away after N secs */
}

.epiceditor-wrapper textarea {
  border:0;
  resize: none;
  width:100%;
  background:rgb(41,41,41);
  font-family:monospace;
  font-size:14px;
  padding:10px;
  color:#ddd;
}

.epiceditor-wrapper textarea:focus { outline:none; }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
feather_cms-0.0.5.2 app/assets/stylesheets/feather_cms/themes/editor/epic-dark.css
feather_cms-0.0.5.1 app/assets/stylesheets/feather_cms/themes/editor/epic-dark.css
feather_cms-0.0.5 app/assets/stylesheets/feather_cms/themes/editor/epic-dark.css