diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index 05e03ab3b6..c95e2559ea 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -566,3 +566,15 @@ textarea, input { border-radius: 4px; padding: 10px; } + +.btn-toolbar .btn-outline-secondary +{ + color:#222; +} + +.btn-toolbar .btn-outline-secondary:hover +{ + color: #f1f1f1 !important; +} + + diff --git a/app/views/editor/_toolbar.html.erb b/app/views/editor/_toolbar.html.erb index 8563195bb4..a3ce155605 100644 --- a/app/views/editor/_toolbar.html.erb +++ b/app/views/editor/_toolbar.html.erb @@ -1,9 +1,9 @@
- - - HeaderH + + + HeaderH
@@ -12,7 +12,7 @@