Fix automatic vendor prefix removal

This commit is contained in:
MrTimscampi 2019-12-30 13:38:51 +01:00
parent d08cd4d1cd
commit ecf0ee0c34
10 changed files with 31 additions and 10 deletions

View file

@ -1,5 +1,6 @@
.dashboardColumn,
.dashboardSections {
flex-direction: column;
}
.dashboardFooter {
@ -390,6 +391,7 @@ div[data-role=controlgroup] a.ui-btn-active {
}
a[data-role=button] {
background-clip: padding-box;
cursor: pointer !important;
font-family: inherit !important;
font-weight: 500 !important;