qf: fix conflicts with windows input styles

Fix regression caused by 23da0d70b0 where
unwanted styles were applied to inputs inserted into quick format dialog
This commit is contained in:
Bogdan Abaev 2024-03-07 10:23:59 -05:00 committed by Adomas Ven
parent ac196a5944
commit d688ebc10f

View file

@ -112,14 +112,17 @@
outline: none;
min-width: 10px;
width: 10px;
border: none;
border: none !important;
max-width: 700px; /* Entire line of the editor */
box-sizing: border-box;
height: 15px;
margin: 0;
/* Keep the background and text color unchanged in dark mode */
background-color: transparent;
background-color: transparent !important;
color: black;
background-image: none !important;
padding: 0;
margin-inline: 2px;
}
.citation-dialog span {