Uppercase status filter

pull/256/head
cagataycivici 2020-03-16 19:04:32 +03:00
parent 4f1b0d90cc
commit 688b38679b
2 changed files with 8 additions and 0 deletions

View File

@ -294,5 +294,9 @@ export default {
border: 0 none; border: 0 none;
cursor: auto; cursor: auto;
} }
.p-dropdown-label:not(.p-placeholder) {
text-transform: uppercase;
}
} }
</style> </style>

View File

@ -2586,6 +2586,10 @@ export default {
border: 0 none; border: 0 none;
cursor: auto; cursor: auto;
} }
.p-dropdown-label:not(.p-placeholder) {
text-transform: uppercase;
}
} }
</CodeHighlight> </CodeHighlight>
</TabPanel> </TabPanel>