diff --git a/data/resources/style-hc.css b/data/resources/style-hc.css index 53761468489240deca2bdf3d41ce58011247d0e1..a771f810767672a10a24e3fd75abe8cafdf85b70 100644 --- a/data/resources/style-hc.css +++ b/data/resources/style-hc.css @@ -1,3 +1,7 @@ row.property label.title { opacity: 0.9; } + +.mobile-properties { + box-shadow: 0 -1px var(--border-color); +} diff --git a/data/resources/style.css b/data/resources/style.css index cdb1ad0a047488b7c42afb9992db6b44de133b57..83c4bd37e8292e9e602d6fe84445a991171988bf 100644 --- a/data/resources/style.css +++ b/data/resources/style.css @@ -57,4 +57,8 @@ dropdown.flat button:not(:hover) { dialog.error-details textview { background: none; color: inherit; -} \ No newline at end of file +} + +.mobile-properties { + box-shadow: 0 -1px var(--headerbar-darker-shade-color); +} diff --git a/src/widgets/properties_view.ui b/src/widgets/properties_view.ui index 516f1936920f4ed18c4d96fbb19ea350e6c4a9ff..e593e0d0e8d9094f5d0252e44bd1263c5fe97230 100644 --- a/src/widgets/properties_view.ui +++ b/src/widgets/properties_view.ui @@ -1,9 +1,10 @@