Преглед изворни кода

Remove macos tag from styles

Toby Chui пре 2 недеља
родитељ
комит
03acb25651

+ 3 - 3
src/web/SystemAO/disk/diskmg.html

@@ -142,7 +142,7 @@
                 margin-bottom: 14px;
             }
 
-            /* macOS-style multicolor storage bar */
+            /* multicolor storage bar */
             .storage-bar {
                 height: 10px;
                 border-radius: 5px;
@@ -318,7 +318,7 @@
                 backdrop-filter: blur(3px);
             }
 
-            /* ── Modal (macOS sheet style) ── */
+            /* ── Modal ── */
             .funcmenu {
                 position: fixed;
                 top: 50%;
@@ -931,7 +931,7 @@
                 });
             }
 
-            // ── macOS data processor ─────────────────────────────────────────
+            // ──  Data processor ─────────────────────────────────────────
             // viewData is the JSON array of DarwinDisk objects from the backend.
 
             function processMacData(viewData){

+ 1 - 2
src/web/SystemAO/disk/quota/quota.html

@@ -401,8 +401,7 @@
 <script>
 (function () {
     var quotaLocale = NewAppLocale();
-
-    /* macOS-style colour palette */
+    
     var QUOTA_COLORS = [
         '#5ac8fa', '#007aff', '#34c759', '#ff9f0a',
         '#ff3b30', '#af52de', '#ff2d55', '#5856d6',

+ 1 - 1
src/web/SystemAO/info/clientInfo.html

@@ -104,7 +104,7 @@
     margin: 18px 0 6px;
 }
 
-/* Info list — macOS Settings style */
+/* Info list */
 .ci-list {
     border: 1px solid var(--ci-divider);
     border-radius: 10px;

+ 3 - 3
src/web/SystemAO/info/locale.html

@@ -7,7 +7,7 @@
     <script type="application/javascript" src="../../script/jquery.min.js"></script>
     <script type="text/javascript" src="../../script/applocale.js"></script>
     <style>
-/* ─── Scoped to #lc-root — macOS Settings aesthetic ─── */
+/* ─── Scoped to #lc-root ─── */
 #lc-root {
     --lc-text:        #1d1d1f;
     --lc-dim:         #6e6e73;
@@ -67,7 +67,7 @@
     margin: 18px 0 6px;
 }
 
-/* List card — macOS Settings style */
+/* List card */
 .lc-list {
     border: 1px solid var(--lc-divider);
     border-radius: 10px;
@@ -97,7 +97,7 @@
     min-width: 0;
 }
 
-/* macOS-style select */
+/* Select */
 #lc-language-select {
     font-size: 13px;
     font-family: inherit;

+ 1 - 1
src/web/SystemAO/www/config.html

@@ -155,7 +155,7 @@
         margin-top: 2px;
     }
 
-    /* ── Toggle switch (macOS-style) ── */
+    /* ── Toggle switch ── */
     .hp-toggle {
         position: relative;
         width: 51px;