mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Function/Class List items added as CSS classes
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user