Sha256: d1492eb8affc1263d71cffdf01662ee813723d28b6d44faa408d96dcd28fdfcc

Contents?: true

Size: 1.89 KB

Versions: 5

Compression:

Stored size: 1.89 KB

Contents

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  display: none; }

.medium-editor-toolbar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); }
  .medium-editor-toolbar li button {
    min-width: 50px;
    height: 50px;
    border: none;
    border-right: 1px solid #a8a8a8;
    background-color: transparent;
    color: #889aac;
    box-shadow: inset 0 0 3px #f8f8e6;
    background: -webkit-linear-gradient(top, #fff, rgba(0, 0, 0, 0.1));
    background: linear-gradient(top, #fff, rgba(0, 0, 0, 0.1));
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
    -webkit-transition: background-color 0.2s ease-in;
            transition: background-color 0.2s ease-in; }
    .medium-editor-toolbar li button:hover {
      background-color: #fff;
      color: #000;
      color: rgba(0, 0, 0, 0.8); }
  .medium-editor-toolbar li .medium-editor-button-first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .medium-editor-toolbar li .medium-editor-button-last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .medium-editor-toolbar li .medium-editor-button-active {
    background-color: #ccc;
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.2));
    background: linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.2)); }

.medium-editor-toolbar-form-anchor {
  background: #fff;
  color: #999;
  border-radius: 5px; }
  .medium-editor-toolbar-form-anchor .medium-editor-toolbar-anchor-input {
    margin: 0;
    height: 50px;
    background: #fff;
    color: #a8a8a8; }
  .medium-editor-toolbar-form-anchor a {
    color: #889aac; }

.medium-editor-toolbar-anchor-preview {
  background: #fff;
  color: #889aac;
  border-radius: 5px; }

.medium-editor-placeholder:after {
  color: #a8a8a8; }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
medium-editor-rails-1.1.0 vendor/assets/stylesheets/medium-editor/themes/roman.css
medium-editor-rails-0.13.1 vendor/assets/stylesheets/medium-editor/themes/roman.css
medium-editor-rails-0.13.0 vendor/assets/stylesheets/medium-editor/themes/roman.css
medium-editor-rails-0.12.0 vendor/assets/stylesheets/medium-editor/themes/roman.css
medium-editor-rails-0.11.0 vendor/assets/stylesheets/medium-editor/themes/roman.css