mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Use background instead of background-color
This commit is contained in:
parent
ac95478fa6
commit
d27c88c1f2
22 changed files with 43 additions and 43 deletions
|
@ -19,7 +19,7 @@ const theme = ({ dt }) => `
|
|||
.p-terminal-prompt-value {
|
||||
flex: 1 1 auto;
|
||||
border: 0 none;
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
outline: 0 none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue