瀏覽代碼

BUGFIX: Flow control ops are now correctly highlighted when a breakpoint is triggered on them.

n1474335 8 年之前
父節點
當前提交
351eef7fd9
共有 6 個文件被更改,包括 7 次插入1 次删除
  1. 0 0
      build/prod/cyberchef.htm
  2. 0 0
      build/prod/index.html
  3. 0 0
      build/prod/scripts.js
  4. 0 0
      build/prod/styles.css
  5. 6 0
      src/css/themes/classic.css
  6. 1 1
      src/static/stats.txt

文件差異過大導致無法顯示
+ 0 - 0
build/prod/cyberchef.htm


文件差異過大導致無法顯示
+ 0 - 0
build/prod/index.html


文件差異過大導致無法顯示
+ 0 - 0
build/prod/scripts.js


文件差異過大導致無法顯示
+ 0 - 0
build/prod/styles.css


+ 6 - 0
src/css/themes/classic.css

@@ -176,6 +176,12 @@ textarea.arg {
     border-color: #b3dba2 !important;
 }
 
+.flow-control-op.break {
+    color: #94312f !important;
+    background-color: #eabfbf !important;
+    border-color: #e2aeb5 !important;
+}
+
 #support-modal textarea {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

+ 1 - 1
src/static/stats.txt

@@ -1,5 +1,5 @@
 203	source files
-104403	lines
+104409	lines
 4.0M	size
 
 136	JavaScript source files

部分文件因文件數量過多而無法顯示