mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Et2DateDuration: Fix border radius between numbers
This commit is contained in:
parent
a43ae2f8e1
commit
13b5d1af6b
@ -159,12 +159,18 @@ export class Et2DateDuration extends Et2InputWidget(LitElement)
|
||||
margin-right: -2px;
|
||||
}
|
||||
|
||||
|
||||
.duration__input:not(:first-child)::part(base) {
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
.duration__input:not(:last-child)::part(base) {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user