Skip to content

Commit

Permalink
fix: eyes care
Browse files Browse the repository at this point in the history
  • Loading branch information
Byaidu committed Nov 24, 2024
1 parent 3e09e6f commit 065bea7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pdf2zh/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,20 +183,11 @@ def progress_bar(t: tqdm.tqdm):
.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;
}
Expand Down

2 comments on commit 065bea7

@reycn
Copy link
Collaborator

@reycn reycn commented on 065bea7 Nov 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL OK!

@Byaidu
Copy link
Owner Author

@Byaidu Byaidu commented on 065bea7 Nov 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sry, but it flashs in dark theme

Please sign in to comment.