Adds support for disabled filename input if not pdf is loaded. Need to disable the input if all pages are deleted.

This commit is contained in:
Dimitrios Kaitantzidis
2023-10-10 20:24:11 +03:00
parent 323745e61f
commit 74da8c340d
2 changed files with 9 additions and 1 deletions

View File

@@ -132,6 +132,10 @@
#global-buttons-container input::placeholder {
color: #ffffff;
}
#global-buttons-container input:disabled {
color: #3D3D3D !important;
}
#global-buttons-container svg {
width: 20px;
height: 20px;