updates style
This commit is contained in:
parent
ca1e3e7231
commit
703a876a84
@ -12,17 +12,23 @@
|
|||||||
/*******************************
|
/*******************************
|
||||||
Add your custom CSS here
|
Add your custom CSS here
|
||||||
*******************************/
|
*******************************/
|
||||||
|
/* not relevant in new UI
|
||||||
.openproject {
|
.openproject {
|
||||||
background: #4ECC60 !important;
|
background: #4ECC60 !important;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.blocks-menuitem.active, .javascript-menuitem.active {
|
.blocks-menuitem.active, .javascript-menuitem.active {
|
||||||
background: #738791 !important;
|
background: #738791 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* not relevant in new UI
|
||||||
.help-dropdown-menuitem, .more-dropdown-menuitem {
|
.help-dropdown-menuitem, .more-dropdown-menuitem {
|
||||||
background: #424955 !important;
|
background: #424955 !important;
|
||||||
margin-right:0px !important;
|
margin-right:0px !important;
|
||||||
|
} */
|
||||||
|
|
||||||
|
.huge.download-button i {
|
||||||
|
display:none !important; // otherwise spans 2 lines
|
||||||
}
|
}
|
||||||
|
|
||||||
.play-button {
|
.play-button {
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
@input : 'pxt';
|
@input : 'pxt';
|
||||||
@label : 'pxt';
|
@label : 'pxt';
|
||||||
@list : 'pxt';
|
@list : 'pxt';
|
||||||
@loader : 'pulsar';
|
@loader : 'pxt';
|
||||||
@rail : 'pxt';
|
@rail : 'pxt';
|
||||||
@reveal : 'pxt';
|
@reveal : 'pxt';
|
||||||
@segment : 'pxt';
|
@segment : 'pxt';
|
||||||
|
Loading…
Reference in New Issue
Block a user