Switch the backing of the blocks JS toggle. (#431)
* Switch the backing of the blocks JS toggle. * Minor changes
This commit is contained in:
parent
81758f2555
commit
ecc9319334
@ -159,6 +159,7 @@
|
|||||||
@blocklyToolboxColor: #FFF; /*#FAC80A;*/
|
@blocklyToolboxColor: #FFF; /*#FAC80A;*/
|
||||||
@trashIconColor: #FAC80A; /*white*/
|
@trashIconColor: #FAC80A; /*white*/
|
||||||
|
|
||||||
|
@editorToggleColor: @primaryColor;
|
||||||
|
|
||||||
/*-------------------
|
/*-------------------
|
||||||
Blockly
|
Blockly
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Menu bar colors */
|
/* Menu bar colors */
|
||||||
.menubar .ui.item {
|
.ui.menu .ui.item {
|
||||||
color: #4A4A4A;
|
color: #4A4A4A;
|
||||||
}
|
}
|
||||||
.fullscreensim .menubar .ui.menu {
|
.fullscreensim .menubar .ui.menu {
|
||||||
@ -73,18 +73,15 @@
|
|||||||
|
|
||||||
/* Editor menu toggle */
|
/* Editor menu toggle */
|
||||||
.menubar .ui.menu.fixed .item.editor-menuitem .ui.grid {
|
.menubar .ui.menu.fixed .item.editor-menuitem .ui.grid {
|
||||||
background: @blue !important;
|
background: fade(@blue, 10%) !important;
|
||||||
|
border: 1px solid #888888;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
border: 2px solid @blue;
|
|
||||||
}
|
|
||||||
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item:not(.active) {
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item {
|
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item {
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item.active {
|
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item.active {
|
||||||
color: @blue;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menubar .ui.item.editor-menuitem .item.toggle {
|
.menubar .ui.item.editor-menuitem .item.toggle {
|
||||||
|
Loading…
Reference in New Issue
Block a user