Update ktane.css

Lit indicator css style.
This commit is contained in:
The-Balthazar
2015-12-24 15:25:03 +00:00
parent 12ab123f26
commit b7748b97c8
+10
View File
@@ -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;
}