From b6faf3b41278dd22161127c4e314a7e0eaa4cb9e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 5 Sep 2016 11:51:04 +0100 Subject: [PATCH] Function/Class List items added as CSS classes --- lib/ice-coder.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 282b87a..a54bb7b 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -158,6 +158,9 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .docExplorer .miniMap .miniMapContainer {position: absolute; display: block; width: 200px} .docExplorer .miniMap .miniMapContent {position: absolute; display: block; width: 200px} .docExplorer .functionClassList {position: absolute; display: none} +.docExplorer .functionClassList .functionClassListItem {font-family: monospace; line-height: 14px; margin-bottom: 6px; cursor: pointer} +.docExplorer .functionClassList .functionClassListItem .name {font-family: monospace; color: rgba(0,198,255,0.5)} +.docExplorer .functionClassList .functionClassListItem .params {font-family: monospace; font-size: 10px} .screenContainer {position: absolute; display: table; width: 100%; height: 100%; top: 0; left: 0; text-align: center} .screenContainer .screenVCenter {#position: absolute; display: table-cell; #top: 50%; vertical-align: middle; text-align: center}