updates style

This commit is contained in:
Peli de Halleux 2017-01-19 21:08:14 -08:00
parent ca1e3e7231
commit 703a876a84
2 changed files with 8 additions and 2 deletions

View File

@ -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 {

View File

@ -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';