diff --git a/src/Mobile.vue b/src/Mobile.vue index 585c6ddc..31423208 100644 --- a/src/Mobile.vue +++ b/src/Mobile.vue @@ -130,6 +130,16 @@ body { font-size: 10px; } +.readonly { + pointer-events: none !important; +} + +.segmented.readonly .button:not(.button-active) > span, +.list.readonly .item-content .item-title.item-label, +.list.readonly .item-content .item-title > .item-header { + opacity: 0.55 !important; +} + /** Replacing the default style of framework7 **/ :root { --f7-theme-color: #c67e48; diff --git a/src/views/mobile/transactions/Edit.vue b/src/views/mobile/transactions/Edit.vue index 74388fb3..6944f252 100644 --- a/src/views/mobile/transactions/Edit.vue +++ b/src/views/mobile/transactions/Edit.vue @@ -9,7 +9,7 @@ - + @@ -25,11 +25,11 @@ style="font-size: 40px;" header="Expense Amount" title="0.00"> - - + + - - + + @@ -41,7 +41,7 @@ - + @@ -230,7 +231,7 @@