T207 save confirmation implemented
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user