From d9c246d8dc36f04ae8b953e0b03cec8f3b67bce4 Mon Sep 17 00:00:00 2001 From: diepzeevogel Date: Tue, 19 May 2026 15:35:33 +0200 Subject: [PATCH 1/2] rename upload tab to instructions, recolor copy and delete buttons, remove upload button --- Blockly4Arduino/blockly4Arduino/color.css | 33 +++++++++++++++++++++++ Blockly4Arduino/index.html | 16 ++++------- Blockly4Arduino/index_en.html | 14 ++++------ Blockly4Arduino/ledup.html | 12 +++------ Blockly4Arduino/ledup_en.html | 12 +++------ 5 files changed, 51 insertions(+), 36 deletions(-) diff --git a/Blockly4Arduino/blockly4Arduino/color.css b/Blockly4Arduino/blockly4Arduino/color.css index d0ce76f..e327eac 100644 --- a/Blockly4Arduino/blockly4Arduino/color.css +++ b/Blockly4Arduino/blockly4Arduino/color.css @@ -1455,6 +1455,7 @@ button.launch:hover, position: relative; z-index: 1; background-color: transparent !important; + background: transparent !important; /* Ensure no background on the button itself */ font-size: 1em; /* Move background to ::before */ } @@ -1502,6 +1503,38 @@ button.launch:hover, box-shadow: none !important; } +/* Active dropdown tab state */ +.tabmax .open > .dropdown-toggle { + color: white !important; +} +.tabmax .open > .dropdown-toggle::before { + background: #174d17 !important; +} + +.tabmax .btn-copy { + color: white !important; +} + +.tabmax .btn-copy::before { + background: #fab415 !important; +} + +.tabmax .btn-copy:hover::before { + background: #e6a312 !important; +} + +.tabmax .btn-discard { + color: white !important; +} + +.tabmax .btn-discard::before { + background: #d43 !important; +} + +.tabmax .btn-discard:hover::before { + background: #b32b22 !important; +} + /* Sidebar Icons Styling to match layout */ ul.side-nav i { color: #174d17 !important; diff --git a/Blockly4Arduino/index.html b/Blockly4Arduino/index.html index 98303bb..fa4f12e 100644 --- a/Blockly4Arduino/index.html +++ b/Blockly4Arduino/index.html @@ -147,14 +147,13 @@   - Upload + Instructies   XML