|
@@ -96,19 +96,17 @@ body{
|
|
|
bottom: 1em;
|
|
|
right: 1em;
|
|
|
min-width: 300px;
|
|
|
- border-bottom-right-radius: 1em;
|
|
|
- background-color: #414141;
|
|
|
- color: white;
|
|
|
+ background-color: #ffffff;
|
|
|
+ color: rgb(65, 65, 65);
|
|
|
box-shadow: 10px 10px 5px -2px rgba(0,0,0,0.13);
|
|
|
}
|
|
|
|
|
|
#confirmBox .confirmBoxBody{
|
|
|
padding: 1em;
|
|
|
- border-bottom-right-radius: 1em;
|
|
|
}
|
|
|
|
|
|
#confirmBox .ui.progress .bar{
|
|
|
- background: var(--theme_green) !important;
|
|
|
+ background: #ffe32b !important;
|
|
|
}
|
|
|
|
|
|
#confirmBox .confirmBoxBody .button{
|