Update style, use freshcoat

This commit is contained in:
Sam El-Husseini
2017-08-04 20:54:22 -07:00
parent f4660b4366
commit 440dbbe82a
4 changed files with 51 additions and 5 deletions

View File

@ -73,10 +73,6 @@ div.blocklyTreeRow {
box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.1);
}
div.blocklyTreeRoot div div div div div.blocklyTreeRow {
padding-top: 0.5rem !important;
}
/* Remove shadow around blockly blocks */
.blocklyPathDark, .blocklyPathLight {
display: none;
@ -102,6 +98,10 @@ span.blocklyTreeLabel {
background: @blue !important;
}
#menubar .ui.menu.fixed .ui.item.editor-menuitem .item:not(.active) {
color: white;
}
/* Search box */
#blocklySearchArea {
margin: 0.5rem;