UX improvement for selected formatting options

This commit is contained in:
Matt-Yorkley
2016-11-20 23:20:37 +00:00
committed by Rob Harrington
parent fcb9e9fa56
commit 0e91d01412

View File

@@ -217,6 +217,7 @@ text-angular {
}
.ta-scroll-window.form-control {
min-height: 100px;
box-shadow: none !important;
}
.btn-group {
display: inline;
@@ -225,6 +226,10 @@ text-angular {
padding: 5px 10px;
margin-right: 0.25em;
}
button.active:not(:hover) {
box-shadow: 0 0 0.7em rgba(0,0,0,0.3) inset;
background-color: #4583bf;
}
}
}