From 1e24d5889bcc043ab314aaf65b795db0cfe90c9b Mon Sep 17 00:00:00 2001 From: Matthias Pfeil Date: Tue, 24 Apr 2018 13:43:51 +0200 Subject: [PATCH 01/36] ardublockly and toolbox styling --- ardublockly/ardublockly.css | 7 +++++-- ardublockly/ardublockly_toolbox.js | 22 +++++++++++----------- ardublockly/index.html | 2 +- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/ardublockly/ardublockly.css b/ardublockly/ardublockly.css index 2b43fdeca8..ba328e3fe9 100644 --- a/ardublockly/ardublockly.css +++ b/ardublockly/ardublockly.css @@ -61,6 +61,9 @@ body { background-color: #8C7965; } +.sensebox_green { + background-color: #4EAF47; +} /********************/ /* Navigation bar */ @@ -222,7 +225,7 @@ ul.side-nav li.side-menu-end { border-right: 0; } .ide_output_header_normal { - background-color: #006468; + background-color: #4EAF47; color: #ffffff; -moz-transition: background-color 0.6s ease-in;; -o-transition: background-color 0.6s ease-in; @@ -673,7 +676,7 @@ ul.side-nav li.side-menu-end { } .blocklyTreeRow { background: none !important; - border: none !important; + /* border: none !important; */ margin: 0px 0px !important; padding: 7px 16px 7px 0px !important; box-sizing: content-box !important; diff --git a/ardublockly/ardublockly_toolbox.js b/ardublockly/ardublockly_toolbox.js index 28c3c6283f..59e60f318f 100644 --- a/ardublockly/ardublockly_toolbox.js +++ b/ardublockly/ardublockly_toolbox.js @@ -12,7 +12,7 @@ var Ardublockly = Ardublockly || {}; Ardublockly.TOOLBOX_XML = '' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -22,7 +22,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -51,7 +51,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -95,7 +95,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -109,7 +109,7 @@ Ardublockly.TOOLBOX_XML = //' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -120,9 +120,9 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -154,7 +154,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -174,7 +174,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' 0' + ' ' + @@ -186,7 +186,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -219,7 +219,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + diff --git a/ardublockly/index.html b/ardublockly/index.html index 75fa9a3538..6b68e57250 100644 --- a/ardublockly/index.html +++ b/ardublockly/index.html @@ -61,7 +61,7 @@ -