Setting blockly toolbox top / bottom radius in css after recent change. Setting loading to pulsar.
This commit is contained in:
		@@ -50,6 +50,17 @@
 | 
			
		||||
    border-radius:5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Specifying top and bottom rounded toolbox borders. */
 | 
			
		||||
.blocklyTreeRow.blocklyTreeRowTop {
 | 
			
		||||
    border-top-left-radius: 10px;
 | 
			
		||||
    border-top-right-radius: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.blocklyTreeRow.blocklyTreeRowBottom {
 | 
			
		||||
    border-bottom-left-radius: 10px;
 | 
			
		||||
    border-bottom-right-radius: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.blocklyTreeRow:hover {
 | 
			
		||||
    background: @invertedBackground !important;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,7 @@
 | 
			
		||||
@input      : 'pxt';
 | 
			
		||||
@label      : 'pxt';
 | 
			
		||||
@list       : 'pxt';
 | 
			
		||||
@loader     : 'pxt';
 | 
			
		||||
@loader     : 'pulsar';
 | 
			
		||||
@rail       : 'pxt';
 | 
			
		||||
@reveal     : 'pxt';
 | 
			
		||||
@segment    : 'pxt';
 | 
			
		||||
@@ -41,7 +41,7 @@
 | 
			
		||||
/* Collections */
 | 
			
		||||
@breadcrumb : 'default';
 | 
			
		||||
@form       : 'default';
 | 
			
		||||
@grid       : 'default';
 | 
			
		||||
@grid       : 'pxt';
 | 
			
		||||
@menu       : 'pxt';
 | 
			
		||||
@message    : 'default';
 | 
			
		||||
@table      : 'default';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user