Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dist/css/themes/beagle.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
height: 40px;
min-width: 40px;
padding: 5px 12px;
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #000;
color: #a2d7c7; }
Expand Down Expand Up @@ -76,3 +75,6 @@
.medium-editor-anchor-preview a {
color: #ccc;
text-decoration: none; }

.medium-editor-toolbar-actions li, .medium-editor-toolbar-actions button {
border-radius: 50px; }
2 changes: 1 addition & 1 deletion dist/css/themes/beagle.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/css/themes/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
color: #fff;
height: 60px;
min-width: 60px;
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #3276b1;
color: #fff; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/themes/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions dist/css/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@

.medium-editor-toolbar {
background-color: #242424;
background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.75));
background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.75));
border: 1px solid #000;
border-radius: 5px;
box-shadow: 0 0 3px #000; }
.medium-editor-toolbar li button {
background-color: #242424;
background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.89));
background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.89));
border: 0;
border-right: 1px solid #000;
Expand All @@ -25,8 +23,7 @@
color: #fff;
height: 50px;
min-width: 50px;
-webkit-transition: background-color .2s ease-in;
transition: background-color .2s ease-in; }
transition: background-color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #000;
color: yellow; }
Expand All @@ -38,7 +35,6 @@
border-top-right-radius: 5px; }
.medium-editor-toolbar li .medium-editor-button-active {
background-color: #000;
background: -webkit-linear-gradient(top, #242424, rgba(0, 0, 0, 0.89));
background: linear-gradient(to bottom, #242424, rgba(0, 0, 0, 0.89));
color: #fff; }

Expand Down
2 changes: 1 addition & 1 deletion dist/css/themes/default.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/css/themes/flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
border-right: 1px solid #9ccea6;
background-color: transparent;
color: #fff;
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #346a3f;
color: #fff; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/themes/flat.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions dist/css/themes/mani.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
border: 1px solid #cdd6e0;
background-color: #dee7f0;
background-color: rgba(222, 231, 240, 0.95);
background: -webkit-linear-gradient(bottom, #dee7f0, white);
background: linear-gradient(to top, #dee7f0, white);
border-radius: 2px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); }
Expand All @@ -17,8 +16,7 @@
border-right: 1px solid #cdd6e0;
background-color: transparent;
color: #40648a;
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #5c90c7;
background-color: rgba(92, 144, 199, 0.45);
Expand All @@ -33,7 +31,6 @@
background-color: #5c90c7;
background-color: rgba(92, 144, 199, 0.45);
color: #000;
background: -webkit-linear-gradient(top, #dee7f0, rgba(0, 0, 0, 0.1));
background: linear-gradient(to bottom, #dee7f0, rgba(0, 0, 0, 0.1)); }

.medium-editor-toolbar-form {
Expand Down
Loading