T207 save confirmation implemented

This commit is contained in:
2021-03-03 15:47:01 +01:00
parent e47e971516
commit 1aca6d6374
8 changed files with 106 additions and 16 deletions

View File

@@ -35,7 +35,7 @@
.modal div.header {
width: 384px;
height: 24px;
background: gray;
background: #2e3133;
color: white;
font-size: 24px;
font-weight: 700;
@@ -65,7 +65,7 @@
width: 370px;
padding: 10px;
background: #f0f0f0;
color: black;
color: #2e3133;
min-height: 16px;
text-align: justify;
font-size: 16px;
@@ -99,6 +99,6 @@
.r-exclamation:before {
content: '!';
color: cyan;
color: #3bc4f1;
font-style: normal;
}