From 9393fc166ebba4e861063fec83c249baf04724a0 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Mon, 5 Dec 2016 21:24:57 -0800 Subject: [PATCH] Styling add package and undo blockly buttons --- theme/style.less | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/theme/style.less b/theme/style.less index 7590e3dc..3fa6d9a2 100644 --- a/theme/style.less +++ b/theme/style.less @@ -18,8 +18,7 @@ } .download-button.download-button-full { - &:extend(.ui.inverted.button all); - &:extend(.purple all); + &:extend(.ui.inverted.purple.button all); } .download-button:hover { @@ -73,6 +72,17 @@ top: 1.6em; } +/* Blockly Toolbox Buttons */ +#blocklyToolboxButtons .blocklyAddPackageButton { + &:extend(.ui.inverted.pink.button all); + &:extend(.circular all); +} + +#blocklyToolboxButtons .blocklyUndoButton { + &:extend(.ui.inverted.blue.button all); + &:extend(.circular all); +} + /******************************* Monaco *******************************/