Quellcode durchsuchen

Add Ffmpeg factory icons

Toby Chui vor 2 Tagen
Ursprung
Commit
96c9656bd9

BIN
src/web/FFmpeg Factory/img/desktop_icon.png


BIN
src/web/FFmpeg Factory/img/desktop_icon.psd


BIN
src/web/FFmpeg Factory/img/module_icon.png


BIN
src/web/FFmpeg Factory/img/module_icon.psd


+ 7 - 6
src/web/FFmpeg Factory/index.html

@@ -20,8 +20,8 @@
             --text:     #1c1c1e;
             --text2:    #636366;
             --text3:    #aeaeb2;
-            --accent:   #ffd60a;
-            --accent-h: #e6be00;
+            --accent:   #02b602;
+            --accent-h: #03a003;
             --btn-text: #1c1c1e;
             --hover:    rgba(0,0,0,0.05);
             --success:  #30b950;
@@ -41,8 +41,8 @@
             --text:     #f2f2f7;
             --text2:    #aeaeb2;
             --text3:    #48484a;
-            --accent:   #ffd60a;
-            --accent-h: #ffe040;
+            --accent:   #02cc02;
+            --accent-h: #00b100;
             --btn-text: #1c1c1e;
             --hover:    rgba(255,255,255,0.06);
             --success:  #32d74b;
@@ -135,7 +135,7 @@
             border-color: var(--text2);
             background: var(--surface);
         }
-        #dropZone .dz-icon { font-size: 1.5em; display: block; margin-bottom: 7px; color: var(--accent); opacity: 0.85; }
+        #dropZone .dz-icon { font-size: 1.5em; margin-bottom: 7px; color: var(--accent); opacity: 0.85; }
         #dropZone .dz-label { font-size: 0.86em; font-weight: 600; color: var(--text2); }
         #dropZone .dz-sub { font-size: 0.75em; margin-top: 3px; color: var(--text3); }
 
@@ -300,7 +300,8 @@
             pointer-events: none;
         }
         #emptyState .es-icon {
-            font-size: 3em; display: block; margin-bottom: 12px;
+            font-size: 3em; 
+            margin-bottom: 12px;
             color: var(--accent);
         }
         #emptyState .es-title { font-size: 0.95em; font-weight: 600; color: var(--text3); }

+ 1 - 1
src/web/FFmpeg Factory/init.agi

@@ -11,7 +11,7 @@
 var moduleLaunchInfo = {
     Name: "FFmpeg Factory",
 	Group: "Media",
-	IconPath: "FFmpeg Factory/img/small_icon.png",
+	IconPath: "FFmpeg Factory/img/module_icon.png",
 	Version: "3.0",
 	StartDir: "FFmpeg Factory/index.html",
 	SupportFW: true,