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:
parent
ac196a5944
commit
d688ebc10f
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue