styles and startmenuItems
This commit is contained in:
@@ -14,16 +14,19 @@ body, html { margin:0; padding:0; height:100%; overflow: hidden; font-family: va
|
||||
.window-content { display: flex; flex-direction: column; flex:1; padding:8px; overflow: auto; }
|
||||
.window[class="max"] .window-resize-handle { display: none; }
|
||||
|
||||
.window-resize-n, .window-resize-s { position: absolute; left: 8px; right: 8px; height: 8px; z-index: 10; }
|
||||
.window-resize-s { position: absolute; left: 8px; right: 8px; height: 8px; z-index: 10; }
|
||||
.window-resize-n { position: absolute; left: 8px; right: 16px; height: 8px; z-index: 10; }
|
||||
.window-resize-n { top: -4px;cursor: var(--theme-cursor-resize-vertical); }
|
||||
.window-resize-s { bottom: -4px;cursor: var(--theme-cursor-resize-vertical); }
|
||||
|
||||
.window-resize-e, .window-resize-w { position: absolute;top: 8px;bottom: 8px;width: 8px;z-index: 10; }
|
||||
.window-resize-w { position: absolute;top: 8px;bottom: 8px;width: 8px;z-index: 10; }
|
||||
.window-resize-e { position: absolute;top: 16px;bottom: 8px;width: 8px;z-index: 10; }
|
||||
.window-resize-e { right: -4px;cursor: var(--theme-cursor-resize-horizontal); }
|
||||
.window-resize-w { left: -4px;cursor: var(--theme-cursor-resize-horizontal); }
|
||||
|
||||
.window-resize-ne, .window-resize-nw, .window-resize-se, .window-resize-sw { position: absolute;width: 16px;height: 16px;z-index: 11; }
|
||||
.window-resize-ne { top: -6px;right: -6px;cursor: var(--theme-cursor-resize-45); }
|
||||
.window-resize-nw, .window-resize-se, .window-resize-sw { position: absolute;width: 16px;height: 16px;z-index: 11; }
|
||||
.window-resize-ne { position: absolute;width: 8px;height: 8x;z-index: 11; }
|
||||
.window-resize-ne { top: -3px;right: -3px;cursor: var(--theme-cursor-resize-45); }
|
||||
.window-resize-nw { top: -6px;left: -6px;cursor: var(--theme-cursor-resize-270); }
|
||||
.window-resize-se { bottom: -6px;right: -6px;cursor: var(--theme-cursor-resize-270); }
|
||||
.window-resize-sw { bottom: -6px;left: -6px;cursor: var(--theme-cursor-resize-45); }
|
||||
|
||||
@@ -17,7 +17,7 @@ table.border * { border:1px solid white; }
|
||||
|
||||
|
||||
/* #region performance optimizing */
|
||||
table thead { position:sticky; top:0; z-index:20; will-change:transform; transform:translateZ(0);}
|
||||
table thead { position:sticky; top:0; z-index:20; }
|
||||
|
||||
|
||||
/* #endregion */
|
||||
|
||||
Reference in New Issue
Block a user