From b7748b97c850698e72bcd933554bdcbec9234116 Mon Sep 17 00:00:00 2001 From: The-Balthazar Date: Thu, 24 Dec 2015 15:25:03 +0000 Subject: [PATCH] Update ktane.css Lit indicator css style. --- ktane.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ktane.css b/ktane.css index e1b6729..f1d2f83 100755 --- a/ktane.css +++ b/ktane.css @@ -50,6 +50,16 @@ button { background-color: black; color: white; } +.litIndicator { + color: white; + border: 1px outset red; + text-shadow: 0px 0px 3px yellow,0px 0px 3px yellow; + background: black; + padding: 0 3px 3px; +} +.litIndicator:before { + content: '\2022\a0'; +} .button.white { border: 1px solid black; }