From 4def93d7c56387eff7156d66497a229b8392f5ee Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Fri, 30 Dec 2016 13:07:16 -0800 Subject: [PATCH] Blocks / JS menu toggle theming --- theme/style.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme/style.less b/theme/style.less index fb09ef87..51bcc821 100644 --- a/theme/style.less +++ b/theme/style.less @@ -35,6 +35,16 @@ &:extend(.orange all); } +.ui.menu .item.editor-menuitem { + background: @primaryColor !important; + margin: 0.5rem; + padding: 0.7rem; + border-radius: 0.5rem; +} +.ui.menu.fixed .item.blocks-menuitem, .ui.menu.fixed .item.javascript-menuitem { + border-radius: 0.2rem !important; +} + #filelist { background: #fff url(https://az742082.vo.msecnd.net/pub/psopafpj) 0 0 repeat !important; }