textbox visuals

Former-commit-id: 8a929c46ebffea8c781817bd4535bf638e605fcb
This commit is contained in:
Pfauenauge 2019-05-03 13:21:44 +02:00
parent b2918c2ebc
commit cc44e86a24
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit d887de6c9bbe1a770be06a1a4abb6be5fa35f3d2
Subproject commit 225805da11d330f759c0767695d03b81f0c850ae

View File

@ -205,7 +205,7 @@ impl MainMenuUi {
const TEXT_COLOR: Color = Color::Rgba(1.0, 1.0, 1.0, 1.0);
// Username
Rectangle::fill_with([320.0, 50.0], color::rgba(0.0, 0.0, 0.0, 0.99))
Rectangle::fill_with([320.0, 50.0], color::rgba(0.0, 0.0, 0.0, 0.97))
.middle_of(ui_widgets.window)
.set(self.ids.usrnm_bg, ui_widgets);
Image::new(self.imgs.input_bg)
@ -326,7 +326,7 @@ impl MainMenuUi {
};
}
// Server address
Rectangle::fill_with([320.0, 50.0], color::rgba(0.0, 0.0, 0.0, 0.98))
Rectangle::fill_with([320.0, 50.0], color::rgba(0.0, 0.0, 0.0, 0.97))
.down_from(self.ids.usrnm_bg, 30.0)
.set(self.ids.srvr_bg, ui_widgets);
Image::new(self.imgs.input_bg)