mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Add shadow to flyout buttons.
This commit is contained in:
10
core/css.js
10
core/css.js
@@ -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;',
|
||||
'}',
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user