mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
13 lines
205 B
CSS
13 lines
205 B
CSS
/**
|
|
* @license
|
|
* Copyright 2019 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
|
|
#notePicker {
|
|
background-image: url(media/notes.png);
|
|
border: 1px solid #ccc;
|
|
height: 109px;
|
|
width: 46px;
|
|
} |