Browse Source

fix: eyes care

Byaidu 1 year ago
parent
commit
065bea74d2
1 changed files with 0 additions and 9 deletions
  1. 0 9
      pdf2zh/gui.py

+ 0 - 9
pdf2zh/gui.py

@@ -183,20 +183,11 @@ with gr.Blocks(
     .env-warning {color: #dd5500 !important;}
     .env-success {color: #559900 !important;}
 
-    @keyframes pulse-background {
-        0% { background-color: #FFFFFF; }
-        25% { background-color: #FFFFFF; }
-        50% { background-color: #E8F3FF; }
-        75% { background-color: #FFFFFF; }
-        100% { background-color: #FFFFFF; }
-    }
-
     /* Add dashed border to input-file class */
     .input-file {
         border: 1.2px dashed #165DFF !important;
         border-radius: 6px !important;
         # background-color: #ffffff !important;
-        animation: pulse-background 2s ease-in-out;
         transition: background-color 0.4s ease-out;
     }