modify font color style in transaction view page

This commit is contained in:
MaysWind
2023-04-03 00:28:02 +08:00
parent c069faa6f4
commit 1287c729f2
2 changed files with 23 additions and 12 deletions
+10
View File
@@ -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;