diff --git a/common/include/dialog_ui/js/pages/index/index.css b/common/include/dialog_ui/js/pages/index/index.css index 024615c3806a6534e933fafd9fa5b8585e2064fb..6a57d7386b47062529e5ab39b1ec32c27e62d51c 100644 --- a/common/include/dialog_ui/js/pages/index/index.css +++ b/common/include/dialog_ui/js/pages/index/index.css @@ -2,7 +2,6 @@ flex-direction: column; justify-content: center; align-items: center; - opacity: 0.8; background-color: azure; } @@ -23,6 +22,8 @@ width: 70%; height: 80px; font-size: 40px; + border: 1px solid #e7e7e7; + border-radius: 50px; } .but2 { @@ -30,6 +31,8 @@ height: 80px; font-size: 40px; margin-left: 10%; + border: 1px solid #e7e7e7; + border-radius: 50px; } diff --git a/ext/input_pin_dialog/dialog_ui/js/pages/index/index.css b/ext/input_pin_dialog/dialog_ui/js/pages/index/index.css index 4ef6358fe1480d9328b653b36d2efc590d5e3e93..7a13cd6ce3967228bf41825c336b2cc3a6e16e14 100644 --- a/ext/input_pin_dialog/dialog_ui/js/pages/index/index.css +++ b/ext/input_pin_dialog/dialog_ui/js/pages/index/index.css @@ -2,7 +2,6 @@ flex-direction: column; justify-content: center; align-items: center; - opacity: 0.8; background-color: azure; } @@ -43,6 +42,8 @@ height: 80px; font-size: 40px; margin-left: 10%; + border: 1px solid #e7e7e7; + border-radius: 50px; } .but2 { @@ -50,4 +51,6 @@ height: 80px; font-size: 40px; margin-left: 55%; + border: 1px solid #e7e7e7; + border-radius: 50px; } \ No newline at end of file diff --git a/ext/show_pin_dialog/dialog_ui/js/pages/index/index.css b/ext/show_pin_dialog/dialog_ui/js/pages/index/index.css index 08279e9a3fdc796a6018f761a1fa9777b439bab2..ad2c2c4163304477cc340203355f1f1ea6b60d30 100644 --- a/ext/show_pin_dialog/dialog_ui/js/pages/index/index.css +++ b/ext/show_pin_dialog/dialog_ui/js/pages/index/index.css @@ -2,7 +2,6 @@ flex-direction: column; justify-content: center; align-items: center; - opacity: 0.8; background-color: azure; } @@ -28,4 +27,6 @@ width: 30%; font-size: 40px; height: 80px; + border: 1px solid #e7e7e7; + border-radius: 50px; } \ No newline at end of file