diff --git a/src/components/listview/listview.css b/src/components/listview/listview.css index 69420d011d..bd77ca7781 100644 --- a/src/components/listview/listview.css +++ b/src/components/listview/listview.css @@ -50,7 +50,7 @@ } .listItem-border.show-focus:focus { - transform: scale(1.0) !important; + transform: scale(1) !important; } .listItemImage, .listItemIcon, .listItemAside { diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css index c4af696c2b..5315343dfd 100644 --- a/src/themes/light/theme.css +++ b/src/themes/light/theme.css @@ -48,7 +48,7 @@ html { } .backgroundContainer.withBackdrop { - background-color: rgba(255, 255, 255, 0.80); + background-color: rgba(255, 255, 255, 0.8); } .dialog { diff --git a/src/themes/purplehaze/theme.css b/src/themes/purplehaze/theme.css index 80d98cd237..b5fa8372f8 100644 --- a/src/themes/purplehaze/theme.css +++ b/src/themes/purplehaze/theme.css @@ -197,7 +197,7 @@ a[data-role=button] { } .cardContent { - border-radius: 1.000em; + border-radius: 1em; } .collapseContent, @@ -206,7 +206,7 @@ a[data-role=button] { .paperList, .visualCardBox { background-color: rgba(0, 0, 0, 0.5); - border-radius: 1.000em; + border-radius: 1em; } .cardOverlayContainer {