diff --git a/src/app/app.component.css b/src/app/app.component.css index 6a42d9d..0555b36 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -11,7 +11,7 @@ .arrow_box { position: relative; background: #fff; - border: 1px solid #ddd; + border: 1px solid #aaa; } .arrow_box:focus { @@ -41,8 +41,8 @@ } .arrow_box:before { - border-color: rgba(221, 221, 221, 0); - border-top-color: #ddd; + border-color: rgba(170, 170, 170, 0); + border-top-color: #aaa; border-width: calc(1em + 1px); margin-left: calc(-1em - 1px); } @@ -100,6 +100,19 @@ /* font-family: "ABeeZee", sans-serif;*/ } -.errormessage { - /* font-family: "ABeeZee", sans-serif;*/ +.selectwrapper.error > .arrow_box { + border-color: red; +} + +.selectwrapper.error > .arrow_box:before { + border-top-color: red; +} + +.selectwrapper.error select { + color: red; +} + +.errormessage { + color: red; + text-align: center; } diff --git a/src/app/app.component.html b/src/app/app.component.html index 22b15e3..4f399d0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -3,7 +3,7 @@ -
+