59 lines
1.9 KiB
CSS
59 lines
1.9 KiB
CSS
.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.2));
|
|
background: linear-gradient(to bottom, #fff, rgba(0, 0, 0, 0.2));
|
|
text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
|
|
-webkit-transition: background-color .2s ease-in;
|
|
transition: background-color .2s ease-in; }
|
|
.medium-editor-toolbar li button:hover {
|
|
background-color: #fff;
|
|
color: #fff;
|
|
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.1));
|
|
background: linear-gradient(to top, #fff, rgba(0, 0, 0, 0.1)); }
|
|
|
|
.medium-editor-toolbar-form {
|
|
background: #fff;
|
|
color: #999;
|
|
border-radius: 5px; }
|
|
.medium-editor-toolbar-form .medium-editor-toolbar-input {
|
|
margin: 0;
|
|
height: 50px;
|
|
background: #fff;
|
|
color: #a8a8a8; }
|
|
.medium-editor-toolbar-form a {
|
|
color: #889aac; }
|
|
|
|
.medium-editor-toolbar-anchor-preview {
|
|
background: #fff;
|
|
color: #889aac;
|
|
border-radius: 5px; }
|
|
|
|
.medium-editor-placeholder:after {
|
|
color: #a8a8a8; }
|