Skip to content
Snippets Groups Projects
Commit bcfb5cd7 authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Move CSS for select used in vpu-data-table-view

parent c979823f
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,20 @@ export function getGeneralCSS() {
*, ::after, ::before {
box-sizing: inherit;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
background: calc(100% - 0.2rem) center no-repeat url("/local/vpu-common/icons/chevron-down.svg");
background-size: 25%;
border-color: black;
border-width: 1px;
border-radius: var(--vpu-border-radius);
color: black;
padding: 0.14rem 1.0rem 0.14rem 0.14rem;
height: 28px;
margin-left: 3px;
}
`;
}
......@@ -403,18 +417,6 @@ export function getButtonCSS() {
button.button[disabled], .button[disabled], fieldset[disabled] .button {
opacity: .5;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
background: calc(100% - 0.2rem) center no-repeat url("/local/vpu-common/icons/chevron-down.svg");
background-size: 25%;
border-color: black;
border-width: 1px;
border-radius: var(--vpu-border-radius);
color: black;
padding: 0.14rem 1.0rem 0.14rem 0.14rem;
}
`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment