Skip to content

Commit b6faf3b

Browse files
committed
Function/Class List items added as CSS classes
1 parent 752c1a7 commit b6faf3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/ice-coder.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ h2 {font-size: 18px; font-weight: normal; color: #fff}
158158
.docExplorer .miniMap .miniMapContainer {position: absolute; display: block; width: 200px}
159159
.docExplorer .miniMap .miniMapContent {position: absolute; display: block; width: 200px}
160160
.docExplorer .functionClassList {position: absolute; display: none}
161+
.docExplorer .functionClassList .functionClassListItem {font-family: monospace; line-height: 14px; margin-bottom: 6px; cursor: pointer}
162+
.docExplorer .functionClassList .functionClassListItem .name {font-family: monospace; color: rgba(0,198,255,0.5)}
163+
.docExplorer .functionClassList .functionClassListItem .params {font-family: monospace; font-size: 10px}
161164

162165
.screenContainer {position: absolute; display: table; width: 100%; height: 100%; top: 0; left: 0; text-align: center}
163166
.screenContainer .screenVCenter {#position: absolute; display: table-cell; #top: 50%; vertical-align: middle; text-align: center}

0 commit comments

Comments
 (0)