Add shadow to flyout buttons.

This commit is contained in:
Neil Fraser
2016-09-15 18:39:22 -07:00
parent f701b36ee6
commit bc2bfbd53d
2 changed files with 21 additions and 10 deletions

View File

@@ -135,7 +135,7 @@ Blockly.Css.CONTENT = [
'background-color: #fff;',
'outline: none;',
'overflow: hidden;', /* IE overflows by default. */
'display: block;',
'display: block;',
'}',
'.blocklyWidgetDiv {',
@@ -259,11 +259,15 @@ Blockly.Css.CONTENT = [
'.blocklyFlyoutButton {',
'fill: #888;',
'cursor: default',
'cursor: default;',
'}',
'.blocklyFlyoutButtonShadow {',
'fill: #444;',
'}',
'.blocklyFlyoutButton:hover {',
'fill: #ccc;',
'fill: #aaa;',
'}',
/*