From 35c8d53275a42c0e998626ef1dda55e5b37149fc Mon Sep 17 00:00:00 2001 From: probablycorey Date: Thu, 26 Sep 2013 14:26:28 -0700 Subject: [PATCH] Use a skull and crossbones instead of a triangle --- static/root-view.less | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/static/root-view.less b/static/root-view.less index 47012176c..973ed3577 100644 --- a/static/root-view.less +++ b/static/root-view.less @@ -39,16 +39,19 @@ h6 { } .dev-mode { + + &:before { + content: ""; // This is not a space, it is a skull and crossbones + } + position: absolute; top: 0; right: 0; - width: 10px; - height: 10px; + font-family: Wingdings; + font-size: 25px; z-index: 1000; opacity: 0.75; - border: 5px @background-color-warning solid; - border-bottom-color: transparent; - border-left-color: transparent; + color: @text-color-highlight; } }