mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Reorganized client source code
Removed many useless and old classes Started transition to new CSS Added URIs for specific REST requests
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<div id="selection-scroll" class="ol-selection-scroll-container">
|
||||
<div id="ol-selection-scroll-top-bar">
|
||||
<div class="ol-selection-scroll-title"></div>
|
||||
<label id="coalition-switch-container">
|
||||
<input type="checkbox" id="coalition-switch"> <span
|
||||
class="ol-selection-scroll-slider ol-selection-scroll-switch"></span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="ol-selection-scroll">
|
||||
<div id="contextmenu" class="ol-contextmenu">
|
||||
<div class="ol-panel">
|
||||
<div id="title"> Title </div>
|
||||
<div id="switch">
|
||||
<input type="checkbox">
|
||||
</div>
|
||||
</div>
|
||||
<ul id="list" class="ol-panel ol-scroll">
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user